mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +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}"
|
f"Unable to connect to {config_entry.title}: {ex}"
|
||||||
) from 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(
|
config_entry.runtime_data = LcnRuntimeData(
|
||||||
connection=lcn_connection,
|
connection=lcn_connection,
|
||||||
device_connections={},
|
device_connections={},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user