33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
notifications_manager:
|
|
module: notificationsmanager
|
|
class: NotificationsManager
|
|
|
|
priority: 100 # default priority app is 50, since the notification_manager doesn't create any sensor but is based on sensor created by many app, it's important it's created last
|
|
|
|
notifications:
|
|
back_home_notification:
|
|
recipients:
|
|
all:
|
|
services:
|
|
- notify/mobile_app_ipad_pro_11_de_pierre
|
|
conditions:
|
|
trigger_conditions:
|
|
- person.maeva == 'home'
|
|
- binary_sensor.is_bedroom_sleeping and (binary_sensor.hallway_motion or binary_sensor.corridor_motion or binary_sensor.bedroom_motion_bed_pierre)
|
|
blocking_conditions: not input_boolean.haw or not binary_sensor.someone_home
|
|
|
|
message:
|
|
content: Bisous
|
|
timeout: 600
|
|
|
|
leave_home_notification:
|
|
recipients:
|
|
all:
|
|
services:
|
|
- notify/mobile_app_macbook_m3_pro_de_pierre
|
|
conditions: input_boolean.haw and person.maeva != 'home' and binary_sensor.someone_home
|
|
|
|
message:
|
|
content: Good Bye
|
|
timeout: 600
|