ih001_led_controller.yaml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. name: LED controller
  2. products:
  3. - id: ajqxccmgfnhvtew4
  4. name: iH001
  5. primary_entity:
  6. entity: light
  7. dps:
  8. - id: 20
  9. type: boolean
  10. name: switch
  11. - id: 21
  12. name: color_mode
  13. type: string
  14. mapping:
  15. - dps_val: colour
  16. value: hs
  17. - dps_val: scene
  18. value: Scene
  19. - dps_val: music
  20. value: Music
  21. - id: 24
  22. name: rgbhsv
  23. type: hex
  24. format:
  25. - name: h
  26. bytes: 2
  27. range:
  28. min: 0
  29. max: 360
  30. - name: s
  31. bytes: 2
  32. range:
  33. min: 0
  34. max: 1000
  35. - name: v
  36. bytes: 2
  37. range:
  38. min: 0
  39. max: 1000
  40. - id: 27
  41. type: hex
  42. name: music_data
  43. optional: true
  44. - id: 28
  45. type: hex
  46. name: control_data
  47. optional: true
  48. - id: 34
  49. type: boolean
  50. name: unknown_34
  51. - id: 42
  52. type: hex
  53. name: unknown_42
  54. secondary_entities:
  55. - entity: select
  56. name: Scene
  57. icon: "mdi:pallete"
  58. category: config
  59. dps:
  60. - id: 25
  61. type: string
  62. name: option
  63. mapping:
  64. - dps_val: "000c0d0000000000000000c80000"
  65. # color: brown, static
  66. value: Night
  67. - dps_val: "010e0d0000840000000003e801f4"
  68. # color: white, static
  69. value: Read
  70. - dps_val: "020e0d0000e80383000003e803e8"
  71. # color: lt cyan, static
  72. value: Working
  73. - dps_val: "030e0d00001403e8000001f401f4"
  74. # color: grey, static
  75. value: Leisure
  76. - dps_val: "04464602007803e803e800000000464602007803e8000a00000000"
  77. # color: G+DkG, Breath, Mid speed
  78. value: Soft
  79. - dps_val: "05464601000003e803e800000000464601007803\
  80. e803e80000000046460100f003e803e800000000464601003d03e803e8\
  81. 0000000046460100ae03e803e800000000464601011303e803e800000000"
  82. # color* R+G+B+Y+C+V, Flash, Mid speed
  83. value: Colorful
  84. - dps_val: "06464601000003e803e80000000046460100780\
  85. 3e803e80000000046460100f003e803e800000000"
  86. # color* R+G+B, Flash, Mid speed
  87. value: Dazzling
  88. - dps_val: "07464602000003e803e800000000464602007803e803e80000\
  89. 000046460200f003e803e800000000464602003d03e803e80000000\
  90. 046460200ae03e803e800000000464602011303e803e800000000"
  91. # color* R+G+B+Y+C+V, Breath, Mid speed
  92. value: Gorgeous
  93. - entity: number
  94. translation_key: timer
  95. category: config
  96. dps:
  97. - id: 26
  98. type: integer
  99. name: value
  100. unit: min
  101. range:
  102. min: 0
  103. max: 86400
  104. mapping:
  105. - scale: 60
  106. step: 60