smart_siren_alarm.yaml 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. name: Smart Alarm Siren
  2. products:
  3. - id: rtbaqdh2io1pmn19
  4. name: Smart Siren
  5. primary_entity:
  6. entity: alarm_control_panel
  7. name: Status
  8. trigger: true
  9. icon: "mdi:shield-off-outline"
  10. dps:
  11. - id: 116
  12. type: string
  13. name: alarm_state
  14. force: true
  15. mapping:
  16. - dps_val: "Disarm_"
  17. value: disarmed
  18. icon: "mdi:shield-off-outline"
  19. - dps_val: "Arm_"
  20. value: armed_away
  21. icon: "mdi:shield-lock-outline"
  22. - dps_val: "HomeArm_"
  23. value: armed_home
  24. icon: "mdi:shield-home-outline"
  25. - dps_val: "SOS"
  26. value: triggered
  27. icon: "mdi:lifebuoy"
  28. secondary_entities:
  29. - entity: number
  30. name: Alarm Time
  31. category: config
  32. icon: "mdi:timer"
  33. mode: box
  34. dps:
  35. - id: 105
  36. type: integer
  37. name: value
  38. unit: sec
  39. range:
  40. min: 5
  41. max: 180
  42. force: true
  43. - entity: switch
  44. name: Light
  45. category: config
  46. icon: "mdi:alarm-light"
  47. dps:
  48. - id: 106
  49. type: boolean
  50. name: switch
  51. force: true
  52. - entity: binary_sensor
  53. name: Learning Mode
  54. icon: "mdi:crosshairs-question"
  55. category: diagnostic
  56. dps:
  57. - id: 111
  58. type: boolean
  59. name: sensor
  60. optional: true
  61. readonly: true
  62. - entity: binary_sensor
  63. name: Remote Control
  64. icon: "mdi:crosshairs-question"
  65. category: diagnostic
  66. dps:
  67. - id: 112
  68. type: boolean
  69. name: sensor
  70. optional: true
  71. readonly: true
  72. - entity: binary_sensor
  73. name: Alarm display push
  74. icon: "mdi:crosshairs-question"
  75. category: diagnostic
  76. dps:
  77. - id: 114
  78. type: string
  79. name: sensor
  80. optional: true
  81. readonly: true
  82. mapping:
  83. - dps_val: "ACA="
  84. value: true
  85. - value: false
  86. - entity: binary_sensor
  87. name: Tamper alarm
  88. category: diagnostic
  89. icon: "mdi:crosshairs-question"
  90. dps:
  91. - id: 117
  92. type: string
  93. name: sensor
  94. optional: true
  95. readonly: true
  96. mapping:
  97. - dps_val: "1"
  98. value: true
  99. - dps_val: "0"
  100. value: false
  101. - entity: binary_sensor
  102. name: Power down alarm
  103. category: diagnostic
  104. icon: "mdi:crosshairs-question"
  105. dps:
  106. - id: 118
  107. type: string
  108. name: sensor
  109. optional: true
  110. readonly: true
  111. mapping:
  112. - dps_val: "1"
  113. value: true
  114. - dps_val: "0"
  115. value: false
  116. - entity: binary_sensor
  117. name: Delete user data
  118. icon: "mdi:crosshairs-question"
  119. category: diagnostic
  120. dps:
  121. - id: 119
  122. type: boolean
  123. name: sensor
  124. optional: true
  125. - entity: select
  126. name: Alarm Volume
  127. category: config
  128. icon: "mdi:account-voice"
  129. dps:
  130. - id: 120
  131. type: string
  132. name: option
  133. force: true
  134. mapping:
  135. - dps_val: "1"
  136. value: "low"
  137. - dps_val: "2"
  138. value: "middle"
  139. - dps_val: "3"
  140. value: "high"
  141. - entity: switch
  142. name: Sound
  143. category: config
  144. icon: "mdi:bullhorn-outline"
  145. dps:
  146. - id: 121
  147. type: boolean
  148. name: switch
  149. force: true
  150. - entity: binary_sensor
  151. name: Alarm message push
  152. category: diagnostic
  153. icon: "mdi:crosshairs-question"
  154. dps:
  155. - id: 122
  156. type: string
  157. name: sensor
  158. optional: true
  159. readonly: true
  160. mapping:
  161. - dps_val: "ACA="
  162. value: true
  163. - value: false
  164. - entity: binary_sensor
  165. name: Arming message push
  166. category: diagnostic
  167. icon: "mdi:crosshairs-question"
  168. dps:
  169. - id: 123
  170. type: string
  171. name: sensor
  172. optional: true
  173. readonly: true
  174. mapping:
  175. - dps_val: "ACA="
  176. value: true
  177. - value: false
  178. - entity: binary_sensor
  179. name: Arming at home message push
  180. category: diagnostic
  181. icon: "mdi:crosshairs-question"
  182. dps:
  183. - id: 124
  184. type: string
  185. name: sensor
  186. optional: true
  187. readonly: true
  188. mapping:
  189. - dps_val: "ACA="
  190. value: true
  191. - value: false
  192. - entity: binary_sensor
  193. name: Disarm message push
  194. category: diagnostic
  195. icon: "mdi:crosshairs-question"
  196. dps:
  197. - id: 125
  198. type: string
  199. name: sensor
  200. optional: true
  201. readonly: true
  202. mapping:
  203. - dps_val: "ACA="
  204. value: true
  205. - value: false
  206. - entity: binary_sensor
  207. name: Accesories low power push
  208. category: diagnostic
  209. icon: "mdi:crosshairs-question"
  210. dps:
  211. - id: 126
  212. type: string
  213. name: sensor
  214. optional: true
  215. readonly: true
  216. mapping:
  217. - dps_val: "ACA="
  218. value: true
  219. - value: false
  220. - entity: switch
  221. name: Alarm
  222. icon: "mdi:alarm-light-outline"
  223. category: config
  224. dps:
  225. - id: 127
  226. type: boolean
  227. name: switch
  228. optional: true
  229. - entity: event
  230. class: doorbell
  231. category: diagnostic
  232. dps:
  233. - id: 128
  234. type: string
  235. name: event
  236. optional: true
  237. mapping:
  238. - dps_val: "ACA="
  239. value: ring
  240. - value: null
  241. - entity: binary_sensor
  242. name: Doorbell push
  243. deprecated: event_doorbell
  244. category: diagnostic
  245. icon: "mdi:crosshairs-question"
  246. dps:
  247. - id: 128
  248. type: string
  249. name: sensor
  250. optional: true
  251. mapping:
  252. - dps_val: "ACA="
  253. value: true
  254. - value: false