alarm_central.yaml 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. name: Alarm Central
  2. products:
  3. - id: f4gbbzyp0e6asfnt
  4. name: HLG Infinity Alarm
  5. primary_entity:
  6. entity: sensor
  7. icon: "mdi:clipboard-text-clock"
  8. dps:
  9. - id: 33
  10. type: string
  11. name: sensor
  12. secondary_entities:
  13. - entity: sensor
  14. name: Sector 1
  15. icon: "mdi:numeric-1-circle"
  16. class: enum
  17. category: diagnostic
  18. dps:
  19. - id: 101
  20. type: string
  21. name: sensor
  22. mapping:
  23. - dps_val: Armado
  24. value: Armed
  25. - dps_val: Desarmado
  26. value: Disarmed
  27. - dps_val: Memoria
  28. value: Memory
  29. - dps_val: Disparado
  30. value: Triggered
  31. - entity: sensor
  32. name: Sector 2
  33. icon: "mdi:numeric-2-circle"
  34. class: enum
  35. category: diagnostic
  36. dps:
  37. - id: 102
  38. type: string
  39. name: sensor
  40. mapping:
  41. - dps_val: Armado
  42. value: Armed
  43. - dps_val: Desarmado
  44. value: Disarmed
  45. - dps_val: Memoria
  46. value: Memory
  47. - dps_val: Disparado
  48. value: Triggered
  49. - entity: sensor
  50. name: Sector 3
  51. icon: "mdi:numeric-3-circle"
  52. class: enum
  53. category: diagnostic
  54. dps:
  55. - id: 103
  56. type: string
  57. name: sensor
  58. mapping:
  59. - dps_val: Armado
  60. value: Armed
  61. - dps_val: Desarmado
  62. value: Disarmed
  63. - dps_val: Memoria
  64. value: Memory
  65. - dps_val: Disparado
  66. value: Triggered
  67. - entity: sensor
  68. name: Sector 4
  69. icon: "mdi:numeric-4-circle"
  70. class: enum
  71. category: diagnostic
  72. dps:
  73. - id: 104
  74. type: string
  75. name: sensor
  76. mapping:
  77. - dps_val: Armado
  78. value: Armed
  79. - dps_val: Desarmado
  80. value: Disarmed
  81. - dps_val: Memoria
  82. value: Memory
  83. - dps_val: Disparado
  84. value: Triggered
  85. - entity: select
  86. name: Turn Sector On/Off
  87. icon: "mdi:power-cycle"
  88. category: config
  89. dps:
  90. - id: 105
  91. type: string
  92. name: option
  93. optional: true
  94. mapping:
  95. - dps_val: "Todos"
  96. value: "All Sectors"
  97. - dps_val: "S1"
  98. value: "Sector 1"
  99. - dps_val: "S2"
  100. value: "Sector 2"
  101. - dps_val: "S3"
  102. value: "Sector 3"
  103. - dps_val: "S4"
  104. value: "Sector 4"
  105. - dps_val: "S1_S2"
  106. value: "Sectors: 1 and 2"
  107. - dps_val: "S3_S4"
  108. value: "Sectors: 3 and 4"
  109. - dps_val: "S1_S2_S3"
  110. value: "Sectors: 1, 2 and 3"
  111. - dps_val: "S2_S3_S4"
  112. value: "Sectors: 2, 3 and 4"
  113. - entity: switch
  114. name: Siren
  115. icon: "mdi:volume-high"
  116. category: config
  117. dps:
  118. - id: 106
  119. type: boolean
  120. name: switch
  121. - entity: switch
  122. name: LED
  123. icon: "mdi:led-off"
  124. category: config
  125. dps:
  126. - id: 107
  127. type: boolean
  128. name: switch
  129. - entity: switch
  130. name: Panic
  131. icon: "mdi:alert-decagram"
  132. category: config
  133. dps:
  134. - id: 108
  135. type: boolean
  136. name: switch
  137. - entity: sensor
  138. name: Last Event
  139. icon: "mdi:clipboard-text-clock"
  140. class: enum
  141. category: diagnostic
  142. dps:
  143. - id: 109
  144. type: string
  145. name: sensor
  146. mapping:
  147. - dps_val: ARMADO
  148. value: ARMED
  149. - dps_val: DESARMADO
  150. value: DISARMED
  151. - dps_val: DISPARADO
  152. value: TRIGGERED
  153. - dps_val: MEMORIA
  154. value: MEMORY
  155. - dps_val: LED_ON
  156. value: LED_ON
  157. - dps_val: LED_OFF
  158. value: LED_OFF
  159. - dps_val: PANICO_ON
  160. value: PANIC_ON
  161. - dps_val: PANICO_OFF
  162. value: PANIC_OFF
  163. - dps_val: SIRENE_ON
  164. value: SIREN_ON
  165. - dps_val: SIRENE_OFF
  166. value: SIREN_OFF
  167. - dps_val: REINICIADO
  168. value: RESTARTED
  169. - entity: switch
  170. name: Beep Siren When Sector On/Off
  171. category: config
  172. dps:
  173. - id: 110
  174. type: boolean
  175. name: switch
  176. - entity: select
  177. name: Learn Remote Control
  178. icon: "mdi:remote"
  179. category: config
  180. dps:
  181. - id: 111
  182. type: string
  183. name: option
  184. optional: true
  185. mapping:
  186. - dps_val: "S1_S2_S3_S4"
  187. value: "All Sectors"
  188. - dps_val: "S1"
  189. value: "Sector 1"
  190. - dps_val: "S2"
  191. value: "Sector 2"
  192. - dps_val: "S3"
  193. value: "Sector 3"
  194. - dps_val: "S4"
  195. value: "Sector 4"
  196. - dps_val: "S1_S2"
  197. value: "Sectors: 1 and 2"
  198. - dps_val: "S3_S4"
  199. value: "Sectors: 3 and 4"
  200. - dps_val: "S1_S3"
  201. value: "Sectors: 1 and 3"
  202. - dps_val: "S1_S4"
  203. value: "Sectors: 1 and 4"
  204. - dps_val: "S2_S3"
  205. value: "Sectors: 2 and 3"
  206. - dps_val: "S2_S4"
  207. value: "Sectors: 2 and 4"
  208. - dps_val: "S1_S2_S3"
  209. value: "Sectors: 1, 2 and 3"
  210. - dps_val: "S2_S3_S4"
  211. value: "Sectors: 2, 3 and 4"
  212. - dps_val: "S1_S3_S4"
  213. value: "Sectors: 1, 3 and 4"
  214. - dps_val: "S1_S2_S4"
  215. value: "Sectors: 1, 2 and 4"
  216. - dps_val: "PANICO"
  217. value: "Panic"
  218. - dps_val: "CANCEL"
  219. value: "Cancel"
  220. - entity: select
  221. name: Learn Sensor
  222. icon: "mdi:motion-sensor"
  223. category: config
  224. dps:
  225. - id: 112
  226. type: string
  227. name: option
  228. optional: true
  229. mapping:
  230. - dps_val: "S1"
  231. value: "Sector 1"
  232. - dps_val: "S2"
  233. value: "Sector 2"
  234. - dps_val: "S3"
  235. value: "Sector 3"
  236. - dps_val: "S4"
  237. value: "Sector 4"
  238. - dps_val: "CANCEL"
  239. value: "Cancel"
  240. - entity: sensor
  241. name: Number of Buttons
  242. icon: "mdi:remote"
  243. category: diagnostic
  244. dps:
  245. - id: 113
  246. type: integer
  247. name: sensor
  248. unit: "buttons"
  249. - entity: sensor
  250. name: Number of Sensors
  251. icon: "mdi:motion-sensor"
  252. category: diagnostic
  253. dps:
  254. - id: 114
  255. type: integer
  256. name: sensor
  257. optional: true
  258. unit: "sensors"
  259. - entity: binary_sensor
  260. name: Power Line
  261. class: plug
  262. category: diagnostic
  263. dps:
  264. - id: 115
  265. type: boolean
  266. name: sensor
  267. - entity: binary_sensor
  268. name: Battery Low Sector 1
  269. icon: "mdi:battery-alert"
  270. category: diagnostic
  271. dps:
  272. - id: 116
  273. type: boolean
  274. name: sensor
  275. - entity: binary_sensor
  276. name: Battery Low Sector 2
  277. icon: "mdi:battery-alert"
  278. category: diagnostic
  279. dps:
  280. - id: 117
  281. type: boolean
  282. name: sensor
  283. - entity: binary_sensor
  284. name: Battery Low Sector 3
  285. icon: "mdi:battery-alert"
  286. category: diagnostic
  287. dps:
  288. - id: 118
  289. type: boolean
  290. name: sensor
  291. - entity: binary_sensor
  292. name: Battery Low Sector 4
  293. icon: "mdi:battery-alert"
  294. category: diagnostic
  295. dps:
  296. - id: 119
  297. type: boolean
  298. name: sensor
  299. - entity: sensor
  300. name: Sector 1 Name
  301. icon: "mdi:numeric-1-circle-outline"
  302. category: diagnostic
  303. dps:
  304. - id: 120
  305. type: string
  306. name: sensor
  307. - entity: sensor
  308. name: Sector 2 Name
  309. icon: "mdi:numeric-2-circle-outline"
  310. category: diagnostic
  311. dps:
  312. - id: 121
  313. type: string
  314. name: sensor
  315. - entity: sensor
  316. name: Sector 3 Name
  317. icon: "mdi:numeric-3-circle-outline"
  318. category: diagnostic
  319. dps:
  320. - id: 122
  321. type: string
  322. name: sensor
  323. - entity: sensor
  324. name: Sector 4 Name
  325. icon: "mdi:numeric-4-circle-outline"
  326. category: diagnostic
  327. dps:
  328. - id: 123
  329. type: string
  330. name: sensor