minor delay fixes + disable adaptive while switching
This commit is contained in:
parent
4390be9d72
commit
deab38d904
@ -367,6 +367,9 @@ automation:
|
||||
- service: automation.trigger
|
||||
target:
|
||||
entity_id: automation.light_all_snapshot
|
||||
- service: switch.turn_off
|
||||
target:
|
||||
entity_id: switch.adaptive_lighting_default
|
||||
- service: light.turn_on
|
||||
data:
|
||||
effect: Twitter
|
||||
@ -376,7 +379,7 @@ automation:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
seconds: 1
|
||||
milliseconds: 0
|
||||
milliseconds: 500
|
||||
- service: scene.turn_on
|
||||
target:
|
||||
entity_id: scene.snapshot_all
|
||||
@ -392,6 +395,9 @@ automation:
|
||||
- service: automation.trigger
|
||||
target:
|
||||
entity_id: automation.light_all_snapshot
|
||||
- service: switch.turn_off
|
||||
target:
|
||||
entity_id: switch.adaptive_lighting_default
|
||||
- service: light.turn_on
|
||||
data:
|
||||
effect: Twitter
|
||||
@ -401,7 +407,7 @@ automation:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
seconds: 1
|
||||
milliseconds: 0
|
||||
milliseconds: 500
|
||||
- service: scene.turn_on
|
||||
target:
|
||||
entity_id: scene.snapshot_all
|
||||
@ -417,6 +423,9 @@ automation:
|
||||
- service: automation.trigger
|
||||
target:
|
||||
entity_id: automation.light_all_snapshot
|
||||
- service: switch.turn_off
|
||||
target:
|
||||
entity_id: switch.adaptive_lighting_default
|
||||
- service: light.turn_on
|
||||
data:
|
||||
effect: Twitter
|
||||
@ -426,7 +435,7 @@ automation:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
seconds: 1
|
||||
milliseconds: 0
|
||||
milliseconds: 500
|
||||
- service: scene.turn_on
|
||||
target:
|
||||
entity_id: scene.snapshot_all
|
||||
@ -442,6 +451,9 @@ automation:
|
||||
- service: automation.trigger
|
||||
target:
|
||||
entity_id: automation.light_all_snapshot
|
||||
- service: switch.turn_off
|
||||
target:
|
||||
entity_id: switch.adaptive_lighting_default
|
||||
- service: light.turn_on
|
||||
data:
|
||||
effect: Twitter
|
||||
@ -451,7 +463,7 @@ automation:
|
||||
hours: 0
|
||||
minutes: 0
|
||||
seconds: 1
|
||||
milliseconds: 0
|
||||
milliseconds: 500
|
||||
- service: scene.turn_on
|
||||
target:
|
||||
entity_id: scene.snapshot_all
|
||||
|
Reference in New Issue
Block a user