More and more troubleshooting

This commit is contained in:
ccostan
2018-01-12 13:33:07 -05:00
parent fb32a708c9
commit 118b87e480
3 changed files with 21 additions and 7 deletions

View File

@@ -9,13 +9,18 @@ tweet_engine:
- service: mqtt.publish
data_template:
topic: 'ifttt/message'
payload: "{{ tweet }}"
payload: >-
{{ tweet }}
retain: true
# - service: notify.BearStoneHA
# data_template:
# message: >-
# {{ tweet }} #IOT #SmartHome
- service: notify.BearStoneHA
data_template:
message: >-
{{ tweet }} #IOT #SmartHome
- service: ifttt.trigger
data_template: {"event":"facebook_tweet", "value1":"{{ tweet }}", "value2":"{{ value2 }}", "value3":"{{ value3 }}"}
#
# - service: ifttt.trigger
# data_template: