Просмотр исходного кода

Summary: Orion lock: set unlock dps to not persist.

If they persist, then the same one is always picked up as the unlock reason.
They need to not persist so that the latest one is always recognised.

Issue #798
Jason Rumney 2 лет назад
Родитель
Сommit
aa51a3e292
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      custom_components/tuya_local/devices/orion_smart_lock.yaml

+ 10 - 0
custom_components/tuya_local/devices/orion_smart_lock.yaml

@@ -5,18 +5,28 @@ primary_entity:
     - id: 1
     - id: 1
       type: integer
       type: integer
       name: unlock_fingerprint
       name: unlock_fingerprint
+      optional: true
+      persist: false
     - id: 2
     - id: 2
       type: integer
       type: integer
       name: unlock_password
       name: unlock_password
+      optional: true
+      persist: false
     - id: 3
     - id: 3
       type: integer
       type: integer
       name: unlock_temp_pwd
       name: unlock_temp_pwd
+      optional: true
+      persist: false
     - id: 4
     - id: 4
       type: integer
       type: integer
       name: unlock_dynamic_pwd
       name: unlock_dynamic_pwd
+      optional: true
+      persist: false
     - id: 5
     - id: 5
       type: integer
       type: integer
       name: unlock_card
       name: unlock_card
+      optional: true
+      persist: false
     - id: 8
     - id: 8
       type: bitfield
       type: bitfield
       name: jammed
       name: jammed