mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Make dicttoxml logging less verbose (#17446)
This commit is contained in:
committed by
Paulus Schoutsen
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)
|
||||
|
Reference in New Issue
Block a user