Skip to content

Commit

Permalink
πŸ› Correct reading of defrosting
Browse files Browse the repository at this point in the history
Fix #181 for real
  • Loading branch information
kamaradclimber committed Jan 20, 2024
1 parent 62842ad commit a73f66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/aquarea/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ async def async_setup_entry(
native_unit_of_measurement="x",
state_class=SensorStateClass.MEASUREMENT,
topics=[
f"{discovery_prefix}main/Defrost_State",
f"{discovery_prefix}main/Defrosting_State",
f"{discovery_prefix}main/DHW_Power_Production",
f"{discovery_prefix}main/Heat_Power_Production",
f"{discovery_prefix}main/Cool_Power_Production",
Expand Down

0 comments on commit a73f66b

Please sign in to comment.