mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +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,
|
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user