start some async stuff

This commit is contained in:
bittles
2023-01-06 21:44:42 -05:00
parent 67fef3862b
commit c82752f327
5 changed files with 223 additions and 119 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
import logging
LOGGER = logging.getLogger(__name__)
""" Ecovacs constants. """
from homeassistant.const import Platform
#ecovacs constants
#init constants
ECOVACS_DEVICES = "ecovacs_devices"
DOMAIN = "ecovacs"
PLATFORMS = [Platform.Vacuum]
ECOVACS_DEVICES = "ecovacs_devices"
CONF_CONTINENT = "continent"