Closes #124 - Speed up Speech processing.

This commit is contained in:
CCOSTAN 2017-04-04 15:43:21 +00:00
parent 2a537f0e51
commit 8da35e2a09
2 changed files with 7 additions and 2 deletions

View File

@ -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:

View File

@ -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