From 872110d66652010829d5ed4762edfe795518a362 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Wed, 27 Nov 2024 09:12:02 -0600 Subject: [PATCH] Update to 2024.11.27 --- home_assistant_intents/languages.py | 8 ++++++++ intents | 2 +- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/home_assistant_intents/languages.py b/home_assistant_intents/languages.py index a401506..079c3f2 100644 --- a/home_assistant_intents/languages.py +++ b/home_assistant_intents/languages.py @@ -1,6 +1,7 @@ LANGUAGES = [ "ar", "bg", + "bn", "ca", "cs", "da", @@ -10,14 +11,18 @@ "en", "es", "et", + "eu", + "fa", "fi", "fr", "gl", "he", "hr", "hu", + "id", "is", "it", + "ka", "ko", "lb", "lt", @@ -35,6 +40,9 @@ "sl", "sr", "sv", + "te", + "th", + "tr", "uk", "ur", "vi", diff --git a/intents b/intents index ea36d67..6d59759 160000 --- a/intents +++ b/intents @@ -1 +1 @@ -Subproject commit ea36d6793f6a424e0b1da3c6f48f0d22c3c2f257 +Subproject commit 6d59759f1934b43b8c0c1fa328d76da7a4f5aa94 diff --git a/pyproject.toml b/pyproject.toml index a9068a4..4c12c2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "home-assistant-intents" -version = "2024.11.13" +version = "2024.11.27" license = {text = "Apache-2.0"} description = "Intents for Home Assistant" readme = "README.md"