Skip to content

Commit f5f41eb

Browse files
committed
chore(release): v2.0.12
## v2.0.12 (2026-03-05)
1 parent 13e4c5a commit f5f41eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/optimal_humidity/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
NAME = "Optimal Humidity"
1111
DOMAIN = "optimal_humidity"
1212
DOMAIN_DATA = f"{DOMAIN}_data"
13-
VERSION = "v2.0.11"
13+
VERSION = "v2.0.12"
1414
ISSUE_URL = "https://github.com/TheRealWaldo/ha-optimal-humidity/issues"
1515

1616
ATTR_DEWPOINT = "dewpoint"

custom_components/optimal_humidity/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"requirements": [
1111
"psychrolib>=2.5.0"
1212
],
13-
"version": "v2.0.11"
13+
"version": "v2.0.12"
1414
}

0 commit comments

Comments
 (0)