Updated with Bear Stone Smart Home News Bites Snippets.
This commit is contained in:
parent
24cf189754
commit
4cca0507b2
|
@ -66,7 +66,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- wait_template: >-
|
- wait_template: >-
|
||||||
{{ states.group.family.state == 'home' }}
|
{{ states.group.family.state == 'home' }}
|
||||||
- service: switch.turn_on
|
- service: homeassistant.turn_on
|
||||||
entity_id:
|
entity_id:
|
||||||
- group.master_bathroom_accents
|
- group.master_bathroom_accents
|
||||||
- switch.back_landscaping
|
- switch.back_landscaping
|
||||||
|
|
|
@ -41,6 +41,6 @@
|
||||||
action:
|
action:
|
||||||
- service: input_boolean.turn_off
|
- service: input_boolean.turn_off
|
||||||
entity_id: input_boolean.good_night
|
entity_id: input_boolean.good_night
|
||||||
- service: home_assistant.turn_off
|
- service: homeassistant.turn_off
|
||||||
entity_id: group.outdoor_xmas_lights
|
entity_id: group.outdoor_xmas_lights
|
||||||
- service: script.interior_off
|
- service: script.interior_off
|
||||||
|
|
|
@ -274,7 +274,7 @@ automation:
|
||||||
"S02E01", "S02E02","S02E03", "S02E04","S02E05", "S02E06","S02E07", "S02E08","S02E09", "S02E10",
|
"S02E01", "S02E02","S02E03", "S02E04","S02E05", "S02E06","S02E07", "S02E08","S02E09", "S02E10",
|
||||||
"S02E11", "S02E12","S02E13", "S02E14","S02E15", "S02E16","S02E17", "S02E18","S02E19", "S02E20",
|
"S02E11", "S02E12","S02E13", "S02E14","S02E15", "S02E16","S02E17", "S02E18","S02E19", "S02E20",
|
||||||
"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"
|
"S02E35", "S02E36", "S02E37", "S02E38", "S02E39", "S02E40", "Bearnews1"
|
||||||
] %}
|
] %}
|
||||||
{{ pick|random }}
|
{{ pick|random }}
|
||||||
|
|
||||||
|
@ -303,6 +303,6 @@ automation:
|
||||||
"S02E01", "S02E02","S02E03", "S02E04","S02E05", "S02E06","S02E07", "S02E08","S02E09", "S02E10",
|
"S02E01", "S02E02","S02E03", "S02E04","S02E05", "S02E06","S02E07", "S02E08","S02E09", "S02E10",
|
||||||
"S02E11", "S02E12","S02E13", "S02E14","S02E15", "S02E16","S02E17", "S02E18","S02E19", "S02E20",
|
"S02E11", "S02E12","S02E13", "S02E14","S02E15", "S02E16","S02E17", "S02E18","S02E19", "S02E20",
|
||||||
"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"
|
"S02E35", "S02E36", "S02E37", "S02E38", "S02E39", "S02E40", "Bearnews1"
|
||||||
] %}
|
] %}
|
||||||
{{ pick|random }}
|
{{ pick|random }}
|
||||||
|
|
|
@ -204,6 +204,9 @@ tweet_youtube_engine_setup:
|
||||||
],
|
],
|
||||||
"S02E40": [
|
"S02E40": [
|
||||||
"Fix your Pi-Hole integration with Home Assistant (https://www.vcloudinfo.com/2019/11/how-to-fix-your-pi-hole-integration-with-home-assistant.html)"
|
"Fix your Pi-Hole integration with Home Assistant (https://www.vcloudinfo.com/2019/11/how-to-fix-your-pi-hole-integration-with-home-assistant.html)"
|
||||||
|
],
|
||||||
|
"Bearnews1": [
|
||||||
|
"How to Name your Alexa Routines (https://www.vcloudinfo.com/2019/12/how-to-name-your-alexa-routines.html)"
|
||||||
]
|
]
|
||||||
|
|
||||||
} %}
|
} %}
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
Loading…
Reference in New Issue