diff --git a/config/packages/hasspodcast.yaml b/config/packages/hasspodcast.yaml index 231209ce..b520d8b7 100755 --- a/config/packages/hasspodcast.yaml +++ b/config/packages/hasspodcast.yaml @@ -38,9 +38,14 @@ automation: message: "New RSS item available - {{ as_timestamp(now()) | timestamp_custom('%I:%M:%S %p %d%b%Y', true) }}" notification_id: "update_available" - - service: script.tweet_engine + - service: script.tweet_engine_image data_template: tweet: '{{trigger.event.data.title}} - {{trigger.event.data.link}}' + image: >- + {% set pictures = [ + "/config/www/custom_ui/floorplan/images/branding/BearStoneParty.png" + ] %} + {{ pictures|random }} - service: script.notify_engine data_template: diff --git a/config/www/custom_ui/floorplan/images/branding/BearStoneParty.png b/config/www/custom_ui/floorplan/images/branding/BearStoneParty.png new file mode 100755 index 00000000..6f44aa6e Binary files /dev/null and b/config/www/custom_ui/floorplan/images/branding/BearStoneParty.png differ diff --git a/config/www/custom_ui/floorplan/images/branding/bear_stone_car.png b/config/www/custom_ui/floorplan/images/branding/bear_stone_car.png new file mode 100755 index 00000000..e8ac703d Binary files /dev/null and b/config/www/custom_ui/floorplan/images/branding/bear_stone_car.png differ