core/homeassistant/components/huawei_lte
Ville Skyttä d1b0ab736d
Improve Huawei LTE timeouting/stalling request behavior (#31710)
* Suppress data get timeout exceptions for 30s after notify attempts

At least SMS send failures may put the API in a state where it times out
some (but not all) data get operations for some time, e.g. 25s.

Closes https://github.com/home-assistant/home-assistant/issues/30827

* Do not pile up duplicate data requests

Do not add another request for a piece of data for which a previous
request is still in progress. For example failing SMS sends are known to
stall some (but not all) requests for some time, and firing up more is
not going to help.
2020-02-11 17:54:19 -08:00
..
.translations [ci skip] Translation update 2020-02-09 00:31:39 +00:00
__init__.py Improve Huawei LTE timeouting/stalling request behavior (#31710) 2020-02-11 17:54:19 -08:00
binary_sensor.py Sort imports according to PEP8 for huawei_lte (#29664) 2019-12-09 19:06:25 +01:00
config_flow.py Fix Huawei LTE SMS recipient setting from options UI (#31117) 2020-01-25 13:09:43 +02:00
const.py Improve Huawei LTE timeouting/stalling request behavior (#31710) 2020-02-11 17:54:19 -08:00
device_tracker.py Fix callback and async (#31281) 2020-01-29 13:59:45 -08:00
manifest.json Upgrade huawei-lte-api to 1.4.7 (#31155) 2020-01-27 08:50:01 +02:00
notify.py Improve Huawei LTE timeouting/stalling request behavior (#31710) 2020-02-11 17:54:19 -08:00
sensor.py Sort imports according to PEP8 for huawei_lte (#29664) 2019-12-09 19:06:25 +01:00
services.yaml Add Huawei LTE integration suspend and resume services (#30207) 2019-12-25 12:43:51 +01:00
strings.json Note Huawei LTE notify service change requires restart (#30223) 2019-12-28 16:31:42 +01:00
switch.py Sort imports according to PEP8 for huawei_lte (#29664) 2019-12-09 19:06:25 +01:00