mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Make dicttoxml logging less verbose (#17446)
This commit is contained in:
parent
4fce051838
commit
31981fde7e
@ -21,6 +21,9 @@ from homeassistant.util import Throttle
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
# dicttoxml (used by huawei-lte-api) has uselessly verbose INFO level.
|
||||
logging.getLogger('dicttoxml').setLevel(logging.WARNING)
|
||||
|
||||
REQUIREMENTS = ['huawei-lte-api==1.0.16']
|
||||
|
||||
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=10)
|
||||
|
Loading…
x
Reference in New Issue
Block a user