Bump Glances to 0.3.4 to fix async_timeout passing loop (#62090)
* Bump Glances to 0.3.2 to fix async_timeout passing loop * Update requirements_all.txt * Update requirements_test_all.txt * Update config_flow.py * Update __init__.py * Update __init__.py * Update strings.json * Update config_flow.py * Update config_flow.py * Update __init__.py * Update bg.json * Remove `verify_ssl` translation * Revert "Remove `verify_ssl` translation" This reverts commit906f9a01ea
. * Revert "Update bg.json" This reverts commit1d0e69351f
. * Update __init__.py * Update __init__.py * Update test_config_flow.py * Update __init__.py * Update __init__.py * Update __init__.py * Update __init__.py * Update __init__.py * Update homeassistant/components/glances/__init__.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Update __init__.py * Update config_flow.py * Update strings.json * Update test_config_flow.py * Update __init__.py * Update __init__.py * Update __init__.py * Update __init__.py * Update __init__.py * Update to glances_api 0.3.4 - with httpx_client parameter Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
b92166e04c
commit
85c6a24665
5 changed files with 10 additions and 10 deletions
|
@ -47,7 +47,7 @@ async def validate_input(hass: core.HomeAssistant, data):
|
|||
raise WrongVersion
|
||||
try:
|
||||
api = get_api(hass, data)
|
||||
await api.get_data()
|
||||
await api.get_data("all")
|
||||
except glances_api.exceptions.GlancesApiConnectionError as err:
|
||||
raise CannotConnect from err
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue