closes #334
This commit is contained in:
parent
312d824c47
commit
6c8a27c0cf
|
@ -10,14 +10,14 @@ tweet_engine:
|
||||||
data_template:
|
data_template:
|
||||||
topic: 'ifttt/message'
|
topic: 'ifttt/message'
|
||||||
payload: >-
|
payload: >-
|
||||||
{{ tweet }} - {{media}}
|
{{ tweet }}
|
||||||
retain: true
|
retain: true
|
||||||
|
|
||||||
- service: notify.BearStoneHA
|
- service: notify.BearStoneHA
|
||||||
data_template:
|
data_template:
|
||||||
message: >-
|
message: >-
|
||||||
{{ tweet }} #IOT #SmartHome
|
{{ tweet }} #IOT #SmartHome
|
||||||
data_template:
|
data:
|
||||||
media: >-
|
media: >-
|
||||||
{{ media }}
|
{{ media }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue