feit_dimmer.yaml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. name: Dimmable light
  2. products:
  3. # https://www.feit.com/collections/smart-controls/products/smart-wi-fi-dimmer-dim-wifi
  4. - id: tebc75erlgslgpn5
  5. name: Feit Dimmer
  6. primary_entity:
  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. mapping:
  23. - scale: 3.92 # this is important for that device, else lights are too dim
  24. # advisory only, the integration does not actually use this, setting it
  25. # does not seem to work, so probably determined by bulb type
  26. - id: 3
  27. type: integer
  28. name: minimum_brightness
  29. optional: true
  30. secondary_entities:
  31. - entity: select
  32. name: Light Type
  33. icon: mdi:lightbulb-variant
  34. category: config
  35. dps:
  36. - id: 4
  37. type: string
  38. name: option
  39. optional: true
  40. mapping:
  41. - dps_val: incandescent
  42. value: Incandescent
  43. - dps_val: halogen
  44. value: LED