diff --git a/config/packages/garadget.yaml b/config/packages/garadget.yaml index 4b427533..4d47e3a2 100755 --- a/config/packages/garadget.yaml +++ b/config/packages/garadget.yaml @@ -3,6 +3,7 @@ # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig ## Garadget_Stuff - [Garadget](http://amzn.to/2jQLpVQ) - Garage Door opener/sensor # Video and Write Up - https://www.vcloudinfo.com/2019/03/how-to-add-garadget-to-home-assistant.html +# Switch to Access_Tokens - https://www.vcloudinfo.com/2020/05/fixing-garadget-in-home-assistant.html #------------------------------------------- diff --git a/config/packages/hasspodcast.yaml b/config/packages/hasspodcast.yaml index a381f8a1..85625320 100755 --- a/config/packages/hasspodcast.yaml +++ b/config/packages/hasspodcast.yaml @@ -9,7 +9,7 @@ feedreader: urls: - https://hasspodcast.io/feed/podcast #HA Podcast Feed - https://us12.campaign-archive.com/feed?u=45cab4343ffdbeb9667c28a26&id=e01847e94f #This is CCOSTAN's Smart Home Blog feed -# - http://feeds.feedburner.com/RecentCommitsToBearStoneHA - This is the Repo Commit feed. + # - https://feeds.feedburner.com/RecentCommitsToBearStoneHA # - This is the Repo Commit feed. #------------------------------------------- automation: @@ -19,18 +19,21 @@ automation: event_type: feedreader action: - - service: notify.html5 - data_template: - title: "New RSS Item available" - message: "New RSS Item - {{ as_timestamp(now()) | timestamp_custom('%I:%M:%S %p %d%b%Y', true) }} {{trigger.event.data.title}}" - data: - url: "{{trigger.event.data.link}}" - - service: persistent_notification.create data_template: - title: "{{trigger.event.data.title}}" - message: "New RSS item available - {{ as_timestamp(now()) | timestamp_custom('%I:%M:%S %p %d%b%Y', true) }}" - notification_id: "update_available" + title: > + {{ trigger.event.data.title }} + message: > + {% set url = trigger.event.data.feed_url.split('https://')[1] %} + {% set source = {'https://us12.campaign-archive.com/feed?u=45cab4343ffdbeb9667c28a26&id=e01847e94f':'vCloudInfo.com', + 'hasspodcast.io/feed/podcast':'Hass podcast'} %} + New Rss feed for {{source[url] if url in source else 'Unknown'}}, see + {{trigger.event.data.link}},{{trigger.event.data.author}} + notification_id: > + {% set url = trigger.event.data.feed_url.split('https://')[1] %} + {% set source = {'https://us12.campaign-archive.com/feed?u=45cab4343ffdbeb9667c28a26&id=e01847e94f':'vCloudInfo.com', + 'hasspodcast.io/feed/podcast':'Hass podcast'} %} + rss-feed-{{source[url] if url in source else 'Unknown'}} ############ everything below this line should be deleted if using as a drop in package. #################### diff --git a/config/www/custom_ui/floorplan/images/branding/att_speedtest.png b/config/www/custom_ui/floorplan/images/branding/att_speedtest.png index 3fb00ab2..2f98d042 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/att_speedtest.png and b/config/www/custom_ui/floorplan/images/branding/att_speedtest.png differ