2018-01-02 00:00:45 +00:00
|
|
|
######################################################################################################
|
|
|
|
###Script to send notifications to Twitter as @BearStoneHA.
|
|
|
|
## Enhancements by @dale3h
|
|
|
|
######################################################################################################
|
|
|
|
|
|
|
|
tweet_engine:
|
|
|
|
sequence:
|
|
|
|
- service: notify.BearStoneHA
|
|
|
|
data_template:
|
|
|
|
message: >-
|
|
|
|
{{ tweet }} #IOT #SmartHome
|
2018-01-11 20:39:24 +00:00
|
|
|
|
|
|
|
- service: ifttt.trigger
|
2018-01-11 21:07:28 +00:00
|
|
|
data_template:
|
|
|
|
event: >-
|
2018-01-11 21:34:17 +00:00
|
|
|
facebook_tweet
|
2018-01-11 21:07:28 +00:00
|
|
|
value1: >-
|
|
|
|
{{ tweet }}
|