diff --git a/config/automations.yaml b/config/automations.yaml new file mode 100644 index 00000000..b5d62a09 --- /dev/null +++ b/config/automations.yaml @@ -0,0 +1,26 @@ +- id: '1606000509280' + alias: Tag Test1 is scanned + description: '' + trigger: + - platform: tag + tag_id: 6d16ced7-9cb6-483a-b7ff-25aa11cb4f94 + condition: [] + action: + - type: toggle + device_id: 48391a44700b46bc8658dddda0bcee98 + entity_id: light.sink + domain: light + mode: single +- id: '1606000604096' + alias: Tag Test1 is scanned + description: '' + trigger: + - platform: tag + tag_id: 6d16ced7-9cb6-483a-b7ff-25aa11cb4f94 + condition: [] + action: + - type: turn_off + device_id: 48391a44700b46bc8658dddda0bcee98 + entity_id: light.sink + domain: light + mode: single diff --git a/config/script/tweet_youtube.yaml b/config/script/tweet_youtube.yaml index 954a7909..1695e034 100755 --- a/config/script/tweet_youtube.yaml +++ b/config/script/tweet_youtube.yaml @@ -281,6 +281,9 @@ tweet_youtube_engine_setup: ], "Remote_Finder": [ "Home Assistant IOS Actionable Notifications Example - Find the Remote (https://www.vcloudinfo.com/2020/11/home-assistant-ios-actionable-notifications-example.html)" + ], + "VideoProjectionMappingDemo": [ + "Video Projection Mapping Demo #Shorts (https://youtu.be/C7eljJnpxGQ)" ] } %} diff --git a/config/templates/speech/youtube_picker.yaml b/config/templates/speech/youtube_picker.yaml index ba51ed33..957bccd8 100755 --- a/config/templates/speech/youtube_picker.yaml +++ b/config/templates/speech/youtube_picker.yaml @@ -7,6 +7,7 @@ "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", "NoCloudGaradget", "AlexaGuardMediaPlayer", "LightningSensor", "LEDBackboard", "CuckooClock", "NodeAnchors", "yahoostocks", "AugustBatteries", "Remote_Finder" + "SolarFountainOKMEE", "NoCloudGaradget", "AlexaGuardMediaPlayer", "LightningSensor", "LEDBackboard", "CuckooClock", "NodeAnchors", "yahoostocks", + "AugustBatteries", "Remote_Finder", "VideoProjectionMappingDemo" ] %} {{ pick|random }} 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 283df944..7ddda4e2 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 868e1bbc..7e6b05d6 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 diff --git a/config/www/custom_ui/floorplan/images/youtube/episodes/VideoProjectionMappingDemo.png b/config/www/custom_ui/floorplan/images/youtube/episodes/VideoProjectionMappingDemo.png new file mode 100755 index 00000000..9805503d Binary files /dev/null and b/config/www/custom_ui/floorplan/images/youtube/episodes/VideoProjectionMappingDemo.png differ