Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type: custom:button-card
- entity: sensor.time
- layout: vertical
- label: '[[[ return states[''sensor.meteo''].state; ]]]'
- name: '[[[ return states[''sensor.pretty_date''].state; ]]]'
- show_icon: false
- show_label: true
- show_name: true
- show_state: true
- styles:
- card:
- - background: none
- - height: 100px
- state:
- - font-size: 200%
- - font-weight: bold
- - justify-self: center
- label:
- - justify-self: center
- - text-transform: capitalize
- - color: var(--paper-item-icon-active-color)
- name:
- - justify-self: center
- - font-size: 120%
- tap_action:
- action: none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement