simple_switch_timerv2.yaml 498 B

123456789101112131415161718192021222324252627
  1. name: Simple switch with timer
  2. products:
  3. - id: eetmtcempdyxgpx5
  4. name: Nexxt 220v smartplug
  5. primary_entity:
  6. entity: switch
  7. class: outlet
  8. dps:
  9. - id: 1
  10. name: switch
  11. type: boolean
  12. secondary_entities:
  13. - entity: number
  14. category: config
  15. name: Timer
  16. icon: "mdi:timer"
  17. dps:
  18. - id: 9
  19. name: value
  20. type: integer
  21. unit: min
  22. range:
  23. min: 0
  24. max: 86400
  25. mapping:
  26. - scale: 60
  27. step: 60