split api module out, split out api constants, refer to api constants in mqtt module, pulling logger back into individual modules

This commit is contained in:
bittles
2023-01-15 17:07:51 -05:00
parent 2b66ffa426
commit c7051bd51b
7 changed files with 244 additions and 216 deletions
-3
View File
@@ -1,6 +1,3 @@
import logging
LOGGER = logging.getLogger(__name__)
#ecovacs constants
#init constants
ECOVACS_DEVICES = "ecovacs_devices"