diff --git a/homeassistant/components/conversation/manifest.json b/homeassistant/components/conversation/manifest.json index cb03499d8e4..5f0c7b171ae 100644 --- a/homeassistant/components/conversation/manifest.json +++ b/homeassistant/components/conversation/manifest.json @@ -7,5 +7,5 @@ "integration_type": "system", "iot_class": "local_push", "quality_scale": "internal", - "requirements": ["hassil==1.5.1", "home-assistant-intents==2023.12.05"] + "requirements": ["hassil==1.5.1", "home-assistant-intents==2024.1.2"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index f2144038a8b..b4808bd8ce0 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -29,7 +29,7 @@ hass-nabucasa==0.75.1 hassil==1.5.1 home-assistant-bluetooth==1.11.0 home-assistant-frontend==20240102.0 -home-assistant-intents==2023.12.05 +home-assistant-intents==2024.1.2 httpx==0.26.0 ifaddr==0.2.0 janus==1.0.0 diff --git a/requirements_all.txt b/requirements_all.txt index 8ad4f9e059e..9daea15640c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1041,7 +1041,7 @@ holidays==0.39 home-assistant-frontend==20240102.0 # homeassistant.components.conversation -home-assistant-intents==2023.12.05 +home-assistant-intents==2024.1.2 # homeassistant.components.home_connect homeconnect==0.7.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index edf1af21ff9..33bcb911666 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -834,7 +834,7 @@ holidays==0.39 home-assistant-frontend==20240102.0 # homeassistant.components.conversation -home-assistant-intents==2023.12.05 +home-assistant-intents==2024.1.2 # homeassistant.components.home_connect homeconnect==0.7.2 diff --git a/tests/components/conversation/snapshots/test_init.ambr b/tests/components/conversation/snapshots/test_init.ambr index f7145a9ab56..35d967f37da 100644 --- a/tests/components/conversation/snapshots/test_init.ambr +++ b/tests/components/conversation/snapshots/test_init.ambr @@ -249,7 +249,7 @@ 'speech': dict({ 'plain': dict({ 'extra_data': None, - 'speech': 'Turned on light', + 'speech': 'Turned on the light', }), }), }), @@ -279,7 +279,7 @@ 'speech': dict({ 'plain': dict({ 'extra_data': None, - 'speech': 'Turned on light', + 'speech': 'Turned on the light', }), }), }), @@ -309,7 +309,7 @@ 'speech': dict({ 'plain': dict({ 'extra_data': None, - 'speech': 'Turned on light', + 'speech': 'Turned on the light', }), }), }), @@ -339,7 +339,7 @@ 'speech': dict({ 'plain': dict({ 'extra_data': None, - 'speech': 'Turned on light', + 'speech': 'Turned on the light', }), }), }), diff --git a/tests/components/conversation/test_init.py b/tests/components/conversation/test_init.py index fdbf10b0c7f..0f47f9ac3d9 100644 --- a/tests/components/conversation/test_init.py +++ b/tests/components/conversation/test_init.py @@ -85,7 +85,7 @@ async def test_http_processing_intent( "speech": { "plain": { "extra_data": None, - "speech": "Turned on light", + "speech": "Turned on the light", } }, "language": hass.config.language, @@ -135,7 +135,7 @@ async def test_http_processing_intent_target_ha_agent( "speech": { "plain": { "extra_data": None, - "speech": "Turned on light", + "speech": "Turned on the light", } }, "language": hass.config.language, @@ -186,7 +186,7 @@ async def test_http_processing_intent_entity_added_removed( "speech": { "plain": { "extra_data": None, - "speech": "Turned on light", + "speech": "Turned on the light", } }, "language": hass.config.language, @@ -222,7 +222,7 @@ async def test_http_processing_intent_entity_added_removed( "speech": { "plain": { "extra_data": None, - "speech": "Turned on light", + "speech": "Turned on the light", } }, "language": hass.config.language, @@ -255,7 +255,7 @@ async def test_http_processing_intent_entity_added_removed( "speech": { "plain": { "extra_data": None, - "speech": "Turned on light", + "speech": "Turned on the light", } }, "language": hass.config.language, @@ -331,7 +331,7 @@ async def test_http_processing_intent_alias_added_removed( "speech": { "plain": { "extra_data": None, - "speech": "Turned on light", + "speech": "Turned on the light", } }, "language": hass.config.language, @@ -364,7 +364,7 @@ async def test_http_processing_intent_alias_added_removed( "speech": { "plain": { "extra_data": None, - "speech": "Turned on light", + "speech": "Turned on the light", } }, "language": hass.config.language, @@ -449,7 +449,7 @@ async def test_http_processing_intent_entity_renamed( "speech": { "plain": { "extra_data": None, - "speech": "Turned on light", + "speech": "Turned on the light", } }, "language": hass.config.language, @@ -483,7 +483,7 @@ async def test_http_processing_intent_entity_renamed( "speech": { "plain": { "extra_data": None, - "speech": "Turned on light", + "speech": "Turned on the light", } }, "language": hass.config.language, @@ -540,7 +540,7 @@ async def test_http_processing_intent_entity_renamed( "speech": { "plain": { "extra_data": None, - "speech": "Turned on light", + "speech": "Turned on the light", } }, "language": hass.config.language, @@ -624,7 +624,7 @@ async def test_http_processing_intent_entity_exposed( "speech": { "plain": { "extra_data": None, - "speech": "Turned on light", + "speech": "Turned on the light", } }, "language": hass.config.language, @@ -656,7 +656,7 @@ async def test_http_processing_intent_entity_exposed( "speech": { "plain": { "extra_data": None, - "speech": "Turned on light", + "speech": "Turned on the light", } }, "language": hass.config.language, @@ -740,7 +740,7 @@ async def test_http_processing_intent_entity_exposed( "speech": { "plain": { "extra_data": None, - "speech": "Turned on light", + "speech": "Turned on the light", } }, "language": hass.config.language, @@ -769,7 +769,7 @@ async def test_http_processing_intent_entity_exposed( "speech": { "plain": { "extra_data": None, - "speech": "Turned on light", + "speech": "Turned on the light", } }, "language": hass.config.language, @@ -855,7 +855,7 @@ async def test_http_processing_intent_conversion_not_expose_new( "speech": { "plain": { "extra_data": None, - "speech": "Turned on light", + "speech": "Turned on the light", } }, "language": hass.config.language,