Change front door lock id
This commit is contained in:
parent
d09db0ffc8
commit
b4f47ca8d0
@ -3,7 +3,7 @@
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
- lock.front_door_25f246fe_door_lock
|
||||
- lock.front_door_lock_doorlock
|
||||
to: unlocked
|
||||
condition:
|
||||
- condition: not
|
||||
@ -29,12 +29,12 @@
|
||||
- repeat:
|
||||
until:
|
||||
- condition: state
|
||||
entity_id: lock.front_door_25f246fe_door_lock
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
state: locked
|
||||
sequence:
|
||||
- service: lock.lock
|
||||
target:
|
||||
entity_id: lock.front_door_25f246fe_door_lock
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
- service: notify.mobile_app_iphone
|
||||
data:
|
||||
title: "Door locked back"
|
||||
|
@ -50,7 +50,7 @@
|
||||
to: 'on'
|
||||
# Use lock
|
||||
- platform: state
|
||||
entity_id: lock.front_door_25f246fe_door_lock
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
to: 'unlocked'
|
||||
condition:
|
||||
- condition: state
|
||||
|
@ -4,7 +4,7 @@
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: lock.front_door_25f246fe_door_lock
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
to: unlocked
|
||||
for:
|
||||
hours: 0
|
||||
|
@ -19,7 +19,7 @@
|
||||
to: 'off'
|
||||
- service: lock.lock
|
||||
target:
|
||||
entity_id: lock.front_door_25f246fe_door_lock
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
|
||||
- id: hallway-front-door-button-unlock
|
||||
alias: '[Front Door] Button Unlock'
|
||||
@ -38,4 +38,4 @@
|
||||
action:
|
||||
- service: lock.unlock
|
||||
target:
|
||||
entity_id: lock.front_door_25f246fe_door_lock
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
|
@ -10,20 +10,20 @@
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: lock.front_door_25f246fe_door_lock
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
state: locked
|
||||
sequence:
|
||||
- service: lock.unlock
|
||||
target:
|
||||
entity_id: lock.front_door_25f246fe_door_lock
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: lock.front_door_25f246fe_door_lock
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
state: unlocked
|
||||
sequence:
|
||||
- service: lock.lock
|
||||
target:
|
||||
entity_id: lock.front_door_25f246fe_door_lock
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
|
||||
- id: ios-good-night
|
||||
alias: '[ios] Good Night'
|
||||
|
@ -10,7 +10,7 @@
|
||||
action:
|
||||
- service: lock.lock
|
||||
target:
|
||||
entity_id: lock.front_door_25f246fe_door_lock
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
|
||||
- id: mobile_action-unlock_door
|
||||
alias: '[Mobile-action] Unlock door'
|
||||
@ -24,7 +24,7 @@
|
||||
action:
|
||||
- service: lock.unlock
|
||||
target:
|
||||
entity_id: lock.front_door_25f246fe_door_lock
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
|
||||
- id: mobile_action-leave_home
|
||||
alias: '[Mobile-action] Leave home automation'
|
||||
|
@ -7,20 +7,20 @@
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: lock.front_door_25f246fe_door_lock
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
state: unlocked
|
||||
sequence:
|
||||
- service: lock.lock
|
||||
target:
|
||||
entity_id: lock.front_door_25f246fe_door_lock
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
- service: script.leave_home
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: lock.front_door_25f246fe_door_lock
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
state: locked
|
||||
sequence:
|
||||
- service: lock.unlock
|
||||
target:
|
||||
entity_id: lock.front_door_25f246fe_door_lock
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
- service: script.arrive_home
|
||||
mode: single
|
||||
|
@ -44,7 +44,7 @@ good_night:
|
||||
- cover.office_blinds
|
||||
- service: lock.lock
|
||||
target:
|
||||
entity_id: lock.front_door_25f246fe_door_lock
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: numeric_state
|
||||
@ -138,7 +138,7 @@ leave_home:
|
||||
- service: script.pc_sleep
|
||||
- service: lock.lock
|
||||
target:
|
||||
entity_id: lock.front_door_25f246fe_door_lock
|
||||
entity_id: lock.front_door_lock_doorlock
|
||||
- service: script.tv_off
|
||||
- service: climate.turn_off
|
||||
target:
|
||||
|
Loading…
Reference in New Issue
Block a user