mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-02-13 21:38:40 +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
|
||||
and now().strftime("%m%d")|int <= 317-%}
|
||||
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 -%}
|
||||
standard
|
||||
{%- endif -%}_colors"
|
||||
{%- endif -%}_colors
|
||||
|
||||
- service: scene.turn_on
|
||||
data_template:
|
||||
|
@ -46,7 +46,7 @@ voice_notify:
|
||||
state: 'on'
|
||||
- service: switch.turn_on
|
||||
entity_id: switch.living_room_amp
|
||||
- delay: '00:00:05'
|
||||
# - delay: '00:00:05'
|
||||
|
||||
- service: media_player.turn_on
|
||||
entity_id: media_player.livingroomCC
|
||||
|
Loading…
x
Reference in New Issue
Block a user