Skip to content

Commit 3385b6c

Browse files
v2024.10.1 Adding Slovenian translation. Fix #69
1 parent 3109316 commit 3385b6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/daily/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
DOMAIN = "daily"
44
NAME = "Daily Sensor"
55
DOMAIN_DATA = f"{DOMAIN}_data"
6-
VERSION = "v2024.10.0"
6+
VERSION = "v2024.10.1"
77
COORDINATOR = "coordinator"
88
ISSUE_URL = "https://github.com/jeroenterheerdt/HADailySensor/issues"
99

custom_components/daily/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"issue_tracker": "https://github.com/jeroenterheerdt/HADailySensor/issues",
1111
"requirements": [],
1212
"ssdp": [],
13-
"version": "v2024.10.0",
13+
"version": "v2024.10.1",
1414
"zeroconf": []
1515
}

0 commit comments

Comments
 (0)