Created
September 23, 2024 04:47
-
-
Save kai-zer-ru/6a90ca4113edfb12d9c60ebaab901146 to your computer and use it in GitHub Desktop.
Aqara N100 evenst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description: "" | |
mode: queued | |
trigger: | |
- platform: state | |
entity_id: | |
- sensor.0x54ef441000160cdb_lock_event | |
to: Doorbell is ringing | |
enabled: true | |
- platform: state | |
entity_id: | |
- sensor.0x54ef441000160cdb_lock_event | |
to: Away-from-home mode is removed | |
enabled: true | |
- platform: state | |
entity_id: | |
- sensor.0x54ef441000160cdb_lock_event | |
from: Unlocked with Fingerprint by user | |
to: The door is not closed | |
- platform: state | |
entity_id: | |
- sensor.0x54ef441000160cdb_lock_event | |
from: Unlocked with Keypad by user | |
to: The door is not closed | |
- platform: state | |
entity_id: | |
- sensor.0x54ef441000160cdb_lock_event | |
from: Unlocked with NFC by user | |
to: The door is not closed | |
- platform: state | |
entity_id: | |
- sensor.0x54ef441000160cdb_lock_event | |
from: Unlock from Inside | |
to: The door is not closed | |
- platform: state | |
entity_id: | |
- sensor.0x54ef441000160cdb_lock_event | |
from: The door is not closed | |
to: Door is closed | |
- platform: state | |
entity_id: | |
- sensor.0x54ef441000160cdb_lock_event | |
from: The door is not closed | |
to: The door is locked | |
condition: [] | |
action: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment