mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-20 12:10:28 +00:00
This is a pretty good start for reusable code. #777
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
>-
|
||||
>-
|
||||
{%- macro dark_outside() -%}
|
||||
{{ [
|
||||
'It is pretty dark outside. I will turn on the outside lights now.',
|
||||
|
11
config/templates/speech/youtube_picker.yaml
Executable file
11
config/templates/speech/youtube_picker.yaml
Executable file
@@ -0,0 +1,11 @@
|
||||
>-
|
||||
{% set pick = [
|
||||
"ThrowBack", "S01E01", "S01E02","S01E03", "S01E04","S01E05", "S01E06","S01E07", "S01E08","S01E09", "S01E10",
|
||||
"S01E11", "S01E12","S01E13", "S01E14","S01E15", "S01E16","S01E17", "S01E18","S01E19", "S01E20", "S01E21",
|
||||
"S02E01", "S02E02","S02E03", "S02E04","S02E05", "S02E06","S02E07", "S02E08","S02E09", "S02E10",
|
||||
"S02E11", "S02E12","S02E13", "S02E14","S02E15", "S02E16","S02E17", "S02E18","S02E19", "S02E20",
|
||||
"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"
|
||||
] %}
|
||||
{{ pick|random }}
|
Reference in New Issue
Block a user