Skip to content

Instantly share code, notes, and snippets.

@kai-zer-ru
Created September 23, 2024 04:47
Show Gist options
  • Save kai-zer-ru/6a90ca4113edfb12d9c60ebaab901146 to your computer and use it in GitHub Desktop.
Save kai-zer-ru/6a90ca4113edfb12d9c60ebaab901146 to your computer and use it in GitHub Desktop.
Aqara N100 evenst
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