From 607ab4d82967eb02e8d11769bdea6eeda2e0c485 Mon Sep 17 00:00:00 2001 From: Bucky2k <67497826+Bucky2k@users.noreply.github.com> Date: Wed, 21 Dec 2022 20:36:25 +0100 Subject: [PATCH] SetHolidayMode - mqtt path correction --- custom_components/aquarea/definitions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/aquarea/definitions.py b/custom_components/aquarea/definitions.py index 6e4ab13..595a24f 100644 --- a/custom_components/aquarea/definitions.py +++ b/custom_components/aquarea/definitions.py @@ -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,