diff --git a/custom_components/daily/const.py b/custom_components/daily/const.py index f7663cc..ef79c56 100644 --- a/custom_components/daily/const.py +++ b/custom_components/daily/const.py @@ -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" @@ -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" diff --git a/custom_components/daily/manifest.json b/custom_components/daily/manifest.json index 9cc6467..2bc6a34 100644 --- a/custom_components/daily/manifest.json +++ b/custom_components/daily/manifest.json @@ -10,6 +10,6 @@ "issue_tracker": "https://github.com/jeroenterheerdt/HADailySensor/issues", "requirements": [], "ssdp": [], - "version": "2024.6.1", + "version": "v2024.6.2", "zeroconf": [] }