1
0
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:
Artur Pragacz
2026-01-23 21:24:43 +01:00
committed by GitHub
parent e77a60df3a
commit d66c7bf38b

View File

@@ -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",
)
)