Skip to content

Commit

Permalink
fix units and improve naming
Browse files Browse the repository at this point in the history
Co-authored-by: Petar Petrov <[email protected]>
  • Loading branch information
watercrossing and MindFreeze authored Feb 3, 2025
1 parent f9dea24 commit 9913648
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/panels/lovelace/cards/hui-weather-forecast-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ class HuiWeatherForecastCard extends LitElement implements LovelaceCard {
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
padding: 0px 16px;
padding: 0 16px;
}
.content + .forecast {
Expand Down Expand Up @@ -557,7 +557,7 @@ class HuiWeatherForecastCard extends LitElement implements LovelaceCard {
.forecast {
display: flex;
justify-content: space-around;
padding: 0px 16px;
padding: 0 16px;
}
.forecast > div {
Expand All @@ -566,7 +566,7 @@ class HuiWeatherForecastCard extends LitElement implements LovelaceCard {
.forecast .icon,
.forecast .temp {
margin: 0px 0;
margin: 0;
}
.forecast .temp {
Expand Down
2 changes: 1 addition & 1 deletion src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -6993,7 +6993,7 @@
"show_only_current": "Show only current Weather",
"show_only_forecast": "Show only forecast",
"forecast_type": "Select forecast type",
"forecast_slots": "How many forecast elements to show",
"forecast_slots": "Maximum number of forecast elements to show",
"no_type": "No type",
"daily": "Daily",
"hourly": "Hourly",
Expand Down

0 comments on commit 9913648

Please sign in to comment.