smart_siren_alarm.yaml 5.3 KB

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