Log LCN connection established with log level info (#147424)

This commit is contained in:
Andre Lengwenus 2025-06-24 15:24:25 +02:00 committed by GitHub
parent 9bb98eb514
commit 3b8d6eb851
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: LcnConfigEntry) -
f"Unable to connect to {config_entry.title}: {ex}"
) from ex
_LOGGER.debug('LCN connected to "%s"', config_entry.title)
_LOGGER.info('LCN connected to "%s"', config_entry.title)
config_entry.runtime_data = LcnRuntimeData(
connection=lcn_connection,
device_connections={},