ih001_led_controller.yaml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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: text
  55. translation_key: scene
  56. category: config
  57. hidden: true
  58. dps:
  59. - id: 25
  60. name: value
  61. type: hex
  62. - entity: select
  63. translation_key: scene
  64. category: config
  65. dps:
  66. - id: 25
  67. type: string
  68. name: option
  69. mapping:
  70. - dps_val: "000c0d0000000000000000c80000"
  71. # color: brown, static
  72. value: night
  73. - dps_val: "010e0d0000840000000003e801f4"
  74. # color: white, static
  75. value: reading
  76. - dps_val: "020e0d0000e80383000003e803e8"
  77. # color: lt cyan, static
  78. value: working
  79. - dps_val: "030e0d00001403e8000001f401f4"
  80. # color: grey, static
  81. value: leisure
  82. - dps_val: "04464602007803e803e800000000464602007803e8000a00000000"
  83. # color: G+DkG, Breath, Mid speed
  84. value: Soft
  85. - dps_val: "05464601000003e803e800000000464601007803\
  86. e803e80000000046460100f003e803e800000000464601003d03e803e8\
  87. 0000000046460100ae03e803e800000000464601011303e803e800000000"
  88. # color* R+G+B+Y+C+V, Flash, Mid speed
  89. value: Colorful
  90. - dps_val: "06464601000003e803e80000000046460100780\
  91. 3e803e80000000046460100f003e803e800000000"
  92. # color* R+G+B, Flash, Mid speed
  93. value: Dazzling
  94. - dps_val: "07464602000003e803e800000000464602007803e803e80000\
  95. 000046460200f003e803e800000000464602003d03e803e80000000\
  96. 046460200ae03e803e800000000464602011303e803e800000000"
  97. # color* R+G+B+Y+C+V, Breath, Mid speed
  98. value: Gorgeous
  99. - entity: number
  100. translation_key: timer
  101. class: duration
  102. category: config
  103. dps:
  104. - id: 26
  105. type: integer
  106. name: value
  107. unit: min
  108. range:
  109. min: 0
  110. max: 86400
  111. mapping:
  112. - scale: 60
  113. step: 60