mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Log LCN connection established with log level info (#147424)
This commit is contained in:
parent
9bb98eb514
commit
3b8d6eb851
@ -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={},
|
||||
|
Loading…
x
Reference in New Issue
Block a user