Skip to content

Commit

Permalink
Merge pull request #100 from litinoveweedle/controllers_unification
Browse files Browse the repository at this point in the history
fix mqtt_topic configuration option for UFOR11 controller
  • Loading branch information
litinoveweedle authored Aug 4, 2024
2 parents 72a6925 + 1009cbc commit b8bdc18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/smartir/controller_const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b8bdc18

Please sign in to comment.