diff --git a/custom_components/buderus_ha/sensor.py b/custom_components/buderus_ha/sensor.py index 7d348f5..7c7e20c 100644 --- a/custom_components/buderus_ha/sensor.py +++ b/custom_components/buderus_ha/sensor.py @@ -181,7 +181,7 @@ class BuderusSensorEntityDescription(SensorEntityDescription): translation_key="dhw_overall_status", resource_path="/dhwCircuits/dhw1/overallStatus", device_class=SensorDeviceClass.ENUM, - options=["dhw_enabled", "dhw_disabled", "auto"], + options=["dhw_enabled", "dhw_disabled", "auto", "manual_on_eco"], ), BuderusSensorEntityDescription( key="dhw_charge", diff --git a/custom_components/buderus_ha/strings.json b/custom_components/buderus_ha/strings.json index fddda45..1017751 100644 --- a/custom_components/buderus_ha/strings.json +++ b/custom_components/buderus_ha/strings.json @@ -38,7 +38,7 @@ "dhw_actual_temperature": { "name": "DHW actual temperature" }, "dhw_current_setpoint": { "name": "DHW target temperature" }, "dhw_operation_mode": { "name": "DHW operation mode", "state": { "off": "Off", "eco": "Eco+", "high": "Comfort", "low": "Eco", "ownprogram": "Auto" } }, - "dhw_overall_status": { "name": "DHW overall status", "state": { "dhw_enabled": "DHW enabled", "dhw_disabled": "DHW disabled", "auto": "Auto" } }, + "dhw_overall_status": { "name": "DHW overall status", "state": { "dhw_enabled": "DHW enabled", "dhw_disabled": "DHW disabled", "auto": "Auto", "manual_on_eco": "Manual On Eco" } }, "dhw_charge": { "name": "Extra hot water", "state": { "start": "Active", "stop": "Inactive" } }, "dhw_charge_duration": { "name": "Extra hot water duration" }, "dhw_single_charge_setpoint": { "name": "Extra hot water target temperature" }, diff --git a/custom_components/buderus_ha/translations/de.json b/custom_components/buderus_ha/translations/de.json index 0834fad..9a0943d 100644 --- a/custom_components/buderus_ha/translations/de.json +++ b/custom_components/buderus_ha/translations/de.json @@ -38,7 +38,7 @@ "dhw_actual_temperature": { "name": "Warmwasser Ist-Temperatur" }, "dhw_current_setpoint": { "name": "Warmwasser Solltemperatur" }, "dhw_operation_mode": { "name": "Warmwasser Betriebsart", "state": { "off": "Aus", "eco": "Eco+", "high": "Komfort", "low": "Eco", "ownprogram": "Auto" } }, - "dhw_overall_status": { "name": "Warmwasser Gesamtstatus", "state": { "dhw_enabled": "Warmwasser aktiviert", "dhw_disabled": "Warmwasser deaktiviert", "auto": "Auto" } }, + "dhw_overall_status": { "name": "Warmwasser Gesamtstatus", "state": { "dhw_enabled": "Warmwasser aktiviert", "dhw_disabled": "Warmwasser deaktiviert", "auto": "Auto", "manual_on_eco": "Manuell EIN (Eco)" } }, "dhw_charge": { "name": "Extra-Warmwasser", "state": { "start": "Aktiv", "stop": "Inaktiv" } }, "dhw_charge_duration": { "name": "Extra-Warmwasser Dauer" }, "dhw_single_charge_setpoint": { "name": "Extra-Warmwasser Solltemperatur" }, diff --git a/custom_components/buderus_ha/translations/en.json b/custom_components/buderus_ha/translations/en.json index fddda45..1017751 100644 --- a/custom_components/buderus_ha/translations/en.json +++ b/custom_components/buderus_ha/translations/en.json @@ -38,7 +38,7 @@ "dhw_actual_temperature": { "name": "DHW actual temperature" }, "dhw_current_setpoint": { "name": "DHW target temperature" }, "dhw_operation_mode": { "name": "DHW operation mode", "state": { "off": "Off", "eco": "Eco+", "high": "Comfort", "low": "Eco", "ownprogram": "Auto" } }, - "dhw_overall_status": { "name": "DHW overall status", "state": { "dhw_enabled": "DHW enabled", "dhw_disabled": "DHW disabled", "auto": "Auto" } }, + "dhw_overall_status": { "name": "DHW overall status", "state": { "dhw_enabled": "DHW enabled", "dhw_disabled": "DHW disabled", "auto": "Auto", "manual_on_eco": "Manual On Eco" } }, "dhw_charge": { "name": "Extra hot water", "state": { "start": "Active", "stop": "Inactive" } }, "dhw_charge_duration": { "name": "Extra hot water duration" }, "dhw_single_charge_setpoint": { "name": "Extra hot water target temperature" },