feit_dimmer.yaml 955 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. mapping:
  22. - scale: 3.92
  23. - id: 3
  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. type: integer
  27. name: minimum_brightness
  28. optional: true
  29. secondary_entities:
  30. - entity: select
  31. name: Light Type
  32. icon: mdi:lightbulb-variant
  33. category: config
  34. dps:
  35. - id: 4
  36. type: string
  37. name: option
  38. optional: true
  39. mapping:
  40. - dps_val: incandescent
  41. value: Incandescent
  42. - dps_val: halogen
  43. value: LED