ironzon_fingerprint_lock.yaml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. name: Door lock
  2. products:
  3. - id: ludzroix
  4. name: Ironzon PLD 190
  5. primary_entity:
  6. entity: lock
  7. dps:
  8. - id: 12
  9. type: integer
  10. name: unlock_fingerprint
  11. optional: true
  12. persist: false
  13. - id: 13
  14. type: integer
  15. name: unlock_password
  16. optional: true
  17. persist: false
  18. - id: 14
  19. type: integer
  20. name: unlock_dynamic_pwd
  21. optional: true
  22. persist: false
  23. - id: 19
  24. type: integer
  25. name: unlock_ble
  26. optional: true
  27. persist: false
  28. - id: 55
  29. type: integer
  30. name: unlock_temp_pwd
  31. optional: true
  32. persist: false
  33. - id: 62
  34. type: integer
  35. name: unlock_app
  36. optional: true
  37. persist: false
  38. - id: 63
  39. type: integer
  40. name: unlock_voice
  41. optional: true
  42. - id: 64
  43. type: string
  44. name: offline_password_timestamp
  45. secondary_entities:
  46. - entity: sensor
  47. class: battery
  48. category: diagnostic
  49. dps:
  50. - id: 8
  51. type: integer
  52. name: sensor
  53. unit: "%"
  54. - entity: select
  55. name: Beep volume
  56. category: config
  57. icon: "mdi:volume-high"
  58. dps:
  59. - id: 31
  60. type: string
  61. name: option
  62. mapping:
  63. - dps_val: mute
  64. value: Mute
  65. - dps_val: low
  66. value: Low
  67. - dps_val: normal
  68. value: Normal
  69. - dps_val: high
  70. value: High
  71. - entity: binary_sensor
  72. class: battery
  73. category: diagnostic
  74. dps:
  75. - id: 21
  76. type: string
  77. name: sensor
  78. optional: true
  79. persist: false
  80. mapping:
  81. - dps_val: low_battery
  82. value: true
  83. - value: false
  84. - entity: binary_sensor
  85. name: Too many attempts
  86. class: problem
  87. category: diagnostic
  88. dps:
  89. - id: 21
  90. type: string
  91. name: sensor
  92. optional: true
  93. persist: false
  94. mapping:
  95. - dps_val: low_battery
  96. value: false
  97. - dps_val: null
  98. value: false
  99. - value: true
  100. - id: 21
  101. type: string
  102. name: details
  103. - entity: binary_sensor
  104. class: lock
  105. dps:
  106. - id: 47
  107. type: boolean
  108. name: sensor
  109. mapping:
  110. - dps_val: true
  111. value: false
  112. - dps_val: false
  113. value: true