12 lines
276 B
Python
12 lines
276 B
Python
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" |