diff --git a/config/script/tweet_youtube.yaml b/config/script/tweet_youtube.yaml index 7f092ca5..62705007 100755 --- a/config/script/tweet_youtube.yaml +++ b/config/script/tweet_youtube.yaml @@ -333,8 +333,10 @@ tweet_youtube_engine_setup: ], "RokuOnHA": [ "Adding Roku to Home Assistant (https://youtu.be/XvrVhsP1bB4)" + ], + "RunningAutomationsCard": [ + "What is running in your Home Assistant - A lovelace Card (https://www.vcloudinfo.com/2023/01/whats-running-in-home-assistant-a-lovelace-card.html)" ] - } %} {{ tweets[topic]|random ~ "#youtube #throwback" }} diff --git a/config/templates/speech/youtube_picker.yaml b/config/templates/speech/youtube_picker.yaml index e01d8ca2..a5232993 100755 --- a/config/templates/speech/youtube_picker.yaml +++ b/config/templates/speech/youtube_picker.yaml @@ -9,6 +9,6 @@ "S03E01", "Bearnews5", "Bearnews6", "Bearnews7", "S03E02", "S03E03", "Logger", "SolarPalmLight", "5TipsToLevelUp", "AlexaMusicCommands", "SolarFountainOKMEE", "NoCloudGaradget", "AlexaGuardMediaPlayer", "LightningSensor", "LEDBackboard", "CuckooClock", "NodeAnchors", "yahoostocks", "AugustBatteries", "Remote_Finder", "VideoProjectionMappingDemo", "FeedTheDog", "AlexaGiftNotifications","iPhoneDuplicates", "NotifyScript", "WeightLossJourney", - "SnapPower", "LocalControl", "TossingWink", "EnergyDashboard", "IOSBrokeNoifications", "SolarDriveway", "UPS_Replacement", "VillaNERI", "GardenLED", "RokuOnHA" + "SnapPower", "LocalControl", "TossingWink", "EnergyDashboard", "IOSBrokeNoifications", "SolarDriveway", "UPS_Replacement", "VillaNERI", "GardenLED", "RokuOnHA", "RunningAutomationsCard" ] %} {{ pick|random }} diff --git a/config/www/custom_ui/floorplan/images/youtube/episodes/RunningAutomationsCard.png b/config/www/custom_ui/floorplan/images/youtube/episodes/RunningAutomationsCard.png new file mode 100755 index 00000000..abb4305d Binary files /dev/null and b/config/www/custom_ui/floorplan/images/youtube/episodes/RunningAutomationsCard.png differ