import logging LOGGER = logging.getLogger(__name__) #ecovacs constants #init constants ECOVACS_DEVICES = "ecovacs_devices" DOMAIN = "ecovacs" CONF_COUNTRY = "country" CONF_CONTINENT = "continent" #bumper config vars CONF_BUMPER = "bumper" CONF_BUMPER_SERVER = "bumper_server" SERVER_ADDRESS = None VERIFY_SSL = True