mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Fix typo (#46321)
This commit is contained in:
parent
1fea24502c
commit
bfd5a62bad
@ -720,7 +720,7 @@ async def test_update_device_race(hass, registry):
|
|||||||
config_entry_id=config_entry.entry_id,
|
config_entry_id=config_entry.entry_id,
|
||||||
connections={("mac", "12:34:56:AB:CD:EF")},
|
connections={("mac", "12:34:56:AB:CD:EF")},
|
||||||
)
|
)
|
||||||
# Updatete it
|
# Update it
|
||||||
device_registry.async_get_or_create(
|
device_registry.async_get_or_create(
|
||||||
config_entry_id=config_entry.entry_id,
|
config_entry_id=config_entry.entry_id,
|
||||||
identifiers={("bridgeid", "0123")},
|
identifiers={("bridgeid", "0123")},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user