Skip to content

Commit

Permalink
chore(release): v2.0.4
Browse files Browse the repository at this point in the history
## v2.0.4 (2023-01-05)

### Bug Fixes

* remove deprecated DEVICE_CLASS ([03c8530](03c8530))
* replace deprecated is_metric ([5cfedb1](5cfedb1))
  • Loading branch information
TRW-bot authored and TheRealWaldo committed Jan 5, 2023
1 parent 5cfedb1 commit b2959bb
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.3"
VERSION = "v2.0.4"
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 @@ -3,7 +3,7 @@
"name": "Optimal Humidity",
"documentation": "https://github.com/TheRealWaldo/ha-optimal-humidity",
"issue_tracker": "https://github.com/TheRealWaldo/ha-optimal-humidity/issues",
"version": "v2.0.3",
"version": "v2.0.4",
"codeowners": [
"@TheRealWaldo"
],
Expand Down

0 comments on commit b2959bb

Please sign in to comment.