Advertisement
pqpxoxa

Bin Card

Apr 12th, 2025
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. type: custom:button-card
  2. name: General
  3. entity: sensor.general_bin_days
  4. show_state: true
  5. show_name: true
  6. show_icon: true
  7. entity_picture: /local/greenbin2.png
  8. show_entity_picture: true
  9. styles:
  10. grid:
  11. - grid-template-areas: "\"i n\" \"i s\""
  12. - grid-template-columns: 45% 55%
  13. - grid-template-rows: auto auto
  14. - gap: 0px 0px
  15. card:
  16. - padding: 9px
  17. - border-radius: 18px
  18. - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 8px 16px rgba(0, 0, 0, 0.2)
  19. name:
  20. - justify-self: start
  21. - align-self: start
  22. - letter-spacing: "-1.02px"
  23. - font-size: 16px
  24. - padding-top: 8px
  25. - font-weight: 500
  26. state:
  27. - justify-self: start
  28. - align-self: start
  29. - letter-spacing: "-1.02px"
  30. - font-size: 14px
  31. icon:
  32. - background-color: transparent
  33. - color: white
  34. - width: 40px
  35. - border-radius: 50%
  36. - padding: 2px
  37. - display: flex
  38. - justify-content: start
  39. - align-items: start
  40. - z-index: 9999
  41.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement