Remove setting log level of dsmr_parser inside dsmr integration (#43059)

This commit is contained in:
Rob Bierbooms 2020-11-10 22:13:26 +01:00 committed by GitHub
parent b1c78554f2
commit 1fe93b4ec9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,9 +71,6 @@ async def async_setup_entry(
hass: HomeAssistantType, entry: ConfigEntry, async_add_entities
) -> None:
"""Set up the DSMR sensor."""
# Suppress logging
logging.getLogger("dsmr_parser").setLevel(logging.ERROR)
config = entry.data
dsmr_version = config[CONF_DSMR_VERSION]