New Alexa Music Command Video. https://amzn.to/3eBnaru

This commit is contained in:
ccostan 2020-06-25 10:00:18 -04:00
parent d0dad2b91f
commit c69a342cf5
4 changed files with 20 additions and 13 deletions

View File

@ -21,18 +21,21 @@
- service: scene.turn_on - service: scene.turn_on
entity_id: scene.front_full_brightness entity_id: scene.front_full_brightness
- service_template: >- - service: light.turn_on
{% if states.group.entry_points.state == 'on' or states.group.garage_doors.state != 'closed' -%} entity_id:
light.turn_on - light.living_room_accents
entity_id: data_template:
- light.living_room_accents # Red if Open, Gold if Closed
rgb_color: [255,0,0] rgb_color: >
{% else %} {% if states.group.entry_points.state == 'on' or states.group.garage_doors.state != 'closed' -%}
light.turn_on - '255'
entity_id: - '0'
- light.living_room_accents - '0'
rgb_color: [255,215,0] {% else %}
{% endif %} - '255'
- '215'
- '0'
{% endif %}
- service_template: > - service_template: >
{% set hour=states("sensor.time").split(':')[0] | int %} {% set hour=states("sensor.time").split(':')[0] | int %}

View File

@ -247,8 +247,12 @@ tweet_youtube_engine_setup:
], ],
"5TipsToLevelUp": [ "5TipsToLevelUp": [
"Five Home Assistant Tips with @SuburbanNerd (https://youtu.be/fRfE4hjzQMU)" "Five Home Assistant Tips with @SuburbanNerd (https://youtu.be/fRfE4hjzQMU)"
],
"AlexaMusicCommands": [
"All the Music Commands for Alexa! (https://youtu.be/JWnMB455NRM)"
] ]
} %} } %}
{{ tweets[topic]|random ~ "#youtube #throwback" }} {{ tweets[topic]|random ~ "#youtube #throwback" }}

View File

@ -6,6 +6,6 @@
"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", "S03E03", "Logger", "SolarPalmLight", "5TipsToLevelUp" "S03E01", "Bearnews5", "Bearnews6", "Bearnews7", "S03E02", "S03E03", "Logger", "SolarPalmLight", "5TipsToLevelUp", "AlexaMusicCommands"
] %} ] %}
{{ pick|random }} {{ pick|random }}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB