splits the lights into a dedicated yaml
This commit is contained in:
21
apps/yaml/apps.yaml
Normal file
21
apps/yaml/apps.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
debugger:
|
||||
module: debugger
|
||||
class: Debugger
|
||||
port: 5678
|
||||
|
||||
motion_tracker:
|
||||
module: motiontracker
|
||||
class: MotionTracker
|
||||
|
||||
priority: 5 # this need to be initialized before app using motion tracker
|
||||
|
||||
mqtt_device_name: AD Motion Tracker
|
||||
|
||||
areas:
|
||||
corridor:
|
||||
motion_sensors: binary_sensor.corridor_motion
|
||||
hallway:
|
||||
motion_sensors: binary_sensor.hallway_motion
|
||||
restroom:
|
||||
motion_sensors: binary_sensor.restroom_motion
|
||||
|
||||
Reference in New Issue
Block a user