mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Switch to zigbee2mqtt auto discovery
This commit is contained in:
@@ -29,7 +29,7 @@ automation:
|
||||
- alias: Security · Door opened while in night mode
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: binary_sensor.front_door
|
||||
entity_id: binary_sensor.front_door_contact
|
||||
to: "on"
|
||||
condition:
|
||||
condition: state
|
||||
@@ -49,7 +49,7 @@ automation:
|
||||
- alias: Security · Door opened while away
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: binary_sensor.front_door
|
||||
entity_id: binary_sensor.front_door_contact
|
||||
to: "on"
|
||||
condition:
|
||||
and:
|
||||
|
||||
Reference in New Issue
Block a user