Skip to content

Commit

Permalink
chore(release): v2.0.2
Browse files Browse the repository at this point in the history
## v2.0.2 (2022-05-13)

### Bug Fixes

* bad version in const ([46bb059](46bb059))
* update deprecated device_state_attributes ([5fb5061](5fb5061))
  • Loading branch information
TRW-bot authored and TheRealWaldo committed May 13, 2022
1 parent 33c6805 commit 0b7a3d4
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 @@ -13,7 +13,7 @@
NAME = "Optimal Humidity"
DOMAIN = "optimal_humidity"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "2.0.1"
VERSION = "v2.0.2"
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": "2.0.1",
"version": "v2.0.2",
"codeowners": [
"@TheRealWaldo"
],
Expand Down

0 comments on commit 0b7a3d4

Please sign in to comment.