diff --git a/config/automation/Speech/announcements.yaml b/config/automation/Speech/announcements.yaml index 3b34f142..28d62b34 100755 --- a/config/automation/Speech/announcements.yaml +++ b/config/automation/Speech/announcements.yaml @@ -41,7 +41,7 @@ {%- macro greeting_sentence(person, is_are) -%} {{ [ "Welcome back home " ~ person, - "You had me at hello" ~ person, + "You had me at hello " ~ person, "Guess who is home?" ~ person ~ is_are , "The wifi just got a little more crowded. Welcome Home" ~ person, person ~ is_are + " now in the house.", diff --git a/config/script/tweet_youtube.yaml b/config/script/tweet_youtube.yaml index 0a06701f..88780f73 100755 --- a/config/script/tweet_youtube.yaml +++ b/config/script/tweet_youtube.yaml @@ -253,6 +253,9 @@ tweet_youtube_engine_setup: ], "SolarFountainOKMEE": [ "Solar Powered Water Fountain with LED lights (https://www.vcloudinfo.com/2020/07/solar-powered-water-fountain-with-led-lights.html)" + ], + "NoCloudGaradget": [ + "How to configure Garadget for LOCAL MQTT Only (https://www.vcloudinfo.com/2020/07/how-to-configure-garadget-for-local-mqtt-only.html)" ] } %} diff --git a/config/templates/speech/youtube_picker.yaml b/config/templates/speech/youtube_picker.yaml index 7a6f51ee..9c3ef7e3 100755 --- a/config/templates/speech/youtube_picker.yaml +++ b/config/templates/speech/youtube_picker.yaml @@ -7,6 +7,6 @@ "S02E22", "S02E25", "S02E26", "S02E27", "S02E28", "S02E29", "S02E30", "S02E31", "S02E32", "S02E33", "S02E34", "S02E35", "S02E36", "S02E37", "S02E38", "S02E39", "S02E40","S02E41", "Bearnews1", "Bearnews2", "Bearnews3", "Bearnews4", "S03E01", "Bearnews5", "Bearnews6", "Bearnews7", "S03E02", "S03E03", "Logger", "SolarPalmLight", "5TipsToLevelUp", "AlexaMusicCommands", - "SolarFountainOKMEE" + "SolarFountainOKMEE", "NoCloudGaradget" ] %} {{ pick|random }} diff --git a/config/www/custom_ui/floorplan/images/youtube/episodes/NoCloudGaradget.png b/config/www/custom_ui/floorplan/images/youtube/episodes/NoCloudGaradget.png new file mode 100755 index 00000000..3a5426ae Binary files /dev/null and b/config/www/custom_ui/floorplan/images/youtube/episodes/NoCloudGaradget.png differ