diff --git a/home_assistant_intents/domains.py b/home_assistant_intents/domains.py index 5927e50..402e7e7 100644 --- a/home_assistant_intents/domains.py +++ b/home_assistant_intents/domains.py @@ -1,5 +1,6 @@ DOMAINS_AND_LANGUAGES = { "homeassistant": [ + "af", "ar", "bg", "bn", @@ -57,6 +58,7 @@ "zh-tw", ], "light": [ + "af", "ar", "bg", "bn", @@ -112,4 +114,5 @@ "zh-hk", "zh-tw", ], + "shopping_list": ["de", "de-CH", "en", "fr", "ko", "nb", "nl", "ro", "ru", "sk"], } diff --git a/intents b/intents index 46b3431..f296c10 160000 --- a/intents +++ b/intents @@ -1 +1 @@ -Subproject commit 46b3431701a20a1f8e09bcb38454ad8a6f156a81 +Subproject commit f296c10a8095b29ce06dec4c30958c09189d699c diff --git a/pyproject.toml b/pyproject.toml index 9068ddb..034c5e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "home-assistant-intents" -version = "2023.7.25" +version = "2023.8.2" license = {text = "Apache-2.0"} description = "Intents for Home Assistant" readme = "README.md"