|
|
|
@ -1,5 +1,6 @@
|
|
|
|
######################################################################################################
|
|
|
|
######################################################################################################
|
|
|
|
###Script to send notifications to Twitter as @BearStoneHA.
|
|
|
|
###Script to send notifications to Twitter as @BearStoneHA.
|
|
|
|
|
|
|
|
## Publish on Facebook as well - https://www.facebook.com/BearStoneHA/
|
|
|
|
## Enhancements by @dale3h
|
|
|
|
## Enhancements by @dale3h
|
|
|
|
######################################################################################################
|
|
|
|
######################################################################################################
|
|
|
|
|
|
|
|
|
|
|
|
@ -10,9 +11,12 @@ tweet_engine:
|
|
|
|
message: >-
|
|
|
|
message: >-
|
|
|
|
{{ tweet }} #IOT #SmartHome
|
|
|
|
{{ tweet }} #IOT #SmartHome
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- service: ifttt.trigger
|
|
|
|
- service: ifttt.trigger
|
|
|
|
data_template:
|
|
|
|
data_template:
|
|
|
|
event: >-
|
|
|
|
event: >-
|
|
|
|
facebook_tweet
|
|
|
|
facebook_tweet
|
|
|
|
value1: >-
|
|
|
|
value1: >
|
|
|
|
{{ tweet }}
|
|
|
|
{% set facebook_tweet = tweet %}
|
|
|
|
|
|
|
|
{{ facebook_tweet }} #IOT #SmartHome
|
|
|
|
|