mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Remove iaqualink warning caused by via_device (#141761)
Remove warning caused by via_device
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user