blitzwolf_bwis6_alarm.yaml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. name: Alarm system
  2. products:
  3. - id: gcymopbbssihh6h2
  4. name: BlitzWolf BW-IS6
  5. primary_entity:
  6. entity: alarm_control_panel
  7. dps:
  8. - id: 1
  9. type: string
  10. name: alarm_state
  11. mapping:
  12. - dps_val: disarmed
  13. value: disarmed
  14. - dps_val: arm
  15. value: arm_away
  16. - dps_val: home
  17. value: arm_home
  18. - dps_val: sos
  19. value: triggered
  20. - id: 38
  21. type: string
  22. name: sub_admin
  23. secondary_entities:
  24. - entity: number
  25. name: Exit delay
  26. category: config
  27. icon: "mdi:timer-lock"
  28. dps:
  29. - id: 2
  30. type: integer
  31. name: value
  32. unit: s
  33. range:
  34. min: 0
  35. max: 300
  36. - entity: siren
  37. name: Alarm
  38. dps:
  39. - id: 3
  40. type: integer
  41. name: duration
  42. unit: min
  43. range:
  44. min: 1
  45. max: 60
  46. - id: 4
  47. type: boolean
  48. name: tone
  49. mapping:
  50. - dps_val: false
  51. value: "off"
  52. - dps_val: true
  53. value: "on"
  54. - entity: binary_sensor
  55. class: tamper
  56. category: diagnostic
  57. dps:
  58. - id: 9
  59. type: boolean
  60. name: sensor
  61. mapping:
  62. - dps_val: null
  63. value: false
  64. - entity: switch
  65. name: Voice prompt
  66. icon: "mdi:account-voice"
  67. category: config
  68. dps:
  69. - id: 10
  70. type: boolean
  71. name: switch
  72. - entity: switch
  73. name: AC power
  74. category: config
  75. icon: "mdi:current-ac"
  76. dps:
  77. - id: 15
  78. type: boolean
  79. name: switch
  80. - entity: sensor
  81. class: battery
  82. category: diagnostic
  83. dps:
  84. - id: 16
  85. type: integer
  86. name: sensor
  87. unit: "%"
  88. class: measurement
  89. - entity: binary_sensor
  90. class: battery
  91. category: diagnostic
  92. dps:
  93. - id: 17
  94. type: boolean
  95. name: sensor
  96. - entity: switch
  97. name: Alarm call
  98. icon: "mdi:phone-alert"
  99. category: config
  100. dps:
  101. - id: 20
  102. type: boolean
  103. name: switch
  104. - id: 18
  105. type: string
  106. name: phone_number
  107. - entity: switch
  108. name: Alarm SMS
  109. icon: "mdi:message-alert"
  110. category: config
  111. dps:
  112. - id: 21
  113. type: boolean
  114. name: switch
  115. - id: 19
  116. type: string
  117. name: phone_number
  118. - entity: number
  119. name: Call retries
  120. category: config
  121. icon: "mdi:phone-missed"
  122. dps:
  123. - id: 22
  124. type: integer
  125. name: value
  126. range:
  127. min: 1
  128. max: 10
  129. - entity: switch
  130. name: Silent
  131. icon: "mdi:volume-mute"
  132. category: config
  133. dps:
  134. - id: 25
  135. type: boolean
  136. name: switch
  137. - entity: switch
  138. name: Alarm notify
  139. icon: "mdi:bell"
  140. category: config
  141. dps:
  142. - id: 27
  143. type: boolean
  144. name: switch
  145. - id: 26
  146. type: string
  147. name: message
  148. - entity: number
  149. name: Entry delay
  150. category: config
  151. icon: "mdi:timer-lock"
  152. dps:
  153. - id: 28
  154. type: integer
  155. name: value
  156. unit: s
  157. range:
  158. min: 0
  159. max: 300
  160. - entity: switch
  161. name: Tick down
  162. icon: "mdi:metronome"
  163. category: config
  164. dps:
  165. - id: 29
  166. type: boolean
  167. name: switch
  168. - entity: binary_sensor
  169. name: Alarm
  170. class: sound
  171. category: diagnostic
  172. dps:
  173. - id: 32
  174. type: string
  175. name: sensor
  176. mapping:
  177. - dps_val: normal
  178. value: false
  179. - dps_val: alarm
  180. value: true
  181. - id: 33
  182. type: string
  183. name: information
  184. - entity: button
  185. name: Factory reset
  186. class: restart
  187. category: config
  188. dps:
  189. - id: 34
  190. type: boolean
  191. name: button