Closes #337 - Finally got it working.. I'm sure of it.

This commit is contained in:
ccostan 2018-03-13 16:58:01 -04:00
parent b674fdf05e
commit 300f4bad4f
2 changed files with 3 additions and 3 deletions

View File

@ -155,8 +155,8 @@ automation:
{{ phrases|random ~ " " ~ hashtags|random }}
image: >-
{% set pictures = [
"/config/www/custom_ui/floorplan/images/repo_ad.png",
"/config/www/custom_ui/floorplan/images/repo_ad2.png"
"/config/www/custom_ui/floorplan/images/branding/repo_ad.png",
"/config/www/custom_ui/floorplan/images/branding/repo_ad2.png"
] %}
{{ pictures|random }}

View File

@ -19,7 +19,7 @@ tweet_engine:
{{ tweet }} #IOT #SmartHome
data:
media: >-
{{ image }}
{{image}}
# - service: ifttt.trigger
# data_template: {"event":"facebook_tweet", "value1":"{{ tweet }}", "value2":"{{ value2 }}", "value3":"{{ value3 }}"}