fancyled_fpgahdmi2_light.yaml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. name: HDMI sync light
  2. products:
  3. - id: eoiix1chj4q8wyxq
  4. manufacturer: Fancy LED
  5. model_id: fpga-hdmi2.0
  6. model: Screen sync smart light 2.0
  7. entities:
  8. - entity: light
  9. dps:
  10. - id: 20
  11. name: switch
  12. type: boolean
  13. - id: 21
  14. type: string
  15. name: color_mode
  16. mapping:
  17. - dps_val: white
  18. value: white
  19. - dps_val: colour
  20. value: hs
  21. - dps_val: scene
  22. - id: 22
  23. name: brightness
  24. type: integer
  25. optional: true
  26. range:
  27. min: 0
  28. max: 1000
  29. - id: 24
  30. name: rgbhsv
  31. type: hex
  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: 27
  50. name: music_data
  51. type: hex
  52. optional: true
  53. - entity: time
  54. translation_key: timer
  55. category: config
  56. dps:
  57. - id: 26
  58. type: integer
  59. optional: true
  60. name: second
  61. range:
  62. min: 0
  63. max: 86399
  64. - entity: number
  65. translation_key: timer
  66. deprecated: time.timer # 2026-01-20
  67. category: config
  68. dps:
  69. - id: 26
  70. type: integer
  71. name: value
  72. range:
  73. min: 0
  74. max: 86400
  75. optional: true
  76. unit: min
  77. mapping:
  78. - scale: 60
  79. step: 60
  80. - dps_val: null
  81. - entity: select
  82. name: Scene
  83. icon: "mdi:palette"
  84. category: config
  85. dps:
  86. - id: 25
  87. type: string
  88. name: option
  89. mapping:
  90. - dps_val: 80000000000000000000000000000000
  91. value: Screen - Movie
  92. - dps_val: 81000000000000000000000000000000
  93. value: Screen - Video
  94. - dps_val: 82000000000000000000000000000000
  95. value: Screen - Game
  96. - dps_val: 83000000000000000000000000000000
  97. value: Music - Spectrum
  98. - dps_val: 84000000000000000000000000000000
  99. value: Music - Electronic
  100. - dps_val: 85000000000000000000000000000000
  101. value: Music - Listen
  102. - dps_val: 86000000000000000000000000000000
  103. value: Scene - Rainbow
  104. - dps_val: 87000000000000000000000000000000
  105. value: Scene - Fire
  106. - dps_val: 88000000000000000000000000000000
  107. value: Scene - Read
  108. - dps_val: 89000000000000000000000000000000
  109. value: Scene - Firework
  110. - dps_val: 90000000000000000000000000000000
  111. value: Color Scene - Star
  112. - dps_val: 91000000000000000000000000000000
  113. value: Color Scene - Drip
  114. - dps_val: 92000000000000000000000000000000
  115. value: Color Scene - Particle
  116. - dps_val: 93000000000000000000000000000000
  117. value: Color Scene - Flow
  118. - dps_val: 94000000000000000000000000000000
  119. value: Color Scene - Ball
  120. - dps_val: 95000000000000000000000000000000
  121. value: Color Scene - Swing
  122. - dps_val: 96000000000000000000000000000000
  123. value: Color Scene - Breath
  124. - dps_val: 97000000000000000000000000000000
  125. value: Color Scene - Pure
  126. - entity: select
  127. name: Installation side
  128. category: config
  129. icon: "mdi:cast-variant"
  130. icon_priority: 2
  131. dps:
  132. - id: 101
  133. type: integer
  134. name: option
  135. optional: true
  136. mapping:
  137. - dps_val: 0
  138. value: Left
  139. icon: "mdi:rotate-left-variant"
  140. icon_priority: 1
  141. - dps_val: 1
  142. value: Right
  143. icon: "mdi:rotate-right-variant"
  144. icon_priority: 1
  145. - entity: select
  146. name: Lamp type
  147. icon: "mdi:led-strip-variant"
  148. icon_priority: 2
  149. category: config
  150. dps:
  151. - id: 102
  152. type: integer
  153. name: option
  154. optional: true
  155. mapping:
  156. - dps_val: 0
  157. value: Light strip
  158. - dps_val: 1
  159. value: Light post
  160. icon: "mdi:post-lamp"
  161. icon_priority: 1