Files
ha_ecovacs_bumper/sucks/sucks/const.py
T
bittles ba74994156 repo cleanup
move sucks stuff to its own folder
2023-01-04 14:45:00 -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"