diff --git a/config/packages/holiday.yaml b/config/packages/holiday.yaml index 2829601e..4559f8ef 100755 --- a/config/packages/holiday.yaml +++ b/config/packages/holiday.yaml @@ -95,14 +95,14 @@ sensor: scan_interval: 43200 - platform: rest - name: Mother's Day Countdown + name: Mothers Countdown resource: !secret wolframalpha_mothersday_api value_template: "{{ (value|replace(' days', '')) | int }}" unit_of_measurement: Days scan_interval: 43200 - platform: rest - name: Father's Day Countdown + name: Fathers Countdown resource: !secret wolframalpha_fathersday_api value_template: "{{ (value|replace(' days', '')) | int }}" unit_of_measurement: Days diff --git a/config/packages/twitter.yaml b/config/packages/twitter.yaml index 78a500f7..cab1d17b 100755 --- a/config/packages/twitter.yaml +++ b/config/packages/twitter.yaml @@ -276,7 +276,7 @@ automation: "S02E11", "S02E12","S02E13", "S02E14","S02E15", "S02E16","S02E17", "S02E18","S02E19", "S02E20", "S02E22", "S02E25", "S02E26", "S02E27", "S02E28", "S02E29", "S02E30", "S02E31", "S02E32", "S02E33", "S02E34", "S02E35", "S02E36", "S02E37", "S02E38", "S02E39", "S02E40","S02E41", "Bearnews1", "Bearnews2", "Bearnews3", "Bearnews4", - "S03E01" + "S03E01", "Bearnews5" ] %} {{ pick|random }} @@ -306,6 +306,6 @@ automation: "S02E11", "S02E12","S02E13", "S02E14","S02E15", "S02E16","S02E17", "S02E18","S02E19", "S02E20", "S02E22", "S02E25", "S02E26", "S02E27", "S02E28", "S02E29", "S02E30", "S02E31", "S02E32", "S02E33", "S02E34", "S02E35", "S02E36", "S02E37", "S02E38", "S02E39", "S02E40","S02E41", "Bearnews1", "Bearnews2", "Bearnews3", "Bearnews4", - "S03E01" + "S03E01", "Bearnews5" ] %} {{ pick|random }} diff --git a/config/script/tweet_youtube.yaml b/config/script/tweet_youtube.yaml index d59fca08..2d99d48e 100755 --- a/config/script/tweet_youtube.yaml +++ b/config/script/tweet_youtube.yaml @@ -222,6 +222,9 @@ tweet_youtube_engine_setup: ], "S03E01": [ "How to Add Webhooks to Home Assistant (https://www.vcloudinfo.com/2020/02/how-to-add-webhooks-to-home-assistant.html)" + ], + "Bearnews5": [ + "8 Free News Channels for your Roku (https://www.vcloudinfo.com/2020/04/8-free-roku-news-channels.html)" ] } %} diff --git a/config/templates/speech/briefing.yaml b/config/templates/speech/briefing.yaml index d92de043..0b476b2e 100755 --- a/config/templates/speech/briefing.yaml +++ b/config/templates/speech/briefing.yaml @@ -149,9 +149,9 @@ {%- macro days_until() -%} {% set month=states("sensor.date").split('-')[1] | int %} {%- if month == 4 or month == 5 -%} - and don't forget, there are {{ states.sensor.mothersday_countdown.state }} days until Mothers day! + and don't forget, there are {{ states.sensor.mothers_countdown.state }} days until Mothers day! {%- elif month == 6 -%} - and don't forget, there are {{ states.sensor.fathersday_countdown.state }} days until Fathers day! + and don't forget, there are {{ states.sensor.fathers_countdown.state }} days until Fathers day! {%- elif month == 9 or month == 10 -%} and don't forget, there are {{ states.sensor.halloween_countdown.state }} days until Halloween! {%- elif month == 11 or month == 12 -%} 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 c4fe7ca1..161d5f4f 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 diff --git a/config/www/custom_ui/floorplan/images/branding/solar_readings.png b/config/www/custom_ui/floorplan/images/branding/solar_readings.png index 07802646..168ee112 100644 Binary files a/config/www/custom_ui/floorplan/images/branding/solar_readings.png and b/config/www/custom_ui/floorplan/images/branding/solar_readings.png differ