orion_outdoor_siren.yaml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. category: diagnostic
  53. class: battery
  54. dps:
  55. - id: 15
  56. name: sensor
  57. type: integer
  58. unit: "%"
  59. - entity: binary_sensor
  60. name: Tamper detect
  61. category: diagnostic
  62. class: tamper
  63. dps:
  64. - id: 20
  65. name: sensor
  66. type: boolean