dimming_lightbulb.yaml 820 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. name: Dimming lightbulb
  2. products:
  3. - id: uoqzzanrvopvxddl
  4. name: Deta Grid Connect Smart 18W 1900lm Daylight T8 Tube DET018HA
  5. - id: vjapigi170njdq09
  6. name: Arlec Smart 4W 380lm Candle Dimmable Bulb GLD060HA
  7. - id: aok3caeleulg1neh
  8. name: S10 wireless dimmer
  9. primary_entity:
  10. entity: light
  11. dps:
  12. - id: 20
  13. type: boolean
  14. name: switch
  15. - id: 22
  16. name: brightness
  17. type: integer
  18. range:
  19. min: 10
  20. max: 1000
  21. mapping:
  22. - scale: 3.92
  23. secondary_entities:
  24. - entity: number
  25. name: Timer
  26. category: config
  27. icon: "mdi:timer"
  28. dps:
  29. - id: 26
  30. type: integer
  31. name: value
  32. unit: min
  33. optional: true
  34. range:
  35. min: 0
  36. max: 86400
  37. mapping:
  38. - scale: 60
  39. step: 60