Skip to content

Commit 80301c2

Browse files
authored
modernize thermostat auto and heat/cool icon (#1713)
* modernize thermostat auto icon * Modernize heat_cool icon.
1 parent 3adb4ee commit 80301c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cards/climate-card/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ export const CLIMATE_HVAC_ACTION_COLORS: Record<HvacAction, string> = {
1919
};
2020

2121
export const CLIMATE_HVAC_MODE_ICONS: Record<HvacMode, string> = {
22-
auto: "mdi:calendar-sync",
22+
auto: "mdi:thermostat-auto",
2323
cool: "mdi:snowflake",
2424
dry: "mdi:water-percent",
2525
fan_only: "mdi:fan",
2626
heat: "mdi:fire",
27-
heat_cool: "mdi:autorenew",
27+
heat_cool: "mdi:sun-snowflake-variant",
2828
off: "mdi:power",
2929
};
3030

0 commit comments

Comments
 (0)