mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00: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:
parent
4c0d8ce87c
commit
9633f03ddc
@ -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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user