Bump intents to 2024.11.27 (#131727)
parent
c2d6599736
commit
3eb483c1b0
|
@ -6,5 +6,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/conversation",
|
||||
"integration_type": "system",
|
||||
"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
|
||||
home-assistant-bluetooth==1.13.0
|
||||
home-assistant-frontend==20241127.0
|
||||
home-assistant-intents==2024.11.13
|
||||
home-assistant-intents==2024.11.27
|
||||
httpx==0.27.2
|
||||
ifaddr==0.2.0
|
||||
Jinja2==3.1.4
|
||||
|
|
|
@ -1133,7 +1133,7 @@ holidays==0.61
|
|||
home-assistant-frontend==20241127.0
|
||||
|
||||
# homeassistant.components.conversation
|
||||
home-assistant-intents==2024.11.13
|
||||
home-assistant-intents==2024.11.27
|
||||
|
||||
# homeassistant.components.home_connect
|
||||
homeconnect==0.8.0
|
||||
|
|
|
@ -959,7 +959,7 @@ holidays==0.61
|
|||
home-assistant-frontend==20241127.0
|
||||
|
||||
# homeassistant.components.conversation
|
||||
home-assistant-intents==2024.11.13
|
||||
home-assistant-intents==2024.11.27
|
||||
|
||||
# homeassistant.components.home_connect
|
||||
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 \
|
||||
-r /usr/src/homeassistant/requirements.txt \
|
||||
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 "maintainer"="Home Assistant <hello@home-assistant.io>"
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
'id': 'conversation.home_assistant',
|
||||
'name': 'Home Assistant',
|
||||
'supported_languages': list([
|
||||
'af',
|
||||
'ar',
|
||||
'bg',
|
||||
'bn',
|
||||
|
@ -24,22 +23,18 @@
|
|||
'fi',
|
||||
'fr',
|
||||
'gl',
|
||||
'gu',
|
||||
'he',
|
||||
'hi',
|
||||
'hr',
|
||||
'hu',
|
||||
'id',
|
||||
'is',
|
||||
'it',
|
||||
'ka',
|
||||
'kn',
|
||||
'ko',
|
||||
'lb',
|
||||
'lt',
|
||||
'lv',
|
||||
'ml',
|
||||
'mn',
|
||||
'ms',
|
||||
'nb',
|
||||
'nl',
|
||||
|
@ -52,7 +47,6 @@
|
|||
'sl',
|
||||
'sr',
|
||||
'sv',
|
||||
'sw',
|
||||
'te',
|
||||
'th',
|
||||
'tr',
|
||||
|
|
Loading…
Reference in New Issue