mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Remove iaqualink warning caused by via_device (#141761)
Remove warning caused by via_device
This commit is contained in:
parent
4398af51c8
commit
aba01d4361
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user