mirror of
https://github.com/home-assistant/core.git
synced 2026-02-15 07:36:16 +00:00
Fix LLM test to use string values for device attributes (#161490)
This commit is contained in:
@@ -576,9 +576,9 @@ async def test_assist_api_prompt(
|
||||
device_registry.async_get_or_create(
|
||||
config_entry_id=entry.entry_id,
|
||||
connections={("test", "9876-integer-values")},
|
||||
name=1,
|
||||
manufacturer=2,
|
||||
model=3,
|
||||
name="1",
|
||||
manufacturer="2",
|
||||
model="3",
|
||||
suggested_area="Test Area 2",
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user