Fix device source for Derivative (#95621)

Fix Device Source
This commit is contained in:
dougiteixeira 2023-06-30 15:29:44 -03:00 committed by GitHub
parent 6b8ae0ec86
commit 11146ff40b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -108,6 +108,7 @@ async def async_setup_entry(
):
device_info = DeviceInfo(
identifiers=device.identifiers,
connections=device.connections,
)
else:
device_info = None