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 }}"}