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 3109316 commit 3385b6cCopy full SHA for 3385b6c
custom_components/daily/const.py
@@ -3,7 +3,7 @@
3
DOMAIN = "daily"
4
NAME = "Daily Sensor"
5
DOMAIN_DATA = f"{DOMAIN}_data"
6
-VERSION = "v2024.10.0"
+VERSION = "v2024.10.1"
7
COORDINATOR = "coordinator"
8
ISSUE_URL = "https://github.com/jeroenterheerdt/HADailySensor/issues"
9
custom_components/daily/manifest.json
@@ -10,6 +10,6 @@
10
"issue_tracker": "https://github.com/jeroenterheerdt/HADailySensor/issues",
11
"requirements": [],
12
"ssdp": [],
13
- "version": "v2024.10.0",
+ "version": "v2024.10.1",
14
"zeroconf": []
15
}
0 commit comments