From a0881719cb7ae4a9c13e0c6b8183cf520624499a Mon Sep 17 00:00:00 2001 From: bittles Date: Tue, 3 Jan 2023 22:29:13 -0500 Subject: [PATCH] Update __init__.py --- custom_components/ecovacs/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/ecovacs/__init__.py b/custom_components/ecovacs/__init__.py index 14024e4..6fb0f10 100644 --- a/custom_components/ecovacs/__init__.py +++ b/custom_components/ecovacs/__init__.py @@ -59,6 +59,7 @@ def setup(hass: HomeAssistant, config: ConfigType) -> bool: SERVER_ADDRESS = (config[DOMAIN].get(CONF_BUMPER_SERVER), 5223) VERIFY_SSL = False # if not server address is null and verify ssl true from const + LOGGER.info("Bumper is set to %s with server address %s and verify ssl %s", CONF_BUMPER, SERVER_ADDRESS, VERIFY_SSL) ecovacs_api = EcoVacsAPI( ECOVACS_API_DEVICEID,