24 lines
741 B
YAML
24 lines
741 B
YAML
template:
|
|
- light:
|
|
- name: "Inverted Quiet time as light"
|
|
unique_id: inverted_quiet_time_as_light
|
|
state: "{{ is_state('input_boolean.quiet_time', 'off') }}"
|
|
turn_on:
|
|
- service: light.turn_on
|
|
target:
|
|
entity_id: light.inverted_quiet_time_light
|
|
turn_off:
|
|
- service: light.turn_off
|
|
target:
|
|
entity_id: light.inverted_quiet_time_light
|
|
|
|
light:
|
|
- platform: group
|
|
name: "Entities to keep NSPanel Awake"
|
|
unique_id: "Entities to keep_nspanel_awake"
|
|
entities:
|
|
- light.inverted_quiet_time_as_light
|
|
- light.tasmo_arlecrgb_3522_bulb_3
|
|
- light.tasmo_ifan02_3793_bedrm1_1
|
|
- light.tasmo_ks811t_3647_bedrm1_1b
|