We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b4236 commit 36b301bCopy full SHA for 36b301b
custom_components/daily/const.py
@@ -3,7 +3,7 @@
3
DOMAIN = "daily"
4
NAME = "Daily Sensor"
5
DOMAIN_DATA = f"{DOMAIN}_data"
6
-VERSION = "2024.4.0"
+VERSION = "2024.4.1"
7
8
ISSUE_URL = "https://github.com/jeroenterheerdt/HADailySensor/issues"
9
custom_components/daily/manifest.json
@@ -10,5 +10,5 @@
10
"homekit": {},
11
"dependencies": [],
12
"codeowners": ["@jeroenterheerdt"],
13
- "version": "2024.4.0"
+ "version": "2024.4.1"
14
}
0 commit comments