Fix stale comment in device registry (#151227)

This commit is contained in:
Erik Montnemery
2025-08-27 10:43:41 +02:00
committed by GitHub
parent bfd4f85225
commit 85f3f180ab

View File

@@ -985,7 +985,7 @@ class DeviceRegistry(BaseRegistry[dict[str, list[dict[str, Any]]]]):
via_device_id=via_device_id,
)
# This is safe because _async_update_device will always return a device
# This is safe because async_update_device will always return a device
# in this use case.
assert device
return device