Compare commits
2 Commits
sleep-awar
...
lightfx-mo
Author | SHA1 | Date | |
---|---|---|---|
ea3bc9a048
|
|||
301e851c2c
|
@ -3217,6 +3217,26 @@
|
|||||||
adapt_brightness: '{{ is_state(''switch.adaptive_lighting_adapt_brightness_master_bedroom'',''on'')
|
adapt_brightness: '{{ is_state(''switch.adaptive_lighting_adapt_brightness_master_bedroom'',''on'')
|
||||||
}}'
|
}}'
|
||||||
mode: restart
|
mode: restart
|
||||||
|
- id: '1697475527093'
|
||||||
|
alias: Lighting Effects Concept
|
||||||
|
description: ''
|
||||||
|
trigger:
|
||||||
|
- platform: state
|
||||||
|
entity_id:
|
||||||
|
- input_boolean.toggle_testing
|
||||||
|
from: 'off'
|
||||||
|
to: 'on'
|
||||||
|
condition: []
|
||||||
|
action:
|
||||||
|
- event: lightfx
|
||||||
|
event_data:
|
||||||
|
basement: true
|
||||||
|
first_floor: true
|
||||||
|
color: red
|
||||||
|
divide: half
|
||||||
|
duration: 10
|
||||||
|
lifx: move
|
||||||
|
mode: restart
|
||||||
- id: '1697819133179'
|
- id: '1697819133179'
|
||||||
alias: Give Me Darkness
|
alias: Give Me Darkness
|
||||||
description: Automatically trigger Give Me Darkness if it has not already happened
|
description: Automatically trigger Give Me Darkness if it has not already happened
|
||||||
|
Reference in New Issue
Block a user