ih001_led_controller.yaml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. name: LED controller
  2. products:
  3. - id: ajqxccmgfnhvtew4
  4. model: iH001
  5. entities:
  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. - entity: select
  55. name: Scene
  56. icon: "mdi:pallete"
  57. category: config
  58. dps:
  59. - id: 25
  60. type: string
  61. name: option
  62. mapping:
  63. - dps_val: "000c0d0000000000000000c80000"
  64. # color: brown, static
  65. value: Night
  66. - dps_val: "010e0d0000840000000003e801f4"
  67. # color: white, static
  68. value: Read
  69. - dps_val: "020e0d0000e80383000003e803e8"
  70. # color: lt cyan, static
  71. value: Working
  72. - dps_val: "030e0d00001403e8000001f401f4"
  73. # color: grey, static
  74. value: Leisure
  75. - dps_val: "04464602007803e803e800000000464602007803e8000a00000000"
  76. # color: G+DkG, Breath, Mid speed
  77. value: Soft
  78. - dps_val: "05464601000003e803e800000000464601007803\
  79. e803e80000000046460100f003e803e800000000464601003d03e803e8\
  80. 0000000046460100ae03e803e800000000464601011303e803e800000000"
  81. # color* R+G+B+Y+C+V, Flash, Mid speed
  82. value: Colorful
  83. - dps_val: "06464601000003e803e80000000046460100780\
  84. 3e803e80000000046460100f003e803e800000000"
  85. # color* R+G+B, Flash, Mid speed
  86. value: Dazzling
  87. - dps_val: "07464602000003e803e800000000464602007803e803e80000\
  88. 000046460200f003e803e800000000464602003d03e803e80000000\
  89. 046460200ae03e803e800000000464602011303e803e800000000"
  90. # color* R+G+B+Y+C+V, Breath, Mid speed
  91. value: Gorgeous
  92. - entity: number
  93. translation_key: timer
  94. class: duration
  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