mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Bump intents to 2024.11.27 (#131727)
This commit is contained in:
parent
c2d6599736
commit
3eb483c1b0
@ -6,5 +6,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/conversation",
|
"documentation": "https://www.home-assistant.io/integrations/conversation",
|
||||||
"integration_type": "system",
|
"integration_type": "system",
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
"requirements": ["hassil==2.0.4", "home-assistant-intents==2024.11.13"]
|
"requirements": ["hassil==2.0.4", "home-assistant-intents==2024.11.27"]
|
||||||
}
|
}
|
||||||
|
@ -35,7 +35,7 @@ hass-nabucasa==0.85.0
|
|||||||
hassil==2.0.4
|
hassil==2.0.4
|
||||||
home-assistant-bluetooth==1.13.0
|
home-assistant-bluetooth==1.13.0
|
||||||
home-assistant-frontend==20241127.0
|
home-assistant-frontend==20241127.0
|
||||||
home-assistant-intents==2024.11.13
|
home-assistant-intents==2024.11.27
|
||||||
httpx==0.27.2
|
httpx==0.27.2
|
||||||
ifaddr==0.2.0
|
ifaddr==0.2.0
|
||||||
Jinja2==3.1.4
|
Jinja2==3.1.4
|
||||||
|
@ -1133,7 +1133,7 @@ holidays==0.61
|
|||||||
home-assistant-frontend==20241127.0
|
home-assistant-frontend==20241127.0
|
||||||
|
|
||||||
# homeassistant.components.conversation
|
# homeassistant.components.conversation
|
||||||
home-assistant-intents==2024.11.13
|
home-assistant-intents==2024.11.27
|
||||||
|
|
||||||
# homeassistant.components.home_connect
|
# homeassistant.components.home_connect
|
||||||
homeconnect==0.8.0
|
homeconnect==0.8.0
|
||||||
|
@ -959,7 +959,7 @@ holidays==0.61
|
|||||||
home-assistant-frontend==20241127.0
|
home-assistant-frontend==20241127.0
|
||||||
|
|
||||||
# homeassistant.components.conversation
|
# homeassistant.components.conversation
|
||||||
home-assistant-intents==2024.11.13
|
home-assistant-intents==2024.11.27
|
||||||
|
|
||||||
# homeassistant.components.home_connect
|
# homeassistant.components.home_connect
|
||||||
homeconnect==0.8.0
|
homeconnect==0.8.0
|
||||||
|
@ -23,7 +23,7 @@ RUN --mount=from=ghcr.io/astral-sh/uv:0.5.4,source=/uv,target=/bin/uv \
|
|||||||
-c /usr/src/homeassistant/homeassistant/package_constraints.txt \
|
-c /usr/src/homeassistant/homeassistant/package_constraints.txt \
|
||||||
-r /usr/src/homeassistant/requirements.txt \
|
-r /usr/src/homeassistant/requirements.txt \
|
||||||
stdlib-list==0.10.0 pipdeptree==2.23.4 tqdm==4.66.5 ruff==0.8.0 \
|
stdlib-list==0.10.0 pipdeptree==2.23.4 tqdm==4.66.5 ruff==0.8.0 \
|
||||||
PyTurboJPEG==1.7.5 go2rtc-client==0.1.1 ha-ffmpeg==3.2.2 hassil==2.0.4 home-assistant-intents==2024.11.13 mutagen==1.47.0 pymicro-vad==1.0.1 pyspeex-noise==1.0.2
|
PyTurboJPEG==1.7.5 go2rtc-client==0.1.1 ha-ffmpeg==3.2.2 hassil==2.0.4 home-assistant-intents==2024.11.27 mutagen==1.47.0 pymicro-vad==1.0.1 pyspeex-noise==1.0.2
|
||||||
|
|
||||||
LABEL "name"="hassfest"
|
LABEL "name"="hassfest"
|
||||||
LABEL "maintainer"="Home Assistant <hello@home-assistant.io>"
|
LABEL "maintainer"="Home Assistant <hello@home-assistant.io>"
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
'id': 'conversation.home_assistant',
|
'id': 'conversation.home_assistant',
|
||||||
'name': 'Home Assistant',
|
'name': 'Home Assistant',
|
||||||
'supported_languages': list([
|
'supported_languages': list([
|
||||||
'af',
|
|
||||||
'ar',
|
'ar',
|
||||||
'bg',
|
'bg',
|
||||||
'bn',
|
'bn',
|
||||||
@ -24,22 +23,18 @@
|
|||||||
'fi',
|
'fi',
|
||||||
'fr',
|
'fr',
|
||||||
'gl',
|
'gl',
|
||||||
'gu',
|
|
||||||
'he',
|
'he',
|
||||||
'hi',
|
|
||||||
'hr',
|
'hr',
|
||||||
'hu',
|
'hu',
|
||||||
'id',
|
'id',
|
||||||
'is',
|
'is',
|
||||||
'it',
|
'it',
|
||||||
'ka',
|
'ka',
|
||||||
'kn',
|
|
||||||
'ko',
|
'ko',
|
||||||
'lb',
|
'lb',
|
||||||
'lt',
|
'lt',
|
||||||
'lv',
|
'lv',
|
||||||
'ml',
|
'ml',
|
||||||
'mn',
|
|
||||||
'ms',
|
'ms',
|
||||||
'nb',
|
'nb',
|
||||||
'nl',
|
'nl',
|
||||||
@ -52,7 +47,6 @@
|
|||||||
'sl',
|
'sl',
|
||||||
'sr',
|
'sr',
|
||||||
'sv',
|
'sv',
|
||||||
'sw',
|
|
||||||
'te',
|
'te',
|
||||||
'th',
|
'th',
|
||||||
'tr',
|
'tr',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user