21 lines
379 B
YAML
21 lines
379 B
YAML
kitchen:
|
|
module: controller
|
|
class: ControllerRoom
|
|
entities:
|
|
- light.kitchen
|
|
|
|
kitchen_motion:
|
|
module: controller
|
|
class: ControllerMotion
|
|
room: kitchen
|
|
off_duration: 00:01:00
|
|
entities:
|
|
- binary_sensor.motion_kitchen
|
|
# - binary_sensor.motion_bedroom
|
|
|
|
kitchen_button:
|
|
module: controller
|
|
class: ControllerButton
|
|
room: kitchen
|
|
buttons:
|
|
- kitchen |