Advertisement
madkatz

Swipe Card w/ Keep Open

Dec 28th, 2024
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. type: custom:swipe-card
  2. start_card: 1
  3. reset_after: 1
  4. cards:
  5. - type: custom:digital-clock
  6. dateFormat:
  7. weekday: long
  8. day: 2-digit
  9. month: long
  10. timeFormat:
  11. hour: 2-digit
  12. minute: 2-digit
  13. card_mod:
  14. style: |
  15. ha-card {
  16. border: none;
  17. background: none;
  18. }
  19. span.first-line
  20. {
  21. font-size: 5em;
  22. margin-top:25px;
  23. margin-bottom:10px;
  24. font-family: Arial;
  25. font-weight: normal;
  26. }
  27. span.second-line
  28. {
  29. font-size: 2em;
  30. margin-bottom:35px;
  31. }
  32. - type: iframe
  33. url: https://dagammla.gitlab.io/keep-silk-open/iframe.html
  34. aspect_ratio: 50%
  35. grid_options:
  36. columns: 11
  37. rows: 3
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement