orion_outdoor_siren.yaml 1.3 KB

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