From 300f4bad4f165c0a390f3f9c36c081455c684108 Mon Sep 17 00:00:00 2001 From: ccostan Date: Tue, 13 Mar 2018 16:58:01 -0400 Subject: [PATCH] Closes #337 - Finally got it working.. I'm sure of it. --- config/packages/twitter.yaml | 4 ++-- config/script/tweet.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/packages/twitter.yaml b/config/packages/twitter.yaml index bf568b2c..82d1d957 100755 --- a/config/packages/twitter.yaml +++ b/config/packages/twitter.yaml @@ -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 }} diff --git a/config/script/tweet.yaml b/config/script/tweet.yaml index a5459c54..fc7f6d29 100755 --- a/config/script/tweet.yaml +++ b/config/script/tweet.yaml @@ -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 }}"}