From 9652c47d42e8758a149f8116a415cd9e9b5dedf1 Mon Sep 17 00:00:00 2001 From: bittles Date: Wed, 18 Jan 2023 00:03:42 -0500 Subject: [PATCH] Update sucks.py --- custom_components/ecovacs/sucks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/ecovacs/sucks.py b/custom_components/ecovacs/sucks.py index 264ac1e..8ee481b 100644 --- a/custom_components/ecovacs/sucks.py +++ b/custom_components/ecovacs/sucks.py @@ -7,6 +7,7 @@ import os from sleekxmppfs.xmlstream import ET from sleekxmppfs.exceptions import XMPPError +from . import sucks_api from .sucks_mqtt import EcoVacsIOTMQ from .sucks_xmpp import EcoVacsXMPP