1
0

Add leak automations

This commit is contained in:
Przemek Grondek 2022-04-25 00:35:51 +02:00
parent 2a95e82c0c
commit 75f0a4fece

View File

@ -0,0 +1,21 @@
- id: info-leak-notice
alias: '[INFO] Leak notice'
mode: single
trigger:
- platform: state
entity_id: binary_sensor.coffee_machine_leak_sensor
to: 'on'
- platform: state
entity_id: binary_sensor.sink_leak_sensor
to: 'on'
- platform: state
entity_id: binary_sensor.washing_machine_water_leak_sensor
to: 'on'
action:
- service: notify.mobile_app_iphone_pg
data:
title: "Leak detection"
message: >
Leak detected: {{ state_attr(trigger.entity_id, 'friendly_name') }}
data:
importance: high