Enable flood sensor alerts
This commit is contained in:
parent
1c46f54a94
commit
2ad3eb325f
1 changed files with 11 additions and 15 deletions
|
@ -1,18 +1,14 @@
|
|||
#- alias: Front Door Open
|
||||
#trigger:
|
||||
#platform: state
|
||||
#entity_id: binary_sensor.fibaro_system_fgk10x_door_opening_sensor_sensor
|
||||
#condition:
|
||||
#- condition: state
|
||||
#entity_id: group.presence
|
||||
#state: 'not home'
|
||||
#action:
|
||||
#service: notify.all_phones
|
||||
#data:
|
||||
#message: "Front Door Sensor: {{ states.binary_sensor.fibaro_system_fgk10x_door_opening_sensor_sensor.state }}"
|
||||
#data:
|
||||
#push:
|
||||
#badge: 5
|
||||
- alias: Flood Sensor
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: binary_sensor.fibaro_system_fgfs101_flood_sensor_flood
|
||||
action:
|
||||
service: notify.all_phones
|
||||
data:
|
||||
message: "Flood Sensor: {{ states.binary_sensor.fibaro_system_fgfs101_flood_sensor_flood.state }}"
|
||||
data:
|
||||
push:
|
||||
badge: 999
|
||||
|
||||
- alias: Front Door Open
|
||||
trigger:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue