-
Notifications
You must be signed in to change notification settings - Fork 469
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Unlatch command and Unlatched status (Unbolt feature) (#1756)
- Loading branch information
1 parent
7fd2e7b
commit aebfa31
Showing
8 changed files
with
887 additions
and
83 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
name: lock-unlatch | ||
components: | ||
- label: Main | ||
id: main | ||
capabilities: | ||
- id: lock | ||
version: 1 | ||
config: | ||
values: | ||
- key: "lock.value" | ||
enabledValues: | ||
- locked | ||
- unlocked | ||
- unlatched | ||
- not fully locked | ||
- id: lockAlarm | ||
version: 1 | ||
- id: remoteControlStatus | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: SmartLock | ||
deviceConfig: | ||
dashboard: | ||
states: | ||
- component: main | ||
capability: lock | ||
version: 1 | ||
actions: | ||
- component: main | ||
capability: lock | ||
version: 1 | ||
detailView: | ||
- component: main | ||
capability: lock | ||
version: 1 | ||
values: | ||
- key: lock.value | ||
alternatives: | ||
- key: locked | ||
type: inactive | ||
value: '{{i18n.attributes.lock.i18n.value.locked.label}}' | ||
- key: unlocked | ||
value: '{{i18n.attributes.lock.i18n.value.unlocked.label}}' | ||
- key: unlatched | ||
value: '{{i18n.attributes.lock.i18n.value.unlatched.label}}' | ||
- key: not fully locked | ||
value: '{{i18n.attributes.lock.i18n.value.not fully locked.label}}' | ||
patch: | ||
- op: add | ||
path: /1 | ||
value: | ||
capability: lock | ||
version: 1 | ||
component: main | ||
label: '{{i18n.commands.unlatch.label}}' | ||
displayType: pushButton | ||
pushButton: | ||
command: unlatch | ||
automation: | ||
conditions: | ||
- component: main | ||
capability: lock | ||
version: 1 | ||
values: | ||
- key: lock.value | ||
alternatives: | ||
- key: locked | ||
type: inactive | ||
value: '{{i18n.attributes.lock.i18n.value.locked.label}}' | ||
- key: unlocked | ||
value: '{{i18n.attributes.lock.i18n.value.unlocked.label}}' | ||
- key: unlatched | ||
value: '{{i18n.attributes.lock.i18n.value.unlatched.label}}' | ||
- key: not fully locked | ||
value: '{{i18n.attributes.lock.i18n.value.not fully locked.label}}' | ||
actions: | ||
- component: main | ||
capability: lock | ||
version: 1 | ||
values: | ||
- key: '{{enumCommands}}' | ||
alternatives: | ||
- key: lock | ||
type: inactive | ||
value: '{{i18n.commands.lock.label}}' | ||
- key: unlock | ||
value: '{{i18n.commands.unlock.label}}' | ||
- key: unlatch | ||
value: '{{i18n.commands.unlatch.label}}' |
99 changes: 99 additions & 0 deletions
99
drivers/SmartThings/matter-lock/profiles/lock-user-pin-schedule-unlatch.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
name: lock-user-pin-schedule-unlatch | ||
components: | ||
- label: Main | ||
id: main | ||
capabilities: | ||
- id: lock | ||
version: 1 | ||
config: | ||
values: | ||
- key: "lock.value" | ||
enabledValues: | ||
- locked | ||
- unlocked | ||
- unlatched | ||
- not fully locked | ||
- id: lockAlarm | ||
version: 1 | ||
- id: remoteControlStatus | ||
version: 1 | ||
- id: lockUsers | ||
version: 1 | ||
- id: lockCredentials | ||
version: 1 | ||
- id: lockSchedules | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: SmartLock | ||
deviceConfig: | ||
dashboard: | ||
states: | ||
- component: main | ||
capability: lock | ||
version: 1 | ||
actions: | ||
- component: main | ||
capability: lock | ||
version: 1 | ||
detailView: | ||
- component: main | ||
capability: lock | ||
version: 1 | ||
values: | ||
- key: lock.value | ||
alternatives: | ||
- key: locked | ||
type: inactive | ||
value: '{{i18n.attributes.lock.i18n.value.locked.label}}' | ||
- key: unlocked | ||
value: '{{i18n.attributes.lock.i18n.value.unlocked.label}}' | ||
- key: unlatched | ||
value: '{{i18n.attributes.lock.i18n.value.unlatched.label}}' | ||
- key: not fully locked | ||
value: '{{i18n.attributes.lock.i18n.value.not fully locked.label}}' | ||
patch: | ||
- op: add | ||
path: /1 | ||
value: | ||
capability: lock | ||
version: 1 | ||
component: main | ||
label: '{{i18n.commands.unlatch.label}}' | ||
displayType: pushButton | ||
pushButton: | ||
command: unlatch | ||
automation: | ||
conditions: | ||
- component: main | ||
capability: lock | ||
version: 1 | ||
values: | ||
- key: lock.value | ||
alternatives: | ||
- key: locked | ||
type: inactive | ||
value: '{{i18n.attributes.lock.i18n.value.locked.label}}' | ||
- key: unlocked | ||
value: '{{i18n.attributes.lock.i18n.value.unlocked.label}}' | ||
- key: unlatched | ||
value: '{{i18n.attributes.lock.i18n.value.unlatched.label}}' | ||
- key: not fully locked | ||
value: '{{i18n.attributes.lock.i18n.value.not fully locked.label}}' | ||
actions: | ||
- component: main | ||
capability: lock | ||
version: 1 | ||
values: | ||
- key: '{{enumCommands}}' | ||
alternatives: | ||
- key: lock | ||
type: inactive | ||
value: '{{i18n.commands.lock.label}}' | ||
- key: unlock | ||
value: '{{i18n.commands.unlock.label}}' | ||
- key: unlatch | ||
value: '{{i18n.commands.unlatch.label}}' |
97 changes: 97 additions & 0 deletions
97
drivers/SmartThings/matter-lock/profiles/lock-user-pin-unlatch.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
name: lock-user-pin-unlatch | ||
components: | ||
- label: Main | ||
id: main | ||
capabilities: | ||
- id: lock | ||
version: 1 | ||
config: | ||
values: | ||
- key: "lock.value" | ||
enabledValues: | ||
- locked | ||
- unlocked | ||
- unlatched | ||
- not fully locked | ||
- id: lockAlarm | ||
version: 1 | ||
- id: remoteControlStatus | ||
version: 1 | ||
- id: lockUsers | ||
version: 1 | ||
- id: lockCredentials | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: SmartLock | ||
deviceConfig: | ||
dashboard: | ||
states: | ||
- component: main | ||
capability: lock | ||
version: 1 | ||
actions: | ||
- component: main | ||
capability: lock | ||
version: 1 | ||
detailView: | ||
- component: main | ||
capability: lock | ||
version: 1 | ||
values: | ||
- key: lock.value | ||
alternatives: | ||
- key: locked | ||
type: inactive | ||
value: '{{i18n.attributes.lock.i18n.value.locked.label}}' | ||
- key: unlocked | ||
value: '{{i18n.attributes.lock.i18n.value.unlocked.label}}' | ||
- key: unlatched | ||
value: '{{i18n.attributes.lock.i18n.value.unlatched.label}}' | ||
- key: not fully locked | ||
value: '{{i18n.attributes.lock.i18n.value.not fully locked.label}}' | ||
patch: | ||
- op: add | ||
path: /1 | ||
value: | ||
capability: lock | ||
version: 1 | ||
component: main | ||
label: '{{i18n.commands.unlatch.label}}' | ||
displayType: pushButton | ||
pushButton: | ||
command: unlatch | ||
automation: | ||
conditions: | ||
- component: main | ||
capability: lock | ||
version: 1 | ||
values: | ||
- key: lock.value | ||
alternatives: | ||
- key: locked | ||
type: inactive | ||
value: '{{i18n.attributes.lock.i18n.value.locked.label}}' | ||
- key: unlocked | ||
value: '{{i18n.attributes.lock.i18n.value.unlocked.label}}' | ||
- key: unlatched | ||
value: '{{i18n.attributes.lock.i18n.value.unlatched.label}}' | ||
- key: not fully locked | ||
value: '{{i18n.attributes.lock.i18n.value.not fully locked.label}}' | ||
actions: | ||
- component: main | ||
capability: lock | ||
version: 1 | ||
values: | ||
- key: '{{enumCommands}}' | ||
alternatives: | ||
- key: lock | ||
type: inactive | ||
value: '{{i18n.commands.lock.label}}' | ||
- key: unlock | ||
value: '{{i18n.commands.unlock.label}}' | ||
- key: unlatch | ||
value: '{{i18n.commands.unlatch.label}}' |
97 changes: 97 additions & 0 deletions
97
drivers/SmartThings/matter-lock/profiles/lock-user-schedule-unlatch.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
name: lock-user-schedule-unlatch | ||
components: | ||
- label: Main | ||
id: main | ||
capabilities: | ||
- id: lock | ||
version: 1 | ||
config: | ||
values: | ||
- key: "lock.value" | ||
enabledValues: | ||
- locked | ||
- unlocked | ||
- unlatched | ||
- not fully locked | ||
- id: lockAlarm | ||
version: 1 | ||
- id: remoteControlStatus | ||
version: 1 | ||
- id: lockUsers | ||
version: 1 | ||
- id: lockSchedules | ||
version: 1 | ||
- id: firmwareUpdate | ||
version: 1 | ||
- id: refresh | ||
version: 1 | ||
categories: | ||
- name: SmartLock | ||
deviceConfig: | ||
dashboard: | ||
states: | ||
- component: main | ||
capability: lock | ||
version: 1 | ||
actions: | ||
- component: main | ||
capability: lock | ||
version: 1 | ||
detailView: | ||
- component: main | ||
capability: lock | ||
version: 1 | ||
values: | ||
- key: lock.value | ||
alternatives: | ||
- key: locked | ||
type: inactive | ||
value: '{{i18n.attributes.lock.i18n.value.locked.label}}' | ||
- key: unlocked | ||
value: '{{i18n.attributes.lock.i18n.value.unlocked.label}}' | ||
- key: unlatched | ||
value: '{{i18n.attributes.lock.i18n.value.unlatched.label}}' | ||
- key: not fully locked | ||
value: '{{i18n.attributes.lock.i18n.value.not fully locked.label}}' | ||
patch: | ||
- op: add | ||
path: /1 | ||
value: | ||
capability: lock | ||
version: 1 | ||
component: main | ||
label: '{{i18n.commands.unlatch.label}}' | ||
displayType: pushButton | ||
pushButton: | ||
command: unlatch | ||
automation: | ||
conditions: | ||
- component: main | ||
capability: lock | ||
version: 1 | ||
values: | ||
- key: lock.value | ||
alternatives: | ||
- key: locked | ||
type: inactive | ||
value: '{{i18n.attributes.lock.i18n.value.locked.label}}' | ||
- key: unlocked | ||
value: '{{i18n.attributes.lock.i18n.value.unlocked.label}}' | ||
- key: unlatched | ||
value: '{{i18n.attributes.lock.i18n.value.unlatched.label}}' | ||
- key: not fully locked | ||
value: '{{i18n.attributes.lock.i18n.value.not fully locked.label}}' | ||
actions: | ||
- component: main | ||
capability: lock | ||
version: 1 | ||
values: | ||
- key: '{{enumCommands}}' | ||
alternatives: | ||
- key: lock | ||
type: inactive | ||
value: '{{i18n.commands.lock.label}}' | ||
- key: unlock | ||
value: '{{i18n.commands.unlock.label}}' | ||
- key: unlatch | ||
value: '{{i18n.commands.unlatch.label}}' |
Oops, something went wrong.