Skip to content

Commit

Permalink
Add keymaster_ prefix to automation IDs
Browse files Browse the repository at this point in the history
Adds the "keymaster" prefix to synchronize_codeslot and turn_on_access_limit automations for primary (non-child) locks.
  • Loading branch information
libots authored Nov 7, 2021
1 parent c5527e9 commit a77cc1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions custom_components/keymaster/keymaster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ input_boolean:

################ automation: #################
automation:
- alias: turn_on_access_limit_LOCKNAME_TEMPLATENUM
id: turn_on_access_limit_LOCKNAME_TEMPLATENUM
- alias: keymaster_turn_on_access_limit_LOCKNAME_TEMPLATENUM
id: keymaster_turn_on_access_limit_LOCKNAME_TEMPLATENUM
trigger:
platform: state
entity_id: input_number.accesscount_LOCKNAME_TEMPLATENUM
Expand All @@ -161,8 +161,8 @@ automation:
target:
entity_id: input_boolean.accesslimit_LOCKNAME_TEMPLATENUM

- alias: synchronize_codeslot_LOCKNAME_TEMPLATENUM
id: synchronize_codeslot_LOCKNAME_TEMPLATENUM
- alias: keymaster_synchronize_codeslot_LOCKNAME_TEMPLATENUM
id: keymaster_synchronize_codeslot_LOCKNAME_TEMPLATENUM
initial_state: true
mode: single
max_exceeded: silent
Expand Down

0 comments on commit a77cc1c

Please sign in to comment.