mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35: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,
|
manufacturer=dev.manufacturer,
|
||||||
model=dev.model,
|
model=dev.model,
|
||||||
name=dev.label,
|
name=dev.label,
|
||||||
via_device=(DOMAIN, dev.system.serial),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
async def async_added_to_hass(self) -> None:
|
async def async_added_to_hass(self) -> None:
|
||||||
|
Reference in New Issue
Block a user