Skip to content

Commit b04147a

Browse files
v2024.6.2 adds Danish translation, thanks to @Tntdruid
1 parent d2ffa90 commit b04147a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

custom_components/daily/const.py

Lines changed: 2 additions & 2 deletions
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 = "2024.6.1"
6+
VERSION = "v2024.6.2"
77
COORDINATOR = "coordinator"
88
ISSUE_URL = "https://github.com/jeroenterheerdt/HADailySensor/issues"
99

@@ -16,7 +16,7 @@
1616

1717
# Localization
1818
LANGUAGE_FILES_DIR = "translations"
19-
SUPPORTED_LANGUAGES = ["el", "en", "es", "fr", "nb", "nl", "sk"]
19+
SUPPORTED_LANGUAGES = ["da", "el", "en", "es", "fr", "nb", "nl", "sk"]
2020

2121
# Config
2222
CONF_INPUT_SENSOR = "sensor"

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": "2024.6.1",
13+
"version": "v2024.6.2",
1414
"zeroconf": []
1515
}

0 commit comments

Comments
 (0)