comon_lights.yaml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. name: String light controller
  2. products:
  3. - id: swzi5fagtytgxe0f
  4. manufacturer: Lexi Lighting
  5. model: LLXAPT01
  6. entities:
  7. - entity: light
  8. dps:
  9. - id: 20
  10. type: boolean
  11. name: switch
  12. - id: 21
  13. type: string
  14. name: effect
  15. mapping:
  16. - dps_val: scene
  17. value: Scene
  18. - dps_val: music
  19. value: Music
  20. - id: 22
  21. name: brightness
  22. type: integer
  23. range:
  24. min: 10
  25. max: 1000
  26. - id: 25
  27. name: scene_data
  28. type: hex
  29. optional: true
  30. - id: 27
  31. name: music_data
  32. type: hex
  33. optional: true
  34. - id: 28
  35. name: control_data
  36. type: hex
  37. optional: true
  38. - id: 101
  39. name: scene_list
  40. # scene_configuration
  41. type: string
  42. - id: 103
  43. name: scene_combine
  44. type: string
  45. # sets what 6 scenes get used
  46. optional: true
  47. - id: 102
  48. name: scene
  49. type: string
  50. optional: true
  51. - entity: select
  52. name: Scene
  53. icon: "mdi:palette"
  54. category: config
  55. dps:
  56. - id: 102
  57. type: string
  58. name: option
  59. optional: true
  60. mapping:
  61. - dps_val: "1e03e801f40000000"
  62. value: Combination - All
  63. - dps_val: "0c03e801f43000000"
  64. value: "In Waves - Slow"
  65. - dps_val: "0c03e801f41000000"
  66. value: "In Waves - Fast"
  67. - dps_val: "0c03e801f40100000"
  68. value: "In Waves - Cycle"
  69. - dps_val: "1603e801f43000000"
  70. value: "Sequential - Slow"
  71. - dps_val: "1603e801f41000000"
  72. value: "Sequential - Fast"
  73. - dps_val: "1603e801f40100000"
  74. value: "Sequential - Cycle"
  75. - dps_val: "0601e401f43000000"
  76. value: "Slo-Glo - Slow"
  77. - dps_val: "0601e401f41000000"
  78. value: "Slo-Glo - Fast"
  79. - dps_val: "0601e401f40100000"
  80. value: "Slo-Glo - Cycle"
  81. - dps_val: "1d03e801f43000000"
  82. value: "Chasing - Slow"
  83. - dps_val: "1d03e801f41000000"
  84. value: "Chasing - Fast"
  85. - dps_val: "1d03e801f40100000"
  86. value: "Chasing - Cycle"
  87. - dps_val: "0503e801f43000000"
  88. value: "Slow Fade - Slow"
  89. - dps_val: "0503e801f41000000"
  90. value: "Slow Fade - Fast"
  91. - dps_val: "0503e801f40100000"
  92. value: "Slow Fade - Cycle"
  93. - dps_val: "1903e801f43000000"
  94. value: "Twinkle - Slow"
  95. - dps_val: "1903e801f41000000"
  96. value: "Twinkle - Fast"
  97. - dps_val: "1903e801f40100000"
  98. value: "Twinkle - Cycle"
  99. - dps_val: "0003e801f40000000"
  100. value: "Steady On"
  101. default: true
  102. - entity: number
  103. translation_key: timer
  104. class: duration
  105. category: config
  106. dps:
  107. - id: 26
  108. name: value
  109. type: integer
  110. optional: true
  111. range:
  112. min: 0
  113. max: 86400
  114. unit: min
  115. mapping:
  116. - scale: 60
  117. step: 60
  118. - dps_val: null