Alarm went off in the middle of the night due to sensor that lost connection...fixed that..
This commit is contained in:
parent
f4e8a135f9
commit
496e1dcfcf
|
@ -146,7 +146,7 @@ automation:
|
||||||
- binary_sensor.laundry_room_door
|
- binary_sensor.laundry_room_door
|
||||||
- binary_sensor.attic_door
|
- binary_sensor.attic_door
|
||||||
- binary_sensor.back_door
|
- binary_sensor.back_door
|
||||||
from: 'off'
|
to: 'on'
|
||||||
condition:
|
condition:
|
||||||
condition: and
|
condition: and
|
||||||
conditions:
|
conditions:
|
||||||
|
@ -194,7 +194,6 @@ automation:
|
||||||
" is open.",
|
" is open.",
|
||||||
" does not close on its own."
|
" does not close on its own."
|
||||||
] | random }}
|
] | random }}
|
||||||
call_interuption: 1
|
|
||||||
call_snark_door_open: 1
|
call_snark_door_open: 1
|
||||||
initial_state: true
|
initial_state: true
|
||||||
|
|
||||||
|
@ -268,7 +267,7 @@ automation:
|
||||||
- binary_sensor.back_door
|
- binary_sensor.back_door
|
||||||
- binary_sensor.side_door
|
- binary_sensor.side_door
|
||||||
- binary_sensor.garage_door
|
- binary_sensor.garage_door
|
||||||
from: 'off'
|
to: 'on'
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_boolean.sentry_mode
|
entity_id: input_boolean.sentry_mode
|
||||||
|
@ -545,7 +544,7 @@ automation:
|
||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id:
|
entity_id:
|
||||||
- binary_sensor.fridge_leak_water
|
- binary_sensor.0x286d9700010c9f39_water_leak
|
||||||
from: 'off'
|
from: 'off'
|
||||||
to: 'on'
|
to: 'on'
|
||||||
action:
|
action:
|
||||||
|
|
Loading…
Reference in New Issue