import fixes

This commit is contained in:
bittles
2023-01-03 21:06:17 -05:00
parent 17b041074c
commit 52b4fa4ee0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ from paho.mqtt import publish as MQTTPublish
from paho.mqtt import subscribe as MQTTSubscribe
from sleekxmppfs.xmlstream import ET
from . import const
from .const import _LOGGER
#This is used by EcoVacsIOTMQ and EcoVacsXMPP for _ctl_to_dict
def RepresentsInt(stringvar):
+1 -1
View File
@@ -10,7 +10,7 @@ from sleekxmppfs.exceptions import XMPPError
from .mqtt_ecovacs import EcoVacsIOTMQ
from .xmpp_ecovacs import EcoVacsXMPP
from . import const
from .const import *
def str_to_bool_or_cert(s):
if s == 'True' or s == True:
+1 -1
View File
@@ -4,7 +4,7 @@ from threading import Event
from sleekxmppfs import ClientXMPP, Callback, MatchXPath
from sleekxmppfs.xmlstream import ET
#from sleekxmppfs.exceptions import XMPPError
from . import const
from .const import _LOGGER
#This is used by EcoVacsIOTMQ and EcoVacsXMPP for _ctl_to_dict
def RepresentsInt(stringvar):