lytmi_hdmisync_backlight.yaml 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. name: HDMI sync backlight
  2. products:
  3. - id: js0t2z9y1tnphvds
  4. manufacturer: Lytmi
  5. model: Fantasy/Neo 3
  6. - id: s9tscadzzt5s2cz3
  7. manufacturer: Fancy LEDs
  8. model: 3 HDMI 2.1 sync box
  9. - id: 9cgdcqpe9iqg9tjn
  10. manufacturer: Fancy LEDs
  11. model: 3 HDMI 2.1 sync box
  12. entities:
  13. - entity: light
  14. dps:
  15. - id: 20
  16. name: switch
  17. type: boolean
  18. - id: 22
  19. name: brightness
  20. type: integer
  21. range:
  22. min: 10
  23. max: 1000
  24. - id: 24
  25. name: rgbhsv
  26. type: hex
  27. format:
  28. - name: h
  29. bytes: 2
  30. range:
  31. min: 0
  32. max: 360
  33. - name: s
  34. bytes: 2
  35. range:
  36. min: 0
  37. max: 1000
  38. - name: w
  39. bytes: 2
  40. range:
  41. min: 0
  42. max: 1000
  43. - id: 23
  44. type: integer
  45. optional: true
  46. name: color_temp
  47. range:
  48. min: 0
  49. max: 1000
  50. mapping:
  51. - target_range:
  52. min: 2700
  53. max: 6500
  54. - id: 23
  55. type: integer
  56. optional: true
  57. name: color_temp_supported
  58. hidden: true
  59. mapping:
  60. - dps_val: null
  61. value: false
  62. - value: true
  63. - id: 25
  64. type: string
  65. name: color_mode
  66. mapping:
  67. - dps_val: "88000000000000000000000000000000"
  68. available: color_temp_supported
  69. value: color_temp
  70. - dps_val: "97000000000000000000000000000000"
  71. value: hs
  72. - value: hs
  73. hidden: true
  74. - entity: switch
  75. name: TV synchronization switch
  76. category: config
  77. dps:
  78. - id: 109
  79. name: switch
  80. type: boolean
  81. - entity: switch
  82. name: HDMI enable
  83. category: config
  84. dps:
  85. - id: 107
  86. type: boolean
  87. name: switch
  88. - entity: select
  89. name: HDMI Input
  90. icon: "mdi:hdmi-port"
  91. category: config
  92. dps:
  93. - id: 105
  94. type: integer
  95. name: option
  96. mapping:
  97. - dps_val: 0
  98. value: HDMI 1
  99. - dps_val: 1
  100. value: HDMI 2
  101. - dps_val: 2
  102. value: HDMI 3
  103. - dps_val: 3
  104. value: HDMI 4
  105. - entity: select
  106. name: Setup side
  107. icon: "mdi:arrow-collapse-horizontal"
  108. category: config
  109. dps:
  110. - id: 101
  111. type: integer
  112. name: option
  113. mapping:
  114. - dps_val: 0
  115. value: Left
  116. - dps_val: 1
  117. value: Right
  118. - entity: number
  119. category: config
  120. name: Degree of diffusion
  121. mode: slider
  122. dps:
  123. - id: 108
  124. name: value
  125. type: integer
  126. precision: 0
  127. range:
  128. min: 10
  129. max: 1000
  130. mapping:
  131. - scale: 10
  132. step: 10
  133. - entity: text
  134. translation_key: scene
  135. category: config
  136. hidden: true
  137. dps:
  138. - id: 25
  139. name: value
  140. type: hex
  141. - entity: select
  142. translation_key: scene
  143. category: config
  144. dps:
  145. - id: 25
  146. type: string
  147. name: option
  148. mapping:
  149. - dps_val: "80000000000000000000000000000000"
  150. value: movie
  151. - dps_val: "81000000000000000000000000000000"
  152. value: leisure
  153. - dps_val: "82000000000000000000000000000000"
  154. value: gaming
  155. - dps_val: "98000000000000000000000000000000"
  156. value: Music - Classic
  157. - dps_val: "99000000000000000000000000000000"
  158. value: Music - Pop
  159. - dps_val: "9A000000000000000000000000000000"
  160. value: Music - Rock
  161. - dps_val: "9B000000000000000000000000000000"
  162. value: Music - Absolute
  163. - dps_val: "9C000000000000000000000000000000"
  164. value: Music - Electror
  165. - dps_val: "9D000000000000000000000000000000"
  166. value: Music - Ambient
  167. - dps_val: "86000000000000000000000000000000"
  168. value: Scene - Rainbow
  169. - dps_val: "87000000000000000000000000000000"
  170. value: Scene - Fire
  171. - dps_val: "88000000000000000000000000000000"
  172. value: reading
  173. - dps_val: "89000000000000000000000000000000"
  174. value: Scene - Firework
  175. - dps_val: "90000000000000000000000000000000"
  176. value: Scene (Color) - Star
  177. - dps_val: "91000000000000000000000000000000"
  178. value: Scene (Color) - Drip
  179. - dps_val: "92000000000000000000000000000000"
  180. value: Scene (Color) - Practice
  181. - dps_val: "93000000000000000000000000000000"
  182. value: Scene (Color) - Flow
  183. - dps_val: "94000000000000000000000000000000"
  184. value: Scene (Color) - Ball
  185. - dps_val: "95000000000000000000000000000000"
  186. value: Scene (Color) - Swing
  187. - dps_val: "96000000000000000000000000000000"
  188. value: Scene (Color) - Breath
  189. - dps_val: "97000000000000000000000000000000"
  190. value: Scene (Color) - Pure
  191. - entity: number
  192. name: HDR level
  193. category: config
  194. icon: "mdi:hdr"
  195. hidden: unavailable
  196. dps:
  197. - id: 113
  198. type: integer
  199. optional: true
  200. name: value
  201. range:
  202. min: 0
  203. max: 1000
  204. - id: 113
  205. type: integer
  206. optional: true
  207. name: available
  208. mapping:
  209. - dps_val: null
  210. value: false
  211. - value: true