Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: custom:button-card
- name: General
- entity: sensor.general_bin_days
- show_state: true
- show_name: true
- show_icon: true
- entity_picture: /local/greenbin2.png
- show_entity_picture: true
- styles:
- grid:
- - grid-template-areas: "\"i n\" \"i s\""
- - grid-template-columns: 45% 55%
- - grid-template-rows: auto auto
- - gap: 0px 0px
- card:
- - padding: 9px
- - border-radius: 18px
- - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15), 0 8px 16px rgba(0, 0, 0, 0.2)
- name:
- - justify-self: start
- - align-self: start
- - letter-spacing: "-1.02px"
- - font-size: 16px
- - padding-top: 8px
- - font-weight: 500
- state:
- - justify-self: start
- - align-self: start
- - letter-spacing: "-1.02px"
- - font-size: 14px
- icon:
- - background-color: transparent
- - color: white
- - width: 40px
- - border-radius: 50%
- - padding: 2px
- - display: flex
- - justify-content: start
- - align-items: start
- - z-index: 9999
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement