hdmi_sync_light.yaml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. name: HDMI sync light
  2. entities:
  3. - entity: light
  4. dps:
  5. - id: 20
  6. type: boolean
  7. name: switch
  8. optional: true
  9. persist: false
  10. mapping:
  11. - dps_val: null
  12. value: false
  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. optional: true
  22. - id: 22
  23. type: integer
  24. name: brightness
  25. range:
  26. min: 0
  27. max: 1000
  28. - id: 24
  29. type: hex
  30. name: rgbhsv
  31. format:
  32. - name: h
  33. bytes: 2
  34. range:
  35. min: 0
  36. max: 360
  37. - name: s
  38. bytes: 2
  39. range:
  40. min: 0
  41. max: 1000
  42. - name: v
  43. bytes: 2
  44. range:
  45. min: 0
  46. max: 1000
  47. - entity: text
  48. translation_key: scene
  49. category: config
  50. hidden: true
  51. dps:
  52. - id: 25
  53. name: value
  54. type: hex
  55. - entity: select
  56. translation_key: scene
  57. category: config
  58. dps:
  59. - id: 25
  60. type: string
  61. name: option
  62. mapping:
  63. - dps_val: 80000000000000000000000000000000
  64. value: Screen - Movie
  65. - dps_val: 81000000000000000000000000000000
  66. value: Screen - Video
  67. - dps_val: 82000000000000000000000000000000
  68. value: Screen - Game
  69. - dps_val: 83000000000000000000000000000000
  70. value: Music - Spectrum
  71. - dps_val: 84000000000000000000000000000000
  72. value: Music - Electronic
  73. - dps_val: 85000000000000000000000000000000
  74. value: Music - Listen
  75. - dps_val: 86000000000000000000000000000000
  76. value: Scene - Rainbow
  77. - dps_val: 87000000000000000000000000000000
  78. value: Scene - Fire
  79. - dps_val: 88000000000000000000000000000000
  80. value: Scene - Read
  81. - dps_val: 89000000000000000000000000000000
  82. value: Scene - Firework
  83. - dps_val: 90000000000000000000000000000000
  84. value: Color Scene - Star
  85. - dps_val: 91000000000000000000000000000000
  86. value: Color Scene - Drip
  87. - dps_val: 92000000000000000000000000000000
  88. value: Color Scene - Particle
  89. - dps_val: 93000000000000000000000000000000
  90. value: Color Scene - Flow
  91. - dps_val: 94000000000000000000000000000000
  92. value: Color Scene - Ball
  93. - dps_val: 95000000000000000000000000000000
  94. value: Color Scene - Swing
  95. - dps_val: 96000000000000000000000000000000
  96. value: Color Scene - Breath
  97. - dps_val: 97000000000000000000000000000000
  98. value: Color Scene - Pure
  99. - entity: time
  100. translation_key: timer
  101. category: config
  102. dps:
  103. - id: 26
  104. type: integer
  105. name: second
  106. range:
  107. min: 0
  108. max: 86400
  109. optional: true
  110. - entity: number
  111. translation_key: timer
  112. # 2025-07-20
  113. deprecated: time.timer
  114. class: duration
  115. category: config
  116. dps:
  117. - id: 26
  118. type: integer
  119. name: value
  120. range:
  121. min: 0
  122. max: 86400
  123. optional: true
  124. unit: min
  125. mapping:
  126. - scale: 60
  127. step: 60
  128. - entity: select
  129. name: Installation side
  130. category: config
  131. icon: "mdi:cast-variant"
  132. icon_priority: 2
  133. dps:
  134. - id: 101
  135. type: string
  136. name: option
  137. optional: true
  138. mapping:
  139. - dps_val: "0"
  140. value: Left
  141. icon: "mdi:rotate-left-variant"
  142. icon_priority: 1
  143. - dps_val: "1"
  144. value: Right
  145. icon: "mdi:rotate-right-variant"
  146. icon_priority: 1
  147. - entity: select
  148. name: Lamp type
  149. icon: "mdi:led-strip-variant"
  150. icon_priority: 2
  151. category: config
  152. dps:
  153. - id: 102
  154. type: string
  155. name: option
  156. optional: true
  157. mapping:
  158. - dps_val: "0"
  159. value: Light strip
  160. - dps_val: "1"
  161. value: Light post
  162. icon: "mdi:post-lamp"
  163. icon_priority: 1