Skip to content

Commit

Permalink
Bump intents to 2025.1.28 (#136782)
Browse files Browse the repository at this point in the history
* Bump intents to 2025.1.28

* Fix snapshots
  • Loading branch information
synesthesiam authored Jan 29, 2025
1 parent d06b0fe commit 48dfa03
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/conversation/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/conversation",
"integration_type": "system",
"quality_scale": "internal",
"requirements": ["hassil==2.2.0", "home-assistant-intents==2025.1.1"]
"requirements": ["hassil==2.2.0", "home-assistant-intents==2025.1.28"]
}
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ hass-nabucasa==0.88.1
hassil==2.2.0
home-assistant-bluetooth==1.13.0
home-assistant-frontend==20250109.2
home-assistant-intents==2025.1.1
home-assistant-intents==2025.1.28
httpx==0.28.1
ifaddr==0.2.0
Jinja2==3.1.5
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements_test_all.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion script/hassfest/docker/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@
'speech': dict({
'plain': dict({
'extra_data': None,
'speech': 'Sorry, I am not aware of any area called Are',
'speech': 'Sorry, I am not aware of any area called Are the',
}),
}),
}),
Expand Down Expand Up @@ -756,7 +756,7 @@
'speech': dict({
'plain': dict({
'extra_data': None,
'speech': 'Sorry, I am not aware of any area called Are',
'speech': 'Sorry, I am not aware of any area called Are the',
}),
}),
}),
Expand Down
3 changes: 2 additions & 1 deletion tests/components/conversation/snapshots/test_http.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
'sk',
'sl',
'sr',
'sr-Latn',
'sv',
'sw',
'te',
Expand Down Expand Up @@ -539,7 +540,7 @@
'name': 'HassTurnOn',
}),
'match': True,
'sentence_template': '<turn> on [<all>] <light> <in> <area>',
'sentence_template': '<turn> on [(<all>|<the>)] <light> <in> <area>',
'slots': dict({
'area': 'kitchen',
'domain': 'light',
Expand Down

0 comments on commit 48dfa03

Please sign in to comment.