hlg_infinity_alarm.yaml 7.7 KB

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