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
5 changed files with 5 additions and 5 deletions
|
@ -979,7 +979,7 @@ class DefaultAgent(ConversationEntity):
|
|||
_collect_list_references(sentence, 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
|
||||
|
||||
|
|
|
@ -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.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
|
||||
habluetooth==3.1.3
|
||||
hass-nabucasa==0.81.1
|
||||
hassil==1.7.1
|
||||
hassil==1.7.3
|
||||
home-assistant-bluetooth==1.12.2
|
||||
home-assistant-frontend==20240705.0
|
||||
home-assistant-intents==2024.7.3
|
||||
|
|
|
@ -1056,7 +1056,7 @@ hass-nabucasa==0.81.1
|
|||
hass-splunk==0.1.1
|
||||
|
||||
# homeassistant.components.conversation
|
||||
hassil==1.7.1
|
||||
hassil==1.7.3
|
||||
|
||||
# homeassistant.components.jewish_calendar
|
||||
hdate==0.10.9
|
||||
|
|
|
@ -870,7 +870,7 @@ habluetooth==3.1.3
|
|||
hass-nabucasa==0.81.1
|
||||
|
||||
# homeassistant.components.conversation
|
||||
hassil==1.7.1
|
||||
hassil==1.7.3
|
||||
|
||||
# homeassistant.components.jewish_calendar
|
||||
hdate==0.10.9
|
||||
|
|
Loading…
Add table
Reference in a new issue