Custom:Clock-Weather-Card Spacing

This actually one field with a <br>

Test this

type: custom:clock-weather-card
entity: weather.forecast_home
show_humidity: true
card_mod:
  style: |
   clock-weather-card-today-right-wrap-top {
    word-spacing: 7px;
        }
   clock-weather-card-today-right-wrap-top br {
      display: none;
        }

1 Like