orion_outdoor_siren.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. name: Outdoor siren
  2. products:
  3. - id: im2eqqhj72suwwko
  4. model: Orion SWS08HA
  5. - id: likuc5ld1ap3apcm
  6. model: Elesion NX-4980
  7. primary_entity:
  8. entity: siren
  9. dps:
  10. - id: 1
  11. name: tone
  12. type: string
  13. mapping:
  14. - dps_val: alarm_sound
  15. value: sound
  16. - dps_val: alarm_light
  17. value: light
  18. - dps_val: alarm_sound_light
  19. value: sound+light
  20. default: true
  21. - dps_val: normal
  22. value: "off"
  23. - id: 5
  24. name: volume_level
  25. type: string
  26. mapping:
  27. - dps_val: mute
  28. value: 0.0
  29. - dps_val: low
  30. value: 0.33
  31. - dps_val: middle
  32. value: 0.67
  33. - dps_val: high
  34. value: 1.0
  35. - id: 7
  36. name: duration
  37. type: integer
  38. range:
  39. min: 1
  40. max: 10
  41. unit: min
  42. secondary_entities:
  43. - entity: binary_sensor
  44. name: Charging
  45. category: diagnostic
  46. class: battery_charging
  47. dps:
  48. - id: 6
  49. name: sensor
  50. type: boolean
  51. - entity: sensor
  52. name: Battery
  53. category: diagnostic
  54. class: battery
  55. dps:
  56. - id: 15
  57. name: sensor
  58. type: integer
  59. unit: "%"
  60. - entity: binary_sensor
  61. name: Tamper detect
  62. category: diagnostic
  63. class: tamper
  64. dps:
  65. - id: 20
  66. name: sensor
  67. type: boolean