More toggle optimizations
This commit is contained in:
Submodule node-red/projects/NerdFlows updated: e956bd6bd2...574ed51961
11
scripts.yaml
11
scripts.yaml
@ -163,6 +163,10 @@ global_off:
|
|||||||
data: {}
|
data: {}
|
||||||
target:
|
target:
|
||||||
entity_id: all
|
entity_id: all
|
||||||
|
- service: input_boolean.turn_off
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id: input_boolean.tina_desk_lights
|
||||||
mode: single
|
mode: single
|
||||||
icon: mdi:earth-off
|
icon: mdi:earth-off
|
||||||
global_on:
|
global_on:
|
||||||
@ -176,6 +180,9 @@ global_on:
|
|||||||
icon: mdi:earth
|
icon: mdi:earth
|
||||||
max_brightness:
|
max_brightness:
|
||||||
sequence:
|
sequence:
|
||||||
|
- service: input_boolean.turn_on
|
||||||
|
target:
|
||||||
|
entity_id: input_boolean.tina_desk_lights
|
||||||
- service: switch.turn_off
|
- service: switch.turn_off
|
||||||
target:
|
target:
|
||||||
entity_id:
|
entity_id:
|
||||||
@ -361,7 +368,9 @@ max_brightness_cleanup:
|
|||||||
- service: input_boolean.turn_off
|
- service: input_boolean.turn_off
|
||||||
data: {}
|
data: {}
|
||||||
target:
|
target:
|
||||||
entity_id: input_boolean.shower_mode
|
entity_id:
|
||||||
|
- input_boolean.shower_mode
|
||||||
|
- input_boolean.tina_desk_lights
|
||||||
- service: input_boolean.turn_on
|
- service: input_boolean.turn_on
|
||||||
data: {}
|
data: {}
|
||||||
target:
|
target:
|
||||||
|
Reference in New Issue
Block a user