Skip to content

Commit

Permalink
Bump hassil to 1.7.3 for number word caching (home-assistant#121608)
Browse files Browse the repository at this point in the history
* Bump hassil to 1.7.3

* Add wildcard slot list name
  • Loading branch information
synesthesiam authored Jul 9, 2024
1 parent 01861cd commit 69ed730
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/conversation/default_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ def _rebuild_trigger_intents(self) -> None:
_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

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/conversation/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69ed730

Please sign in to comment.