Bump intents to 2024.1.2 (#106909)
This commit is contained in:
parent
f0d520d91f
commit
5003993658
6 changed files with 23 additions and 23 deletions
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
}),
|
||||
}),
|
||||
}),
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue