| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238 |
- name: Smart lock
- products:
- - id: stugc8dl
- model: HU06
- - id: xicdxood
- manufacturer: Impression
- model: ImSmart C502
- entities:
- - entity: lock
- dps:
- - id: 13
- name: unlock_password
- type: integer
- optional: true
- persist: false
- - id: 16
- name: unlock_key
- type: integer
- optional: true
- persist: false
- - id: 19
- name: unlock_ble
- type: integer
- optional: true
- persist: false
- - id: 21
- name: jammed
- type: string
- optional: true
- persist: false
- mapping:
- - dps_val: tongue_bad
- value: true
- - value: false
- - id: 43
- name: unlock_fingerprint
- type: integer
- optional: true
- persist: false
- - id: 47
- name: lock
- type: boolean
- readonly: true
- - id: 62
- name: unlock_app
- type: integer
- optional: true
- persist: false
- - id: 63
- name: unlock_voice
- type: integer
- optional: true
- persist: false
- - id: 105
- name: lock_record
- type: string
- optional: true
- - entity: sensor
- class: battery
- category: diagnostic
- dps:
- - id: 8
- type: integer
- name: sensor
- unit: "%"
- class: measurement
- - entity: binary_sensor
- name: Wrong password
- class: problem
- category: diagnostic
- dps:
- - id: 21
- type: string
- name: sensor
- optional: true
- persist: false
- mapping:
- - dps_val: wrong_password
- value: true
- - dps_val: "1"
- value: true
- - value: false
- - entity: binary_sensor
- class: tamper
- category: diagnostic
- dps:
- - id: 21
- type: string
- name: sensor
- optional: true
- persist: false
- mapping:
- - dps_val: pry
- value: true
- - dps_val: "8"
- value: true
- - value: false
- - entity: binary_sensor
- class: battery
- category: diagnostic
- dps:
- - id: 21
- type: string
- name: sensor
- optional: true
- persist: false
- mapping:
- - dps_val: low_battery
- value: true
- - dps_val: "10"
- value: true
- - dps_val: low_battery_keypad
- - value: false
- - entity: binary_sensor
- class: problem
- category: diagnostic
- dps:
- - id: 21
- type: string
- name: sensor
- optional: true
- persist: false
- mapping:
- - dps_val: defense
- value: true
- - dps_val: "13"
- value: true
- - value: false
- - id: 21
- type: string
- name: description
- optional: true
- persist: false
- - entity: binary_sensor
- name: Duress
- class: safety
- category: diagnostic
- dps:
- - id: 22
- type: boolean
- name: sensor
- optional: true
- persist: false
- mapping:
- - dps_val: null
- value: false
- - entity: event
- class: doorbell
- category: diagnostic
- dps:
- - id: 24
- type: boolean
- name: event
- optional: true
- mapping:
- - dps_val: true
- value: ring
- - dps_val: false
- value: null
- - entity: number
- name: Doorbell volume
- category: config
- dps:
- - id: 27
- type: string
- name: value
- unit: "%"
- range:
- min: 0
- max: 100
- mapping:
- - dps_val: mute
- value: 0
- icon: "mdi:volume-mute"
- - dps_val: voice
- value: 100
- icon: "mdi:volume-high"
- - entity: switch
- name: Auto lock
- category: config
- icon: "mdi:lock-reset"
- dps:
- - id: 33
- type: boolean
- name: switch
- - entity: number
- name: Auto lock delay
- category: config
- icon: "mdi:lock-clock"
- dps:
- - id: 36
- name: value
- type: integer
- range:
- min: 10
- max: 180
- mapping:
- - step: 10
- unit: s
- - entity: binary_sensor
- class: door
- category: diagnostic
- dps:
- - id: 40
- type: string
- name: sensor
- mapping:
- - dps_val: unknown
- value: null
- - dps_val: open
- value: true
- - dps_val: closed
- value: false
- - entity: binary_sensor
- name: Keypad reset
- class: running
- category: diagnostic
- dps:
- - id: 102
- type: boolean
- name: sensor
- - entity: sensor
- name: Keypad battery
- class: battery
- category: diagnostic
- dps:
- - id: 103
- type: integer
- name: sensor
- unit: "%"
- class: measurement
- - entity: binary_sensor
- class: connectivity
- category: diagnostic
- dps:
- - id: 107
- type: boolean
- name: sensor
|