8 lines
173 B
Python
8 lines
173 B
Python
import logging
|
|
LOGGER = logging.getLogger(__name__)
|
|
|
|
#ecovacs constants
|
|
#init constants
|
|
#ECOVACS_DEVICES = "ecovacs_devices"
|
|
#DOMAIN = "ecovacs"
|
|
CONF_CONTINENT = "continent" |