1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00

Ignore veth changes (#3955)

* Reduce log noise for unmanaged interfaces

* Ignore signals with veth changes only

* Fix test and add one
This commit is contained in:
Mike Degatano
2022-10-16 05:06:35 -04:00
committed by GitHub
parent 34afcef4f1
commit bde5c938a7
8 changed files with 134 additions and 18 deletions

View File

@@ -253,7 +253,6 @@ async def network_manager(dbus, dbus_bus: MessageBus) -> NetworkManager:
# Init
await nm_obj.connect(dbus_bus)
await nm_obj.update()
yield nm_obj