Skip to content

Commit

Permalink
Merge pull request #20 from ikke-t/topic
Browse files Browse the repository at this point in the history
Fix #19, MqttTopic is incorrect command
  • Loading branch information
deveth0 authored Feb 2, 2021
2 parents bd919cc + e3d9172 commit c6638ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
MqttUser {{ tasmota_mqtt_user }};
MqttPassword {{ tasmota_mqtt_password }};
MqttClient {{ tasmota_mqtt_client }};
MqttTopic {{ tasmota_mqtt_topic }};
MqttFullTopic {{ tasmota_mqtt_fulltopic }};
Topic {{ tasmota_mqtt_topic }};
FullTopic {{ tasmota_mqtt_fulltopic }};
when: >
(tasmota_mqtt_user + tasmota_mqtt_password + tasmota_mqtt_host + tasmota_mqtt_port +
tasmota_mqtt_client + tasmota_mqtt_topic + tasmota_mqtt_fulltopic)
Expand Down

0 comments on commit c6638ed

Please sign in to comment.