mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
update pyatmo to version 9.2.0 (#145203)
This commit is contained in:
parent
8b22ab93c1
commit
7d25f68fa5
@ -236,7 +236,7 @@ class NetatmoDataHandler:
|
||||
**self.publisher[signal_name].kwargs
|
||||
)
|
||||
|
||||
except (pyatmo.NoDevice, pyatmo.ApiError) as err:
|
||||
except (pyatmo.NoDeviceError, pyatmo.ApiError) as err:
|
||||
_LOGGER.debug(err)
|
||||
has_error = True
|
||||
|
||||
|
@ -12,5 +12,5 @@
|
||||
"integration_type": "hub",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pyatmo"],
|
||||
"requirements": ["pyatmo==9.0.0"]
|
||||
"requirements": ["pyatmo==9.2.0"]
|
||||
}
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -1838,7 +1838,7 @@ pyasuswrt==0.1.21
|
||||
pyatag==0.3.5.3
|
||||
|
||||
# homeassistant.components.netatmo
|
||||
pyatmo==9.0.0
|
||||
pyatmo==9.2.0
|
||||
|
||||
# homeassistant.components.apple_tv
|
||||
pyatv==0.16.0
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1519,7 +1519,7 @@ pyasuswrt==0.1.21
|
||||
pyatag==0.3.5.3
|
||||
|
||||
# homeassistant.components.netatmo
|
||||
pyatmo==9.0.0
|
||||
pyatmo==9.2.0
|
||||
|
||||
# homeassistant.components.apple_tv
|
||||
pyatv==0.16.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user