diff --git a/src/translations/de.json b/src/translations/de.json
index 0b0908b..481fece 100644
--- a/src/translations/de.json
+++ b/src/translations/de.json
@@ -91,7 +91,10 @@
"forecast_value_too_small": "Der Wert ist zu klein.",
"forecast_field_required": "Bitte einen Wert eingeben.",
"edit_action": "Bearbeiten",
- "save": "Speichern"
+ "save": "Speichern",
+ "name": "Name",
+ "nominal_power": "Verbrauch",
+ "switch_on_delay": "Einschaltverzögerung"
},
"close": "Schliessen"
}
diff --git a/src/translations/en.json b/src/translations/en.json
index c33f5fb..1b35aca 100644
--- a/src/translations/en.json
+++ b/src/translations/en.json
@@ -91,7 +91,10 @@
"forecast_value_too_small": "The value is too small.",
"forecast_field_required": "Field is required",
"edit_action": "Edit",
- "save": "Save"
+ "save": "Save",
+ "name": "Name",
+ "nominal_power": "Consumption",
+ "switch_on_delay": "Switch on delay"
},
"close": "Close"
}
diff --git a/src/views/settings/EditDeviceConfig.vue b/src/views/settings/EditDeviceConfig.vue
index 95ed183..39d0078 100644
--- a/src/views/settings/EditDeviceConfig.vue
+++ b/src/views/settings/EditDeviceConfig.vue
@@ -1,33 +1,75 @@
-¨
-
-
-
-
- {{ $t('settings.save') }}
+
+
+
+
+
+
+
+
+ {{ $t('settings.save') }}
-
-
-
- {{ $t('close') }}
-
-
- Details:
-
- -
- {{ key }}: {{ value }}
-
-
+
+
+
+ {{ $t('close') }}
+
+
+
+
+
+ Values which can only be edit in the energy_assistant.yaml file
+
+
+
+
+
+ {{ key }}
+ |
+
+ {{ value }}
+ |
+
+
+
+
+