This commit is contained in:
parent
fd6c16bfca
commit
9c4fa42272
|
@ -43,6 +43,7 @@ automation:
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
### Automations - Help Neato!
|
### Automations - Help Neato!
|
||||||
|
### https://www.vcloudinfo.com/2020/05/home-assistant-neato-vacuum-automation.html
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
- alias: 'Help Neato'
|
- alias: 'Help Neato'
|
||||||
|
|
|
@ -280,7 +280,7 @@ automation:
|
||||||
"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", "S02E39", "S02E40","S02E41", "Bearnews1", "Bearnews2", "Bearnews3", "Bearnews4",
|
"S02E35", "S02E36", "S02E37", "S02E38", "S02E39", "S02E40","S02E41", "Bearnews1", "Bearnews2", "Bearnews3", "Bearnews4",
|
||||||
"S03E01", "Bearnews5", "Bearnews6", "Bearnews7", "S03E02"
|
"S03E01", "Bearnews5", "Bearnews6", "Bearnews7", "S03E02", "S03E03"
|
||||||
] %}
|
] %}
|
||||||
{{ pick|random }}
|
{{ pick|random }}
|
||||||
|
|
||||||
|
@ -310,6 +310,6 @@ automation:
|
||||||
"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", "S02E39", "S02E40","S02E41", "Bearnews1", "Bearnews2", "Bearnews3", "Bearnews4",
|
"S02E35", "S02E36", "S02E37", "S02E38", "S02E39", "S02E40","S02E41", "Bearnews1", "Bearnews2", "Bearnews3", "Bearnews4",
|
||||||
"S03E01", "Bearnews5", "Bearnews6", "Bearnews7", "S03E02"
|
"S03E01", "Bearnews5", "Bearnews6", "Bearnews7", "S03E02", "S03E03"
|
||||||
] %}
|
] %}
|
||||||
{{ pick|random }}
|
{{ pick|random }}
|
||||||
|
|
|
@ -78,11 +78,11 @@ speech_processing:
|
||||||
{% if states.group.bed.state == 'off' %}
|
{% if states.group.bed.state == 'off' %}
|
||||||
media_player.livingroomCC
|
media_player.livingroomCC
|
||||||
{% else %}
|
{% else %}
|
||||||
media_player.bedroom
|
media_player.livingroomCC
|
||||||
{% endif %}
|
{% endif %}
|
||||||
message: >-
|
message: >-
|
||||||
<speak>
|
<speak>
|
||||||
{{ speech_message }}
|
{{ value1 }}
|
||||||
</speak>
|
</speak>
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
|
|
|
@ -234,6 +234,9 @@ tweet_youtube_engine_setup:
|
||||||
],
|
],
|
||||||
"S03E02": [
|
"S03E02": [
|
||||||
"Phyn Plus – Smart Water Shutoff Device (https://www.vcloudinfo.com/2020/05/phyn-plus-smart-water-shutoff-device.html)"
|
"Phyn Plus – Smart Water Shutoff Device (https://www.vcloudinfo.com/2020/05/phyn-plus-smart-water-shutoff-device.html)"
|
||||||
|
],
|
||||||
|
"S03E03": [
|
||||||
|
"Breaking down the Home Assistant Vacuum Automation (https://www.vcloudinfo.com/2020/05/home-assistant-neato-vacuum-automation.html)"
|
||||||
]
|
]
|
||||||
|
|
||||||
} %}
|
} %}
|
||||||
|
|
Loading…
Reference in New Issue