Skip to content

Commit

Permalink
Update definitions.py correcting the Flowrate Mode Topic (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
keesedip authored Feb 7, 2024
1 parent cf4a528 commit 166b6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/aquarea/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@ def build_sensors(mqtt_prefix: str) -> list[HeishaMonSensorEntityDescription]:
),
HeishaMonSensorEntityDescription(
heishamon_topic_id="TOP106",
key=f"{mqtt_prefix}main/Pump_Flowrate_mode",
key=f"{mqtt_prefix}main/Pump_Flowrate_Mode",
name="Aquarea Pump flowrate mode",
state=read_pump_flowrate_mode,
entity_registry_enabled_default=False, # by default we hide all options related to less common setup (cooling, buffer, solar and pool)
Expand Down

0 comments on commit 166b6f9

Please sign in to comment.