| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292 |
- name: Keypad lock
- products:
- - id: g7rboh0x
- manufacturer: Hornbill
- model: Smart Lock
- name: Key safe
- entities:
- - entity: lock
- dps:
- - id: 1
- type: string
- name: unlock_method_create
- optional: true
- sensitive: true
- - id: 2
- type: string
- name: unlock_method_delete
- optional: true
- - id: 3
- type: string
- name: unlock_method_modify
- optional: true
- sensitive: true
- - id: 12
- type: integer
- name: unlock_fingerprint
- optional: true
- persist: false
- - id: 13
- name: unlock_password
- type: integer
- optional: true
- persist: false
- - id: 15
- name: unlock_card
- type: integer
- optional: true
- persist: false
- - id: 18
- name: open_inside
- type: boolean
- optional: true
- - id: 19
- name: unlock_ble
- type: integer
- optional: true
- persist: false
- - id: 46
- name: manual_lock
- type: boolean
- mapping:
- - dps_val: true # Unlocked
- value: false
- - dps_val: false # Locked
- value: true
- - id: 47 # Lock motor state
- name: lock_motor_state
- type: boolean
- readonly: true
- mapping:
- - dps_val: true # Unlocked
- value: false
- - dps_val: false # Locked
- value: true
- - id: 51
- type: string
- name: temporary_password_creat
- optional: true
- sensitive: true
- - id: 52
- type: string
- name: temporary_password_delete
- optional: true
- persist: false
- sensitive: true
- - id: 53
- type: string
- name: temporary_password_modify
- optional: true
- persist: false
- sensitive: true
- - id: 54
- type: string
- name: temporary_passynch_methodword_delete
- optional: true
- persist: false
- sensitive: true
- - id: 55
- type: integer
- name: unlock_temp_pwd
- optional: true
- persist: false
- - id: 61
- type: string
- name: remote_no_dp_key
- optional: true
- persist: false
- sensitive: true
- - id: 62
- type: integer
- name: unlock_app
- optional: true
- persist: false
- - id: 63
- type: integer
- name: unlock_voice
- optional: true
- persist: false
- - id: 64
- type: string
- name: password_offline_time
- optional: true
- persist: false
- sensitive: true
- - id: 65
- type: string
- name: unlock_offline_clear_single
- optional: true
- persist: false
- sensitive: true
- - id: 66
- type: string
- name: unlock_offline_clear
- optional: true
- persist: false
- sensitive: true
- - id: 67
- type: string
- name: unlock_offline_pwd
- optional: true
- persist: false
- sensitive: true
- - id: 70
- type: string
- name: check_code_set
- optional: true
- persist: false
- sensitive: true
- - id: 71
- type: string
- name: ble_unlock_check
- optional: true
- persist: false
- sensitive: true
- - id: 73
- type: string
- name: remote_pd_setkey_check
- optional: true
- persist: false
- sensitive: true
- - entity: event
- name: Alert
- dps:
- # TODO: Why not working? PR#2824 also didn't include it.
- # - id: 20
- # type: string
- # name: lock_record
- # optional: ?
- # alarm_lock
- - id: 21
- type: string
- name: event
- optional: true
- mapping:
- - dps_val: wrong_finger
- value: wrong_finger
- - dps_val: wrong_password
- value: wrong_password
- - dps_val: wrong_card
- value: wrong_card
- - dps_val: wrong_face
- value: wrong_face
- - dps_val: tongue_bad
- value: tongue_bad
- - dps_val: too_hot
- value: too_hot
- - dps_val: unclosed_time
- value: unclosed_time
- - dps_val: tongue_not_out
- value: tongue_not_out
- - dps_val: pry
- value: pry
- - dps_val: key_in
- value: key_in
- - dps_val: low_battery
- value: low_battery
- - dps_val: power_off
- value: power_off
- - dps_val: shock
- value: shock
- - dps_val: defense
- value: defense
- - dps_val: wrong_unlock
- value: wrong_unlock
- # doorbell_song
- - id: 26
- type: string
- name: event
- optional: true
- mapping:
- - dps_val: ding_0
- value: ding_0
- - dps_val: ding_1
- value: ding_1
- - entity: select
- name: Lock volume
- category: config
- dps:
- - id: 31
- type: string
- name: option
- mapping:
- - dps_val: mute
- value: Mute
- - dps_val: low
- value: Low
- - dps_val: normal
- value: Normal
- - dps_val: high
- value: High
- - entity: switch
- name: reverse_lock
- category: config
- icon: "mdi:screen-lock-rotation"
- dps:
- - id: 32
- type: boolean
- name: switch
- - entity: switch
- name: Automatic Lock
- category: config
- icon: "mdi:lock-reset"
- dps:
- - id: 33
- type: boolean
- name: switch
- - entity: number
- name: Automatic Lock Delay
- class: duration
- icon: "mdi:lock-clock"
- category: config
- dps:
- - id: 36
- type: integer
- name: value
- unit: s
- range:
- min: 1
- max: 1800
- - entity: select
- name: Approach Unlock Delay
- category: config
- dps:
- - id: 89
- type: string
- name: option
- mapping:
- - dps_val: inactive
- value: Inactive
- - dps_val: 4s
- value: 4s
- - dps_val: 6s
- value: 6s
- - dps_val: 8s
- value: 8s
- - dps_val: 10s
- value: 10s
- - dps_val: 12s
- value: 12s
- - entity: sensor
- class: battery
- category: diagnostic
- dps:
- - id: 8
- type: integer
- name: sensor
- unit: "%"
- class: measurement
- optional: true
- - entity: select
- translation_key: language
- category: config
- dps:
- - id: 28
- type: string
- name: option
- optional: true
- mapping:
- - dps_val: chinese_simplified
- value: chinese
- - dps_val: english
- value: english
|