From 1009cbcb07a1e0c8a3697db2592ca97eaac9ea94 Mon Sep 17 00:00:00 2001 From: litinoveweedle <15144712+litinoveweedle@users.noreply.github.com> Date: Sun, 4 Aug 2024 22:52:53 +0200 Subject: [PATCH] fix mqtt_topic configuration option for UFOR11 controller --- custom_components/smartir/controller_const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/smartir/controller_const.py b/custom_components/smartir/controller_const.py index f074c443..14919ed2 100644 --- a/custom_components/smartir/controller_const.py +++ b/custom_components/smartir/controller_const.py @@ -34,7 +34,7 @@ "REMOTE_ENTITY": "remote_entity", "NUM_REPEATS": "num_repeats", "DELAY_SECS": "delay_secs", - "MQTT_TOPIC": "delay_secs", + "MQTT_TOPIC": "mqtt_topic", "REMOTE_HOST": "remote_host", "ESPHOME_SERVICE": "esphome_service", "ZHA_IEEE": "zha_ieee",