#Dashboard

1 messages · Page 1 of 1 (latest)

waxen ice
#

Wondering if i could delete/remove ''forecast home'' and (SSE) from the dashboard in this widget

ocean harness
#

Yes with card_mod.

show_current: true
show_forecast: true
type: weather-forecast
entity: weather.my_weather
forecast_type: daily
forecast_slots: 5
card_mod:
  style: |
    .name {
      display: none;
    }
    .attribute {
      display: none;
    }