feit_onesync_lightcontroller.yaml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. name: Lights
  2. products:
  3. - id: md1jguhfrhdklqyh
  4. manufacturer: Feit
  5. model: OneSync Smart Bridge
  6. entities:
  7. - entity: light
  8. dps:
  9. - id: 20
  10. type: boolean
  11. name: switch
  12. - id: 21
  13. type: string
  14. name: work_mode
  15. optional: true
  16. - id: 101
  17. name: brightness
  18. type: string
  19. mapping:
  20. - dps_val: "Low"
  21. value: 1
  22. - dps_val: "Mid"
  23. value: 82
  24. - dps_val: "High"
  25. value: 164
  26. - dps_val: "Max"
  27. value: 255
  28. - id: 102
  29. name: color_temp
  30. type: string
  31. mapping:
  32. - dps_val: 2700K
  33. value: 2700
  34. - dps_val: 3000K
  35. value: 3000
  36. - dps_val: 3500K
  37. value: 3500
  38. - dps_val: 4000K
  39. value: 4000
  40. - dps_val: 5000K
  41. value: 5000
  42. - entity: text
  43. translation_key: scene
  44. category: config
  45. hidden: true
  46. dps:
  47. - id: 25
  48. type: hex
  49. name: value
  50. - entity: time
  51. translation_key: timer
  52. category: config
  53. dps:
  54. - id: 26
  55. type: integer
  56. name: second
  57. optional: true
  58. unit: min
  59. range:
  60. min: 0
  61. max: 86400