closes #335
This commit is contained in:
parent
6c8a27c0cf
commit
b674fdf05e
|
@ -153,8 +153,7 @@ automation:
|
||||||
"#SmartHomeCode"
|
"#SmartHomeCode"
|
||||||
] %}
|
] %}
|
||||||
{{ phrases|random ~ " " ~ hashtags|random }}
|
{{ phrases|random ~ " " ~ hashtags|random }}
|
||||||
data_template:
|
image: >-
|
||||||
media: >-
|
|
||||||
{% set pictures = [
|
{% set pictures = [
|
||||||
"/config/www/custom_ui/floorplan/images/repo_ad.png",
|
"/config/www/custom_ui/floorplan/images/repo_ad.png",
|
||||||
"/config/www/custom_ui/floorplan/images/repo_ad2.png"
|
"/config/www/custom_ui/floorplan/images/repo_ad2.png"
|
||||||
|
|
|
@ -19,7 +19,7 @@ tweet_engine:
|
||||||
{{ tweet }} #IOT #SmartHome
|
{{ tweet }} #IOT #SmartHome
|
||||||
data:
|
data:
|
||||||
media: >-
|
media: >-
|
||||||
{{ media }}
|
{{ image }}
|
||||||
|
|
||||||
# - service: ifttt.trigger
|
# - service: ifttt.trigger
|
||||||
# data_template: {"event":"facebook_tweet", "value1":"{{ tweet }}", "value2":"{{ value2 }}", "value3":"{{ value3 }}"}
|
# data_template: {"event":"facebook_tweet", "value1":"{{ tweet }}", "value2":"{{ value2 }}", "value3":"{{ value3 }}"}
|
||||||
|
|
Loading…
Reference in New Issue