Skip to content

Commit

Permalink
Clarify descriptions of 'Z1_Cool_Curve_Target_High_Temp' and 'Z1_Cool…
Browse files Browse the repository at this point in the history
…_Curve_Target_Low_Temp'
  • Loading branch information
ekouters committed Aug 31, 2023
1 parent 9e6ad99 commit 63abc85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/aquarea/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ def build_sensors(mqtt_prefix: str) -> list[HeishaMonSensorEntityDescription]:
HeishaMonSensorEntityDescription(
heishamon_topic_id="TOP72",
key=f"{mqtt_prefix}main/Z1_Cool_Curve_Target_High_Temp",
name="Aquarea Zone 1 Target temperature at highest point on cool curve",
name="Aquarea Zone 1 Target water temperature at highest outside temperature on cooling curve",
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement="°C",
state_class=SensorStateClass.MEASUREMENT,
Expand All @@ -1119,7 +1119,7 @@ def build_sensors(mqtt_prefix: str) -> list[HeishaMonSensorEntityDescription]:
HeishaMonSensorEntityDescription(
heishamon_topic_id="TOP73",
key=f"{mqtt_prefix}main/Z1_Cool_Curve_Target_Low_Temp",
name="Aquarea Zone 1 Target temperature at lowest point on heating curve",
name="Aquarea Zone 1 Target water temperature at lowest outside temperature on cooling curve",
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement="°C",
state_class=SensorStateClass.MEASUREMENT,
Expand Down

0 comments on commit 63abc85

Please sign in to comment.