Skip to content

Commit

Permalink
Fixing defrosting color type
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonhochkins committed Dec 31, 2024
1 parent 5b5208f commit 03cb776
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const CLIMATE_HVAC_ACTION_TO_MODE: Record<HvacAction, HvacMode> = {
heating: "heat",
idle: "off",
off: "off",
defrosting: 'cool'
defrosting: 'heat'
};

export const CLIMATE_HVAC_ACTION_ICONS: Record<HvacAction, string> = {
Expand Down

0 comments on commit 03cb776

Please sign in to comment.