Add in references to the YouTube Video for #392.
This commit is contained in:
parent
514e495780
commit
3adc9670cd
|
@ -3,6 +3,7 @@
|
||||||
# @CCOSTAN
|
# @CCOSTAN
|
||||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||||
# https://github.com/CCOSTAN/Home-AssistantConfig/issues/392
|
# https://github.com/CCOSTAN/Home-AssistantConfig/issues/392
|
||||||
|
# https://www.vcloudinfo.com/2020/08/adding-a-lightning-sensor-to-home-assistant.html
|
||||||
###################################
|
###################################
|
||||||
input_boolean:
|
input_boolean:
|
||||||
snooze_lightning:
|
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."
|
"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 +
|
] | random +
|
||||||
[
|
[
|
||||||
" #LightningCapital",
|
|
||||||
" (https://github.com/CCOSTAN/Home-AssistantConfig/issues/392)",
|
" (https://github.com/CCOSTAN/Home-AssistantConfig/issues/392)",
|
||||||
" #Bot ",
|
" Adding a Lightning Sensor to Home Assistant (https://www.vcloudinfo.com/2020/08/adding-a-lightning-sensor-to-home-assistant.html)",
|
||||||
" #Florida ",
|
|
||||||
" "
|
|
||||||
] | random }}
|
] | random }}
|
||||||
image: >-
|
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_1.png",
|
||||||
"/config/www/custom_ui/floorplan/images/branding/lightning_2.png",
|
"/config/www/custom_ui/floorplan/images/branding/lightning_2.png",
|
||||||
"/config/www/custom_ui/floorplan/images/branding/lightning_3.png"
|
"/config/www/custom_ui/floorplan/images/branding/lightning_3.png"
|
||||||
|
|
|
@ -259,6 +259,9 @@ tweet_youtube_engine_setup:
|
||||||
],
|
],
|
||||||
"AlexaGuardMediaPlayer": [
|
"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)"
|
"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)"
|
||||||
]
|
]
|
||||||
|
|
||||||
} %}
|
} %}
|
||||||
|
|
|
@ -7,6 +7,6 @@
|
||||||
"S02E22", "S02E25", "S02E26", "S02E27", "S02E28", "S02E29", "S02E30", "S02E31", "S02E32", "S02E33", "S02E34",
|
"S02E22", "S02E25", "S02E26", "S02E27", "S02E28", "S02E29", "S02E30", "S02E31", "S02E32", "S02E33", "S02E34",
|
||||||
"S02E35", "S02E36", "S02E37", "S02E38", "S02E39", "S02E40","S02E41", "Bearnews1", "Bearnews2", "Bearnews3", "Bearnews4",
|
"S02E35", "S02E36", "S02E37", "S02E38", "S02E39", "S02E40","S02E41", "Bearnews1", "Bearnews2", "Bearnews3", "Bearnews4",
|
||||||
"S03E01", "Bearnews5", "Bearnews6", "Bearnews7", "S03E02", "S03E03", "Logger", "SolarPalmLight", "5TipsToLevelUp", "AlexaMusicCommands",
|
"S03E01", "Bearnews5", "Bearnews6", "Bearnews7", "S03E02", "S03E03", "Logger", "SolarPalmLight", "5TipsToLevelUp", "AlexaMusicCommands",
|
||||||
"SolarFountainOKMEE", "NoCloudGaradget", "AlexaGuardMediaPlayer"
|
"SolarFountainOKMEE", "NoCloudGaradget", "AlexaGuardMediaPlayer", "LightningSensor"
|
||||||
] %}
|
] %}
|
||||||
{{ pick|random }}
|
{{ pick|random }}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 33 KiB |
Binary file not shown.
Before Width: | Height: | Size: 175 KiB After Width: | Height: | Size: 176 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
Loading…
Reference in New Issue