Remove iaqualink warning caused by via_device (#141761)

Remove warning caused by via_device
This commit is contained in:
Florent Thoumie 2025-03-29 14:03:35 -07:00 committed by GitHub
parent 4398af51c8
commit aba01d4361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,6 @@ class AqualinkEntity(Entity):
manufacturer=dev.manufacturer,
model=dev.model,
name=dev.label,
via_device=(DOMAIN, dev.system.serial),
)
async def async_added_to_hass(self) -> None: