controllers start, kind of working
This commit is contained in:
21
apps/kitchen.yaml
Normal file
21
apps/kitchen.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
Reference in New Issue
Block a user