mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Remove redundant logging from evohome (#119482)
remove redundant logging
This commit is contained in:
parent
35b13e355b
commit
e6b2a9b5c4
@ -185,7 +185,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
||||
}
|
||||
_config = {
|
||||
SZ_LOCATION_INFO: loc_info,
|
||||
GWS: [{SZ_GATEWAY_INFO: gwy_info, TCS: loc_config[GWS][0][TCS]}],
|
||||
GWS: [{SZ_GATEWAY_INFO: gwy_info}],
|
||||
}
|
||||
_LOGGER.debug("Config = %s", _config)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user