a door sensor got renamed
This commit is contained in:
parent
1b2d71ae13
commit
5f11aa6c95
|
@ -143,7 +143,7 @@ automation:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id:
|
entity_id:
|
||||||
- binary_sensor.front_door
|
- binary_sensor.front_door
|
||||||
- binary_sensor.laundry_door
|
- binary_sensor.laundry_room_door
|
||||||
- binary_sensor.attic_door
|
- binary_sensor.attic_door
|
||||||
- binary_sensor.back_door
|
- binary_sensor.back_door
|
||||||
from: 'off'
|
from: 'off'
|
||||||
|
@ -174,7 +174,7 @@ automation:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id:
|
entity_id:
|
||||||
- binary_sensor.front_door
|
- binary_sensor.front_door
|
||||||
- binary_sensor.laundry_door
|
- binary_sensor.laundry_room_door
|
||||||
- binary_sensor.attic_door
|
- binary_sensor.attic_door
|
||||||
- binary_sensor.back_door
|
- binary_sensor.back_door
|
||||||
from: 'off'
|
from: 'off'
|
||||||
|
|
Loading…
Reference in New Issue