Files
ha_ecovacs_bumper/custom_components/ecovacs/const.py
T
2023-01-03 22:54:32 -05:00

8 lines
171 B
Python

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