Remove dumping config entry to log in setup of roborock (#130648)

This commit is contained in:
Jan-Philipp Benecke 2024-11-14 23:09:16 +01:00 committed by GitHub
parent 3db4d951bf
commit 7688770522
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,6 @@ class RoborockCoordinators:
async def async_setup_entry(hass: HomeAssistant, entry: RoborockConfigEntry) -> bool:
"""Set up roborock from a config entry."""
_LOGGER.debug("Integration async setup entry: %s", entry.as_dict())
entry.async_on_unload(entry.add_update_listener(update_listener))
user_data = UserData.from_dict(entry.data[CONF_USER_DATA])