Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonhochkins committed Dec 31, 2024
1 parent 03cb776 commit 989a755
Showing 1 changed file with 2 additions and 2 deletions.
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: 'heat'
defrosting: "heat",
};

export const CLIMATE_HVAC_ACTION_ICONS: Record<HvacAction, string> = {
Expand All @@ -47,7 +47,7 @@ export const CLIMATE_HVAC_ACTION_ICONS: Record<HvacAction, string> = {
idle: "mdi:clock-outline",
off: "mdi:power",
preheating: "mdi:heat-wave",
defrosting: 'mdi:snowflake-alert'
defrosting: "mdi:snowflake-alert",
};

export const CLIMATE_HVAC_MODE_ICONS: Record<HvacMode, string> = {
Expand Down

0 comments on commit 989a755

Please sign in to comment.