| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- name: Door lock
- products:
- - id: a6nttc41
- manufacturer: Orion
- model: DL021HA
- entities:
- - entity: lock
- dps:
- - id: 1
- type: string
- name: unlock_method_register
- optional: true
- sensitive: true
- - id: 2
- type: string
- name: unlock_method_delete
- optional: true
- - id: 12
- type: integer
- name: unlock_fingerprint
- persist: false
- optional: true
- - id: 19
- type: integer
- name: unlock_app
- persist: false
- optional: true
- - id: 33
- type: boolean
- name: lock
- - id: 54
- type: string
- name: sync_method
- optional: true
- sensitive: true
- - entity: sensor
- class: battery
- category: diagnostic
- dps:
- - id: 8
- type: integer
- name: sensor
- unit: "%"
|