mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-18 23:36:11 +00:00
Closes #124 - Speed up Speech processing.
This commit is contained in:
parent
2a537f0e51
commit
8da35e2a09
@ -38,9 +38,14 @@ monthly_color_scene:
|
|||||||
{%- elif now().strftime("%m%d")|int >= 314
|
{%- elif now().strftime("%m%d")|int >= 314
|
||||||
and now().strftime("%m%d")|int <= 317-%}
|
and now().strftime("%m%d")|int <= 317-%}
|
||||||
st_patty
|
st_patty
|
||||||
|
{%- elif now().strftime("%m%d")|int >= 414
|
||||||
|
and now().strftime("%m%d")|int <= 416-%}
|
||||||
|
easter
|
||||||
|
{%- elif now().strftime("%m%d")|int == 505 -%}
|
||||||
|
cinco_de_mayo
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
standard
|
standard
|
||||||
{%- endif -%}_colors"
|
{%- endif -%}_colors
|
||||||
|
|
||||||
- service: scene.turn_on
|
- service: scene.turn_on
|
||||||
data_template:
|
data_template:
|
||||||
|
@ -46,7 +46,7 @@ voice_notify:
|
|||||||
state: 'on'
|
state: 'on'
|
||||||
- service: switch.turn_on
|
- service: switch.turn_on
|
||||||
entity_id: switch.living_room_amp
|
entity_id: switch.living_room_amp
|
||||||
- delay: '00:00:05'
|
# - delay: '00:00:05'
|
||||||
|
|
||||||
- service: media_player.turn_on
|
- service: media_player.turn_on
|
||||||
entity_id: media_player.livingroomCC
|
entity_id: media_player.livingroomCC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user