Files
ha_ecovacs_bumper/custom_components/ecovacs/const.py
T
2023-01-06 22:22:50 -05:00

8 lines
173 B
Python

import logging
LOGGER = logging.getLogger(__name__)
#ecovacs constants
#init constants
#ECOVACS_DEVICES = "ecovacs_devices"
#DOMAIN = "ecovacs"
CONF_CONTINENT = "continent"