22 lines
447 B
YAML
22 lines
447 B
YAML
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
|
|
|