Skip to content

Commit

Permalink
Update ha-cwc-hass.ts
Browse files Browse the repository at this point in the history
Change cloudy to cloudy-original
  • Loading branch information
gharshaw committed Jan 12, 2024
1 parent 5536e37 commit 49ff3b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ha-cwc-hass.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const cwcDefaultHassDayIcons: { [key: string]: string } = {
cloudy: "cloudy-day-3",
cloudy: "cloudy-original",
exceptional: "severe-thunderstorm",
fog: "fog",
hail: "snow-and-sleet-mix",
Expand All @@ -18,4 +18,4 @@ export const cwcDefaultHassDayIcons: { [key: string]: string } = {
export const cwcDefaultHassNightIcons: { [key: string]: string } = {
...cwcDefaultHassDayIcons,
"clear-night": "clear-night",
} ;
} ;

0 comments on commit 49ff3b7

Please sign in to comment.