Advertisement
fablav

Card meteo data Max Albani

Sep 8th, 2024
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.60 KB | Software | 0 0
  1. type: custom:button-card
  2. entity: sensor.time
  3. layout: vertical
  4. label: '[[[ return states[''sensor.meteo''].state; ]]]'
  5. name: '[[[ return states[''sensor.pretty_date''].state; ]]]'
  6. show_icon: false
  7. show_label: true
  8. show_name: true
  9. show_state: true
  10. styles:
  11.   card:
  12.     - background: none
  13.     - height: 100px
  14.   state:
  15.     - font-size: 200%
  16.     - font-weight: bold
  17.     - justify-self: center
  18.   label:
  19.     - justify-self: center
  20.     - text-transform: capitalize
  21.     - color: var(--paper-item-icon-active-color)
  22.   name:
  23.     - justify-self: center
  24.     - font-size: 120%
  25. tap_action:
  26.   action: none
Tags: ha
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement