simple_switch_timer.yaml 415 B

1234567891011121314151617181920212223
  1. name: Simple Switch With Timer
  2. primary_entity:
  3. entity: switch
  4. class: outlet
  5. dps:
  6. - id: 1
  7. name: switch
  8. type: boolean
  9. secondary_entities:
  10. - entity: number
  11. category: config
  12. name: Timer
  13. icon: "mdi:timer"
  14. dps:
  15. - id: 11
  16. name: value
  17. type: integer
  18. range:
  19. min: 0
  20. max: 86400
  21. mapping:
  22. - scale: 60
  23. step: 60