25 lines
557 B
YAML
25 lines
557 B
YAML
# I now directly run AppDaemon with debugpy in DockerStart.sh. Not sure which is best
|
|
# 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
|
|
|
|
max_time: 30
|
|
|
|
areas:
|
|
corridor:
|
|
motion_sensors: binary_sensor.corridor_motion
|
|
hallway:
|
|
motion_sensors: binary_sensor.hallway_motion
|
|
restroom:
|
|
motion_sensors: binary_sensor.restroom_motion
|
|
|