mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Bump hassil to 1.7.3 for number word caching (#121608)
* Bump hassil to 1.7.3 * Add wildcard slot list name
This commit is contained in:
parent
01861cd240
commit
69ed730101
@ -979,7 +979,7 @@ class DefaultAgent(ConversationEntity):
|
|||||||
_collect_list_references(sentence, wildcard_names)
|
_collect_list_references(sentence, wildcard_names)
|
||||||
|
|
||||||
for wildcard_name in wildcard_names:
|
for wildcard_name in wildcard_names:
|
||||||
trigger_intents.slot_lists[wildcard_name] = WildcardSlotList()
|
trigger_intents.slot_lists[wildcard_name] = WildcardSlotList(wildcard_name)
|
||||||
|
|
||||||
self._trigger_intents = trigger_intents
|
self._trigger_intents = trigger_intents
|
||||||
|
|
||||||
|
@ -6,5 +6,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/conversation",
|
"documentation": "https://www.home-assistant.io/integrations/conversation",
|
||||||
"integration_type": "system",
|
"integration_type": "system",
|
||||||
"quality_scale": "internal",
|
"quality_scale": "internal",
|
||||||
"requirements": ["hassil==1.7.1", "home-assistant-intents==2024.7.3"]
|
"requirements": ["hassil==1.7.3", "home-assistant-intents==2024.7.3"]
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,7 @@ ha-av==10.1.1
|
|||||||
ha-ffmpeg==3.2.0
|
ha-ffmpeg==3.2.0
|
||||||
habluetooth==3.1.3
|
habluetooth==3.1.3
|
||||||
hass-nabucasa==0.81.1
|
hass-nabucasa==0.81.1
|
||||||
hassil==1.7.1
|
hassil==1.7.3
|
||||||
home-assistant-bluetooth==1.12.2
|
home-assistant-bluetooth==1.12.2
|
||||||
home-assistant-frontend==20240705.0
|
home-assistant-frontend==20240705.0
|
||||||
home-assistant-intents==2024.7.3
|
home-assistant-intents==2024.7.3
|
||||||
|
@ -1056,7 +1056,7 @@ hass-nabucasa==0.81.1
|
|||||||
hass-splunk==0.1.1
|
hass-splunk==0.1.1
|
||||||
|
|
||||||
# homeassistant.components.conversation
|
# homeassistant.components.conversation
|
||||||
hassil==1.7.1
|
hassil==1.7.3
|
||||||
|
|
||||||
# homeassistant.components.jewish_calendar
|
# homeassistant.components.jewish_calendar
|
||||||
hdate==0.10.9
|
hdate==0.10.9
|
||||||
|
@ -870,7 +870,7 @@ habluetooth==3.1.3
|
|||||||
hass-nabucasa==0.81.1
|
hass-nabucasa==0.81.1
|
||||||
|
|
||||||
# homeassistant.components.conversation
|
# homeassistant.components.conversation
|
||||||
hassil==1.7.1
|
hassil==1.7.3
|
||||||
|
|
||||||
# homeassistant.components.jewish_calendar
|
# homeassistant.components.jewish_calendar
|
||||||
hdate==0.10.9
|
hdate==0.10.9
|
||||||
|
Loading…
x
Reference in New Issue
Block a user