Upgrade huawei-lte-api to 1.1.5 (#21791)
parent
f705ac6b43
commit
dfd9f7ccf3
homeassistant/components/huawei_lte
|
@ -19,7 +19,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||
# https://github.com/quandyfactory/dicttoxml/issues/60
|
||||
logging.getLogger('dicttoxml').setLevel(logging.WARNING)
|
||||
|
||||
REQUIREMENTS = ['huawei-lte-api==1.1.3']
|
||||
REQUIREMENTS = ['huawei-lte-api==1.1.5']
|
||||
|
||||
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=10)
|
||||
|
||||
|
|
|
@ -558,7 +558,7 @@ homematicip==0.10.6
|
|||
httplib2==0.10.3
|
||||
|
||||
# homeassistant.components.huawei_lte
|
||||
huawei-lte-api==1.1.3
|
||||
huawei-lte-api==1.1.5
|
||||
|
||||
# homeassistant.components.hydrawise
|
||||
hydrawiser==0.1.1
|
||||
|
|
Loading…
Reference in New Issue