core/homeassistant/components/august
J. Nick Koston a4261d588b
Increase default august timeout (#77762)
Fixes
```
2022-08-28 20:32:46.223 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/Users/bdraco/home-assistant/homeassistant/helpers/debounce.py", line 82, in async_call
    await task
  File "/Users/bdraco/home-assistant/homeassistant/components/august/activity.py", line 49, in _async_update_house_id
    await self._async_update_house_id(house_id)
  File "/Users/bdraco/home-assistant/homeassistant/components/august/activity.py", line 137, in _async_update_house_id
    activities = await self._api.async_get_house_activities(
  File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/yalexs/api_async.py", line 96, in async_get_house_activities
    response = await self._async_dict_to_api(
  File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/yalexs/api_async.py", line 294, in _async_dict_to_api
    response = await self._aiohttp_session.request(method, url, **api_dict)
  File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/aiohttp/client.py", line 466, in _request
    with timer:
  File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/aiohttp/helpers.py", line 721, in __exit__
    raise asyncio.TimeoutError from None
asyncio.exceptions.TimeoutError
```
2022-09-04 11:13:34 +02:00
..
translations [ci skip] Translation update 2022-09-02 00:25:46 +00:00
__init__.py Update offline keys from august cloud for august branded yale locks (#76577) 2022-08-10 16:21:41 -10:00
activity.py
binary_sensor.py Improve entity type hints [a] (#76986) 2022-08-18 15:56:52 +02:00
button.py Adjust button type hints in components (#74132) 2022-06-28 17:19:03 +02:00
camera.py Improve entity type hints [a] (#76986) 2022-08-18 15:56:52 +02:00
config_flow.py Add type hints to async_step_reauth (#74164) 2022-06-29 11:25:37 +02:00
const.py Increase default august timeout (#77762) 2022-09-04 11:13:34 +02:00
diagnostics.py Add diagnostics to august (#68157) 2022-03-15 19:05:56 +01:00
entity.py Add button to wake august locks from deep sleep (#66343) 2022-02-11 17:13:35 -06:00
exceptions.py
gateway.py
lock.py Improve typing in fans and locks (#73901) 2022-06-23 16:34:40 +02:00
manifest.json Update offline keys from august cloud for august branded yale locks (#76577) 2022-08-10 16:21:41 -10:00
sensor.py Adjust type hints in august sensor entity (#76992) 2022-08-18 22:21:19 +02:00
strings.json
subscriber.py