rgb_led_strip.yaml 1.3 KB

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