update pyatmo to version 9.2.0 (#145203)

This commit is contained in:
wuede 2025-05-19 13:21:19 +02:00 committed by GitHub
parent 8b22ab93c1
commit 7d25f68fa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -236,7 +236,7 @@ class NetatmoDataHandler:
**self.publisher[signal_name].kwargs **self.publisher[signal_name].kwargs
) )
except (pyatmo.NoDevice, pyatmo.ApiError) as err: except (pyatmo.NoDeviceError, pyatmo.ApiError) as err:
_LOGGER.debug(err) _LOGGER.debug(err)
has_error = True has_error = True

View File

@ -12,5 +12,5 @@
"integration_type": "hub", "integration_type": "hub",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"loggers": ["pyatmo"], "loggers": ["pyatmo"],
"requirements": ["pyatmo==9.0.0"] "requirements": ["pyatmo==9.2.0"]
} }

2
requirements_all.txt generated
View File

@ -1838,7 +1838,7 @@ pyasuswrt==0.1.21
pyatag==0.3.5.3 pyatag==0.3.5.3
# homeassistant.components.netatmo # homeassistant.components.netatmo
pyatmo==9.0.0 pyatmo==9.2.0
# homeassistant.components.apple_tv # homeassistant.components.apple_tv
pyatv==0.16.0 pyatv==0.16.0

View File

@ -1519,7 +1519,7 @@ pyasuswrt==0.1.21
pyatag==0.3.5.3 pyatag==0.3.5.3
# homeassistant.components.netatmo # homeassistant.components.netatmo
pyatmo==9.0.0 pyatmo==9.2.0
# homeassistant.components.apple_tv # homeassistant.components.apple_tv
pyatv==0.16.0 pyatv==0.16.0