Skip to content

Commit

Permalink
v2024.6.2 adds Danish translation, thanks to @Tntdruid
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenterheerdt committed Jun 10, 2024
1 parent d2ffa90 commit b04147a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/daily/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DOMAIN = "daily"
NAME = "Daily Sensor"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "2024.6.1"
VERSION = "v2024.6.2"
COORDINATOR = "coordinator"
ISSUE_URL = "https://github.com/jeroenterheerdt/HADailySensor/issues"

Expand All @@ -16,7 +16,7 @@

# Localization
LANGUAGE_FILES_DIR = "translations"
SUPPORTED_LANGUAGES = ["el", "en", "es", "fr", "nb", "nl", "sk"]
SUPPORTED_LANGUAGES = ["da", "el", "en", "es", "fr", "nb", "nl", "sk"]

# Config
CONF_INPUT_SENSOR = "sensor"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/daily/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"issue_tracker": "https://github.com/jeroenterheerdt/HADailySensor/issues",
"requirements": [],
"ssdp": [],
"version": "2024.6.1",
"version": "v2024.6.2",
"zeroconf": []
}

0 comments on commit b04147a

Please sign in to comment.