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:
Michael Hansen 2024-07-09 10:25:40 -05:00 committed by GitHub
parent 01861cd240
commit 69ed730101
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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"]
}

View file

@ -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

View file

@ -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

View file

@ -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