diff --git a/config/packages/lightning.yaml b/config/packages/lightning.yaml index 4a86e57e..cc646128 100755 --- a/config/packages/lightning.yaml +++ b/config/packages/lightning.yaml @@ -3,6 +3,7 @@ # @CCOSTAN # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig # https://github.com/CCOSTAN/Home-AssistantConfig/issues/392 +# https://www.vcloudinfo.com/2020/08/adding-a-lightning-sensor-to-home-assistant.html ################################### input_boolean: snooze_lightning: @@ -82,14 +83,12 @@ automation: "Yikes! {{ states('sensor.blitzortung_lightning_counter') }} lightning strike(s) were way too close; ({{(states('sensor.blitzortung_lightning_distance') | int / 1.69) | round (1, 'floor')}} miles too close in fact). Time to get everyone inside." ] | random + [ - " #LightningCapital", " (https://github.com/CCOSTAN/Home-AssistantConfig/issues/392)", - " #Bot ", - " #Florida ", - " " + " Adding a Lightning Sensor to Home Assistant (https://www.vcloudinfo.com/2020/08/adding-a-lightning-sensor-to-home-assistant.html)", ] | random }} image: >- {{ [ + "/config/www/custom_ui/floorplan/images/youtube/episodes/LightningSensor.png", "/config/www/custom_ui/floorplan/images/branding/lightning_1.png", "/config/www/custom_ui/floorplan/images/branding/lightning_2.png", "/config/www/custom_ui/floorplan/images/branding/lightning_3.png" diff --git a/config/script/tweet_youtube.yaml b/config/script/tweet_youtube.yaml index 916c46e7..eb56f654 100755 --- a/config/script/tweet_youtube.yaml +++ b/config/script/tweet_youtube.yaml @@ -259,6 +259,9 @@ tweet_youtube_engine_setup: ], "AlexaGuardMediaPlayer": [ "How to Enable Alexa Guard Mode via Home Assistant (https://www.vcloudinfo.com/2020/08/how-to-enable-alexa-guard-mode-via-home-assistant-using-presence-detection.html)" + ], + "LightningSensor": [ + "Adding a Lightning Sensor to Home Assistant (https://www.vcloudinfo.com/2020/08/adding-a-lightning-sensor-to-home-assistant.html)" ] } %} diff --git a/config/templates/speech/youtube_picker.yaml b/config/templates/speech/youtube_picker.yaml index 276d94e5..969947cc 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", "NoCloudGaradget", "AlexaGuardMediaPlayer" + "SolarFountainOKMEE", "NoCloudGaradget", "AlexaGuardMediaPlayer", "LightningSensor" ] %} {{ 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 89f79ab9..6c400413 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 1e5c8fd9..2b43e7fb 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/LightningSensor.png b/config/www/custom_ui/floorplan/images/youtube/episodes/LightningSensor.png new file mode 100755 index 00000000..758380cc Binary files /dev/null and b/config/www/custom_ui/floorplan/images/youtube/episodes/LightningSensor.png differ