22 lines
523 B
YAML
22 lines
523 B
YAML
light_kitchen_sink:
|
|
module: smartlight
|
|
class: SmartLight
|
|
entity: light.kitchen_sink
|
|
|
|
smart_conditions:
|
|
- light.kitchen_sink_switch
|
|
- sensor.kitchen_last_motion < 3 and (sensor.kitchen_motion_light_level < 10 or self)
|
|
|
|
light_brightness_pct:
|
|
100: light.kitchen_sink_switch
|
|
1: binary_sensor.day_interval_night or input_boolean.sleeping
|
|
15: True
|
|
|
|
light_kitchen_sink_switch:
|
|
module: smartswitch
|
|
class: SmartSwitch
|
|
|
|
entity: light.kitchen_sink_switch
|
|
|
|
off_events:
|
|
- turn_off_all_lights |