Raise transition length to 2s
Makes transitions a bit less jarring.
This commit is contained in:
parent
d86ca8cb21
commit
7239706c35
@ -109,11 +109,11 @@ script:
|
|||||||
red: 1
|
red: 1
|
||||||
green: 1
|
green: 1
|
||||||
blue: 1
|
blue: 1
|
||||||
transition_length: 1s
|
transition_length: 2s
|
||||||
else:
|
else:
|
||||||
- light.turn_off:
|
- light.turn_off:
|
||||||
id: output_led
|
id: output_led
|
||||||
transition_length: 1s
|
transition_length: 2s
|
||||||
|
|
||||||
- id: pir_handler
|
- id: pir_handler
|
||||||
then:
|
then:
|
||||||
@ -351,7 +351,7 @@ voice_assistant:
|
|||||||
on_client_connected:
|
on_client_connected:
|
||||||
- light.turn_off:
|
- light.turn_off:
|
||||||
id: output_led
|
id: output_led
|
||||||
transition_length: 1s
|
transition_length: 2s
|
||||||
- script.execute: light_off
|
- script.execute: light_off
|
||||||
on_client_disconnected:
|
on_client_disconnected:
|
||||||
- light.turn_on:
|
- light.turn_on:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user