core/homeassistant
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
..
auth
backports
components Increase default august timeout (#77762) 2022-09-04 11:13:34 +02:00
generated Add Nobø Ecohub integration (#50913) 2022-09-03 10:11:40 +02:00
helpers Add mixin class CollectionEntity for the collection helper (#77703) 2022-09-03 12:56:49 +02:00
scripts
util Add PrusaLink integration (#77429) 2022-08-29 20:45:27 -04:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py Move issue_registry to homeassistant.helpers (#77299) 2022-08-25 11:32:06 +02:00
config.py
config_entries.py
const.py 2022.10.0.dev0 (#77635) 2022-09-01 07:01:10 +02:00
core.py Add a context variable holding a HomeAssistant reference (#76303) 2022-08-22 15:58:01 +02:00
data_entry_flow.py Store redirect URI in context instead of asking each time (#77380) 2022-08-29 19:28:42 -04:00
exceptions.py
loader.py Bump awesomeversion from 22.6.0 to 22.8.0 (#77436) 2022-08-28 14:52:23 -04:00
package_constraints.txt Bump frontend to 20220902.0 (#77734) 2022-09-02 20:53:33 -04:00
requirements.py
runner.py
setup.py
strings.json Improve Awair config flow (#76838) 2022-08-16 14:30:07 +02:00