Closes #337 - Finally got it working.. I'm sure of it.
This commit is contained in:
parent
b674fdf05e
commit
300f4bad4f
|
@ -155,8 +155,8 @@ automation:
|
||||||
{{ phrases|random ~ " " ~ hashtags|random }}
|
{{ phrases|random ~ " " ~ hashtags|random }}
|
||||||
image: >-
|
image: >-
|
||||||
{% set pictures = [
|
{% set pictures = [
|
||||||
"/config/www/custom_ui/floorplan/images/repo_ad.png",
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad.png",
|
||||||
"/config/www/custom_ui/floorplan/images/repo_ad2.png"
|
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png"
|
||||||
] %}
|
] %}
|
||||||
{{ pictures|random }}
|
{{ pictures|random }}
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ tweet_engine:
|
||||||
{{ tweet }} #IOT #SmartHome
|
{{ tweet }} #IOT #SmartHome
|
||||||
data:
|
data:
|
||||||
media: >-
|
media: >-
|
||||||
{{ image }}
|
{{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