gosund_SW2_dimmer_switch.yaml 540 B

123456789101112131415161718192021222324252627
  1. name: Gosund SW2 Dimmer Switch
  2. products:
  3. - id: qcgkaqmaivuwfwz4
  4. manufacturer: Gosund
  5. model: SW2-AR
  6. entities:
  7. - entity: light
  8. dps:
  9. - id: 1
  10. type: boolean
  11. name: switch
  12. optional: true
  13. - id: 3
  14. type: integer
  15. name: brightness
  16. range:
  17. min: 25
  18. max: 255
  19. - entity: binary_sensor
  20. name: Temperature Alarm
  21. icon: "mdi:thermometer-alert"
  22. dps:
  23. - id: 101
  24. type: boolean
  25. name: sensor
  26. readonly: true
  27. optional: true