Remove setting log level of dsmr_parser inside dsmr integration (#43059)
This commit is contained in:
parent
b1c78554f2
commit
1fe93b4ec9
1 changed files with 0 additions and 3 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue