Skip to content

Commit

Permalink
Fix #19, MqttTopic is incorrect command
Browse files Browse the repository at this point in the history
  • Loading branch information
ikke-t committed Feb 1, 2021
1 parent bd919cc commit e3d9172
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 e3d9172

Please sign in to comment.