Skip to content

Commit

Permalink
table dashboard - improve weather side card
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocunha committed Apr 21, 2024
1 parent dc7559d commit 44c37e2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions homeassistant/config/dashboards/tablet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ sidebar:
type: weather-forecast
cardOptions:
name: Home
show_current: true
show_forecast: true
forecast_type: daily
entity: weather.home
tap_action:
action: navigate
Expand All @@ -89,17 +91,14 @@ sidebar:
left: 0;
}
ha-card {
font-weight: 200;
font-weight: 100;
padding: none;
width: 110%;
border: none;
background: none;
overflow: hidden !important;
box-shadow: none !important;
ha-card-border-radius: 0px;
margin-top: -16px;
margin-right: -10px;
margin-left: -10px;
}
views:
- !include tablet-views/home.yaml
Expand Down

0 comments on commit 44c37e2

Please sign in to comment.