Skip to content

Commit

Permalink
Merge pull request #278 from confuzius0815/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaradclimber authored Jan 24, 2025
2 parents fae9daf + 5319579 commit c6341b5
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 @@ -972,7 +972,7 @@ def build_switches(mqtt_prefix: str) -> list[HeishaMonSwitchEntityDescription]:
heishamon_topic_id="SET33", # corresponds to TOP120
key=f"{mqtt_prefix}main/External_Heat_Cool_Control",
command_topic=f"{mqtt_prefix}commands/SetExternalHeatCoolControl",
name="Aquarea External Compressor control",
name="Aquarea External Heat Cool control",
entity_category=EntityCategory.CONFIG,
state=bit_to_bool,
entity_registry_enabled_default=False,
Expand Down

0 comments on commit c6341b5

Please sign in to comment.