simple_switch_timer.yaml 399 B

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