Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump intents to 2024.6.21 #120106

Merged
merged 3 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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==1.7.1", "home-assistant-intents==2024.6.5"]
"requirements": ["hassil==1.7.1", "home-assistant-intents==2024.6.21"]
}
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ hass-nabucasa==0.81.1
hassil==1.7.1
home-assistant-bluetooth==1.12.1
home-assistant-frontend==20240610.1
home-assistant-intents==2024.6.5
home-assistant-intents==2024.6.21
httpx==0.27.0
ifaddr==0.2.0
Jinja2==3.1.4
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ holidays==0.51
home-assistant-frontend==20240610.1

# homeassistant.components.conversation
home-assistant-intents==2024.6.5
home-assistant-intents==2024.6.21

# homeassistant.components.home_connect
homeconnect==0.7.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ holidays==0.51
home-assistant-frontend==20240610.1

# homeassistant.components.conversation
home-assistant-intents==2024.6.5
home-assistant-intents==2024.6.21

# homeassistant.components.home_connect
homeconnect==0.7.2
Expand Down
12 changes: 6 additions & 6 deletions tests/components/conversation/snapshots/test_init.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@
'speech': dict({
'plain': dict({
'extra_data': None,
'speech': 'Sorry, I am not aware of any device called kitchen light',
'speech': 'Sorry, I am not aware of any device called kitchen',
TheJulianJES marked this conversation as resolved.
Show resolved Hide resolved
}),
}),
}),
Expand Down Expand Up @@ -703,7 +703,7 @@
'speech': dict({
'plain': dict({
'extra_data': None,
'speech': 'Sorry, I am not aware of any device called late added light',
'speech': 'Sorry, I am not aware of any device called late added',
}),
}),
}),
Expand Down Expand Up @@ -783,7 +783,7 @@
'speech': dict({
'plain': dict({
'extra_data': None,
'speech': 'Sorry, I am not aware of any device called kitchen light',
'speech': 'Sorry, I am not aware of any device called kitchen',
}),
}),
}),
Expand All @@ -803,7 +803,7 @@
'speech': dict({
'plain': dict({
'extra_data': None,
'speech': 'Sorry, I am not aware of any device called my cool light',
'speech': 'Sorry, I am not aware of any device called my cool',
}),
}),
}),
Expand Down Expand Up @@ -943,7 +943,7 @@
'speech': dict({
'plain': dict({
'extra_data': None,
'speech': 'Sorry, I am not aware of any device called kitchen light',
'speech': 'Sorry, I am not aware of any device called kitchen',
}),
}),
}),
Expand Down Expand Up @@ -993,7 +993,7 @@
'speech': dict({
'plain': dict({
'extra_data': None,
'speech': 'Sorry, I am not aware of any device called renamed light',
'speech': 'Sorry, I am not aware of any device called renamed',
}),
}),
}),
Expand Down