brilliant_securitylights.yaml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. name: Security light
  2. products:
  3. - id: WdI9bsgv2MKAhzxe
  4. manufacturer: Brilliant Smart
  5. model: Frontier 22W twin flood light with sensor
  6. entities:
  7. - entity: light
  8. icon: "mdi:light-flood-down"
  9. dps:
  10. - id: 107
  11. type: boolean
  12. name: switch
  13. - id: 101
  14. name: brightness
  15. type: integer
  16. range:
  17. min: 25
  18. max: 255
  19. - id: 105
  20. name: color_temp
  21. type: integer
  22. range:
  23. min: 0
  24. max: 255
  25. mapping:
  26. - target_range:
  27. min: 3000
  28. max: 6000
  29. - entity: number
  30. name: Daylight threshold
  31. class: illuminance
  32. category: config
  33. icon: "mdi:theme-light-dark"
  34. dps:
  35. - id: 102
  36. type: integer
  37. name: value
  38. unit: lx
  39. range:
  40. min: 0
  41. max: 2000
  42. - entity: number
  43. class: duration
  44. category: config
  45. dps:
  46. - id: 103
  47. type: integer
  48. name: value
  49. unit: s
  50. range:
  51. min: 10
  52. max: 600
  53. - entity: select
  54. name: Operation mode
  55. category: config
  56. dps:
  57. - id: 104
  58. type: string
  59. name: option
  60. mapping:
  61. - dps_val: "0"
  62. value: auto
  63. icon: "mdi:motion-sensor"
  64. - dps_val: "1"
  65. value: "on"
  66. icon: "mdi:motion-sensor-off"
  67. - dps_val: "2"
  68. value: flash
  69. icon: "mdi:flash"
  70. - entity: select
  71. name: Sensitivity
  72. icon: "mdi:motion-sensor"
  73. category: config
  74. dps:
  75. - id: 106
  76. type: string
  77. name: option
  78. mapping:
  79. - dps_val: "0"
  80. value: low
  81. - dps_val: "1"
  82. value: medium
  83. - dps_val: "2"
  84. value: high
  85. - entity: binary_sensor
  86. class: motion
  87. category: diagnostic
  88. dps:
  89. - id: 108
  90. type: boolean
  91. name: sensor