Skip to content

Commit a435fd1

Browse files
authored
Bump intents to 2025.1.1 (home-assistant#134424)
1 parent a5d0c35 commit a435fd1

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

homeassistant/components/conversation/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"documentation": "https://www.home-assistant.io/integrations/conversation",
77
"integration_type": "system",
88
"quality_scale": "internal",
9-
"requirements": ["hassil==2.1.0", "home-assistant-intents==2024.12.20"]
9+
"requirements": ["hassil==2.1.0", "home-assistant-intents==2025.1.1"]
1010
}

homeassistant/package_constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ hass-nabucasa==0.87.0
3636
hassil==2.1.0
3737
home-assistant-bluetooth==1.13.0
3838
home-assistant-frontend==20241231.0
39-
home-assistant-intents==2024.12.20
39+
home-assistant-intents==2025.1.1
4040
httpx==0.27.2
4141
ifaddr==0.2.0
4242
Jinja2==3.1.5

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ holidays==0.63
11431143
home-assistant-frontend==20241231.0
11441144

11451145
# homeassistant.components.conversation
1146-
home-assistant-intents==2024.12.20
1146+
home-assistant-intents==2025.1.1
11471147

11481148
# homeassistant.components.home_connect
11491149
homeconnect==0.8.0

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ holidays==0.63
972972
home-assistant-frontend==20241231.0
973973

974974
# homeassistant.components.conversation
975-
home-assistant-intents==2024.12.20
975+
home-assistant-intents==2025.1.1
976976

977977
# homeassistant.components.home_connect
978978
homeconnect==0.8.0

script/hassfest/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN --mount=from=ghcr.io/astral-sh/uv:0.5.8,source=/uv,target=/bin/uv \
2323
-c /usr/src/homeassistant/homeassistant/package_constraints.txt \
2424
-r /usr/src/homeassistant/requirements.txt \
2525
stdlib-list==0.10.0 pipdeptree==2.23.4 tqdm==4.66.5 ruff==0.8.3 \
26-
PyTurboJPEG==1.7.5 go2rtc-client==0.1.2 ha-ffmpeg==3.2.2 hassil==2.1.0 home-assistant-intents==2024.12.20 mutagen==1.47.0 pymicro-vad==1.0.1 pyspeex-noise==1.0.2
26+
PyTurboJPEG==1.7.5 go2rtc-client==0.1.2 ha-ffmpeg==3.2.2 hassil==2.1.0 home-assistant-intents==2025.1.1 mutagen==1.47.0 pymicro-vad==1.0.1 pyspeex-noise==1.0.2
2727

2828
LABEL "name"="hassfest"
2929
LABEL "maintainer"="Home Assistant <hello@home-assistant.io>"

tests/components/conversation/snapshots/test_http.ambr

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
'mn',
4040
'ms',
4141
'nb',
42+
'ne',
4243
'nl',
4344
'pl',
4445
'pt',

0 commit comments

Comments
 (0)