Skip to content

Commit

Permalink
Fix brown paper bug in hamsclientfork and partly cloudy state.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudd-O committed Aug 23, 2024
1 parent fe691f8 commit 15d3baf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/meteoswiss/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@


class Condition(StrEnum):
partly_cloudy = "default"
partly_cloudy = "partlycloudy"
clear_night = "clear-night"
cloudy = "cloudy"
exceptional = "exceptional"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/meteoswiss/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"issue_tracker": "https://github.com/Rudd-O/homeassistant-meteoswiss/issues",
"quality_scale": "silver",
"requirements": [
"hamsclientfork==0.2.15",
"hamsclientfork==0.2.16",
"geopy>=2.0"
],
"version": "1.3.1"
Expand Down

0 comments on commit 15d3baf

Please sign in to comment.