Update __init__.py

This commit is contained in:
bittles
2023-01-03 22:29:13 -05:00
parent db2c4ec880
commit a0881719cb
+1
View File
@@ -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,