rgb_led_strip.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. name: LED strip
  2. products:
  3. - id: dga9j4k3myutu1qo
  4. name: Teberno LGC-005 OEM3
  5. - id: q5dhxp3mjrbmr5pi
  6. name: Novostella Chastar Smart Rainbow LED Permanent Outdoor Light
  7. primary_entity:
  8. entity: light
  9. dps:
  10. - id: 20
  11. type: boolean
  12. name: switch
  13. - id: 21
  14. type: string
  15. name: color_mode
  16. optional: true
  17. mapping:
  18. - dps_val: white
  19. value: white
  20. - dps_val: colour
  21. value: hs
  22. - dps_val: scene
  23. value: Scene
  24. - dps_val: null
  25. value: white
  26. hidden: true
  27. - id: 24
  28. type: hex
  29. name: rgbhsv
  30. optional: true
  31. format:
  32. - name: h
  33. bytes: 2
  34. range:
  35. min: 0
  36. max: 360
  37. - name: s
  38. bytes: 2
  39. range:
  40. min: 0
  41. max: 1000
  42. - name: v
  43. bytes: 2
  44. range:
  45. min: 0
  46. max: 1000
  47. - id: 25
  48. type: string
  49. name: scene_data
  50. optional: true
  51. secondary_entities:
  52. - entity: number
  53. name: Timer
  54. category: config
  55. icon: "mdi:timer"
  56. dps:
  57. - id: 26
  58. type: integer
  59. name: value
  60. optional: true
  61. unit: min
  62. range:
  63. min: 0
  64. max: 86400
  65. mapping:
  66. - scale: 60
  67. step: 60