When true, the door is locked unless opened by credential. When false, the door is unlocked, so we can use that for manual control. Issue #654
@@ -23,6 +23,9 @@ primary_entity:
name: unlock_app
persist: false
optional: true
+ - id: 33
+ type: boolean
+ name: lock
- id: 54
type: base64
name: sync_method
@@ -37,13 +40,6 @@ secondary_entities:
type: integer
name: sensor
unit: "%"
- - entity: switch
- name: Auto lock
- category: config
- icon: "mdi:lock-clock"
- dps:
- - id: 33
- type: boolean
- name: switch
+