feit_dimmer.yaml 952 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. name: Dimmable light
  2. products:
  3. - id: tebc75erlgslgpn5
  4. manufacturer: Feit
  5. name: Dimmer
  6. entities:
  7. - entity: light
  8. dps:
  9. - id: 1
  10. name: switch
  11. type: boolean
  12. optional: true
  13. mapping:
  14. - dps_val: null
  15. value: false
  16. - id: 2
  17. name: brightness
  18. type: integer
  19. range:
  20. min: 10
  21. max: 1000
  22. - id: 3
  23. # advisory only, the integration does not actually use this, setting it
  24. # does not seem to work, so probably determined by bulb type
  25. type: integer
  26. name: minimum_brightness
  27. optional: true
  28. - entity: select
  29. name: Light Type
  30. icon: mdi:lightbulb-variant
  31. category: config
  32. dps:
  33. - id: 4
  34. type: string
  35. name: option
  36. optional: true
  37. mapping:
  38. - dps_val: incandescent
  39. value: Incandescent
  40. - dps_val: halogen
  41. value: LED