mirror of
https://github.com/home-assistant/core.git
synced 2025-09-16 10:11:29 +02:00
Fix zeroconf logging level not being respected (#141601)
Removes an old logging workaround that is no longer needed fixes #141558
This commit is contained in:
committed by
Franck Nijhof
parent
e7c4fdc8bb
commit
a0563f06c9
@@ -145,8 +145,6 @@ def _async_get_instance(hass: HomeAssistant) -> HaAsyncZeroconf:
|
|||||||
if DOMAIN in hass.data:
|
if DOMAIN in hass.data:
|
||||||
return cast(HaAsyncZeroconf, hass.data[DOMAIN])
|
return cast(HaAsyncZeroconf, hass.data[DOMAIN])
|
||||||
|
|
||||||
logging.getLogger("zeroconf").setLevel(logging.NOTSET)
|
|
||||||
|
|
||||||
zeroconf = HaZeroconf(**_async_get_zc_args(hass))
|
zeroconf = HaZeroconf(**_async_get_zc_args(hass))
|
||||||
aio_zc = HaAsyncZeroconf(zc=zeroconf)
|
aio_zc = HaAsyncZeroconf(zc=zeroconf)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user