feit_dimmer.yaml 918 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. name: Dimmable light
  2. products:
  3. - id: tebc75erlgslgpn5
  4. name: Feit Dimmer
  5. primary_entity:
  6. entity: light
  7. dps:
  8. - id: 1
  9. name: switch
  10. type: boolean
  11. optional: true
  12. mapping:
  13. - dps_val: null
  14. value: false
  15. - id: 2
  16. name: brightness
  17. type: integer
  18. range:
  19. min: 10
  20. max: 1000
  21. - id: 3
  22. # advisory only, the integration does not actually use this, setting it
  23. # does not seem to work, so probably determined by bulb type
  24. type: integer
  25. name: minimum_brightness
  26. optional: true
  27. secondary_entities:
  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