From b04147ab0775ed4e3b98d6ed4172af6a508a6c48 Mon Sep 17 00:00:00 2001 From: Jeroen ter Heerdt Date: Mon, 10 Jun 2024 16:38:22 +0000 Subject: [PATCH] v2024.6.2 adds Danish translation, thanks to @Tntdruid --- custom_components/daily/const.py | 4 ++-- custom_components/daily/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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": [] }