Skip to content

Commit

Permalink
SetHolidayMode - mqtt path correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Bucky2k authored and kamaradclimber committed Dec 22, 2022
1 parent 7b4ad66 commit 607ab4d
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 @@ -483,7 +483,7 @@ def build_switches(mqtt_prefix: str) -> list[HeishaMonSwitchEntityDescription]:
HeishaMonSwitchEntityDescription(
heishamon_topic_id="SET2", # TOP19
key=f"{mqtt_prefix}main/Holiday_Mode_State",
command_topic=f"{mqtt_prefix}main/SetHolidayMode",
command_topic=f"{mqtt_prefix}commands/SetHolidayMode",
name="Aquarea Holiday Mode",
entity_category=EntityCategory.CONFIG,
state=bit_to_bool,
Expand Down

0 comments on commit 607ab4d

Please sign in to comment.