somgom_single_switch.yaml 511 B

1234567891011121314151617181920212223242526272829
  1. name: Somgoms switch
  2. primary_entity:
  3. entity: switch
  4. dps:
  5. - id: 1
  6. name: switch
  7. type: boolean
  8. secondary_entities:
  9. - entity: number
  10. name: Timer
  11. icon: "mdi:timer"
  12. category: config
  13. dps:
  14. - id: 7
  15. name: value
  16. type: integer
  17. range:
  18. min: 0
  19. max: 86400
  20. mapping:
  21. - scale: 60
  22. unit: min
  23. - entity: light
  24. name: Backlight
  25. category: config
  26. dps:
  27. - id: 16
  28. name: switch
  29. type: boolean