84 lines
2.1 KiB
YAML
84 lines
2.1 KiB
YAML
debugger:
|
|
module: debugger
|
|
class: Debugger
|
|
priority: 0
|
|
port: 5678
|
|
wait_for_client: false # set to true when you need to debug initialize()
|
|
|
|
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
|
|
garage:
|
|
motion_sensors: binary_sensor.garage_motion
|
|
kitchen:
|
|
motion_sensors: binary_sensor.kitchen_motion
|
|
mezzanine:
|
|
motion_sensors: binary_sensor.mezzanine_motion
|
|
|
|
|
|
informations_collector:
|
|
module: informationscollector
|
|
class: InformationsCollector
|
|
priority: 1
|
|
|
|
mqtt_device_name: AD Informations Collector
|
|
|
|
#mute: True
|
|
|
|
error_collector:
|
|
reset_error_count_button: input_button.reset_error_count
|
|
output_sensor: sensor.ad_errors
|
|
|
|
# min_max_temp_sensors:
|
|
# temperature_sensors:
|
|
# - sensor.temperature_exterieur_nord
|
|
# - sensor.temperature_exterieur_sud
|
|
# output_sensors:
|
|
# max_temp: sensor.max_temp_outside
|
|
# max_temp_yesterday: sensor.max_temp_yesterday_outside
|
|
# min_temp: sensor.min_temp_outside
|
|
# min_temp_yesterday: sensor.min_temp_yesterday_outside
|
|
|
|
group_collectors:
|
|
windows:
|
|
group: binary_sensor.group_windows
|
|
output_sensor: sensor.ad_number_of_windows_open
|
|
|
|
music_players:
|
|
group: media_player.group_music_player
|
|
output_sensor: sensor.ad_number_of_music_player_active
|
|
active_condition: self == 'playing'
|
|
|
|
#windows:
|
|
# group: group.fenetres
|
|
# output_sensor: sensor.ad_number_of_windows_open
|
|
|
|
# shutters:
|
|
# group: group.volets
|
|
# output_sensor: sensor.ad_number_of_shutter_close
|
|
|
|
# occupency_sensors:
|
|
# group: group.occupency_sensors
|
|
# output_sensor: sensor.ad_number_of_rooms_occupied
|
|
|
|
# smart_lights:
|
|
# group:
|
|
# - group.smart_lights
|
|
# - group.dumb_lights
|
|
# output_sensor: sensor.ad_number_of_lights_on
|
|
|