Skip to content

Commit

Permalink
chore(release): v2.0.8
Browse files Browse the repository at this point in the history
## v2.0.8 (2023-11-03)

### Bug Fixes

* revert temperature conversion fix ([f89cc77](f89cc77))
  • Loading branch information
TRW-bot authored and TheRealWaldo committed Nov 3, 2023
1 parent f89cc77 commit a44f363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/optimal_humidity/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
NAME = "Optimal Humidity"
DOMAIN = "optimal_humidity"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "v2.0.7"
VERSION = "v2.0.8"
ISSUE_URL = "https://github.com/TheRealWaldo/ha-optimal-humidity/issues"

ATTR_DEWPOINT = "dewpoint"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/optimal_humidity/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"requirements": [
"psychrolib>=2.5.0"
],
"version": "v2.0.7"
"version": "v2.0.8"
}

0 comments on commit a44f363

Please sign in to comment.