* 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. |
||
---|---|---|
.. | ||
.translations | ||
__init__.py | ||
binary_sensor.py | ||
config_flow.py | ||
const.py | ||
device_tracker.py | ||
manifest.json | ||
notify.py | ||
sensor.py | ||
services.yaml | ||
strings.json | ||
switch.py |