Skip to content

Commit

Permalink
Fixing types for climate
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonhochkins committed Dec 31, 2024
1 parent 494afde commit 5b5208f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
- WeatherCard - When using multiple forecast rows, the layout of the card was not aligned making it hard to read, this was fixed thanks to @kdkavanagh, additional examples added to storybook to demonstrate this.
- CameraCard - WebRTC has recently received a lot of love with the lovelace cards, this functionality has been migrated over to the CameraCard thanks to @kdkavanagh
## @hakit/core
- No functional changes, just updated to locales
- Locales - Updated to match latest release
- Updated ClimateEntity types to include swing properties & defrosting HVAC mode
- Added PersonEntity type exported from core

# 4.0.3

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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: 'defrost'
defrosting: 'cool'
};

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

0 comments on commit 5b5208f

Please sign in to comment.