diff --git a/config/packages/hasspodcast.yaml b/config/packages/hasspodcast.yaml index b520d8b7..9ba8dfb3 100755 --- a/config/packages/hasspodcast.yaml +++ b/config/packages/hasspodcast.yaml @@ -43,7 +43,8 @@ automation: tweet: '{{trigger.event.data.title}} - {{trigger.event.data.link}}' image: >- {% set pictures = [ - "/config/www/custom_ui/floorplan/images/branding/BearStoneParty.png" + "/config/www/custom_ui/floorplan/images/branding/BearStoneParty.png", + "/config/www/custom_ui/floorplan/images/branding/Chalk-Podcast.png" ] %} {{ pictures|random }} diff --git a/config/www/custom_ui/floorplan/images/branding/Chalk-Podcast.png b/config/www/custom_ui/floorplan/images/branding/Chalk-Podcast.png new file mode 100755 index 00000000..88760919 Binary files /dev/null and b/config/www/custom_ui/floorplan/images/branding/Chalk-Podcast.png differ diff --git a/config/www/custom_ui/floorplan/images/branding/repo_ad2.png b/config/www/custom_ui/floorplan/images/branding/repo_ad2.png index 019e4e43..d6a51e08 100755 Binary files a/config/www/custom_ui/floorplan/images/branding/repo_ad2.png and b/config/www/custom_ui/floorplan/images/branding/repo_ad2.png differ