Fixed device diagnostic corrupting config entry

This commit is contained in:
rospogrigio
2022-05-23 14:38:03 +02:00
parent d42901bae1
commit f85e579a68
4 changed files with 5 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ async def async_setup(hass: HomeAssistant, config: dict):
async def _handle_reload(service):
"""Handle reload service call."""
_LOGGER.debug("Service %s.reload called: reloading integration", DOMAIN)
_LOGGER.info("Service %s.reload called: reloading integration", DOMAIN)
current_entries = hass.config_entries.async_entries(DOMAIN)