From 29b36a352977c9ad765604d49d0cb50261bfd7f6 Mon Sep 17 00:00:00 2001 From: bittles Date: Tue, 3 Jan 2023 22:31:45 -0500 Subject: [PATCH] Update __init__.py --- custom_components/ecovacs/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ecovacs/__init__.py b/custom_components/ecovacs/__init__.py index 6fb0f10..ddf1bc2 100644 --- a/custom_components/ecovacs/__init__.py +++ b/custom_components/ecovacs/__init__.py @@ -59,7 +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) + LOGGER.info("Bumper is set to %s with server address and verify ssl %s", CONF_BUMPER, VERIFY_SSL) ecovacs_api = EcoVacsAPI( ECOVACS_API_DEVICEID,