mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Update pyatmo to 9.2.1 (#146077)
This commit is contained in:
@ -12,5 +12,5 @@
|
||||
"integration_type": "hub",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pyatmo"],
|
||||
"requirements": ["pyatmo==9.2.0"]
|
||||
"requirements": ["pyatmo==9.2.1"]
|
||||
}
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -1841,7 +1841,7 @@ pyasuswrt==0.1.21
|
||||
pyatag==0.3.5.3
|
||||
|
||||
# homeassistant.components.netatmo
|
||||
pyatmo==9.2.0
|
||||
pyatmo==9.2.1
|
||||
|
||||
# homeassistant.components.apple_tv
|
||||
pyatv==0.16.0
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1540,7 +1540,7 @@ pyasuswrt==0.1.21
|
||||
pyatag==0.3.5.3
|
||||
|
||||
# homeassistant.components.netatmo
|
||||
pyatmo==9.2.0
|
||||
pyatmo==9.2.1
|
||||
|
||||
# homeassistant.components.apple_tv
|
||||
pyatv==0.16.0
|
||||
|
@ -330,10 +330,6 @@ PYTHON_VERSION_CHECK_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
||||
# https://github.com/EuleMitKeule/eq3btsmart/releases/tag/2.0.0
|
||||
"homeassistant": {"eq3btsmart"}
|
||||
},
|
||||
"netatmo": {
|
||||
# https://github.com/jabesq-org/pyatmo/pull/533 (not yet released)
|
||||
"homeassistant": {"pyatmo"}
|
||||
},
|
||||
"python_script": {
|
||||
# Security audits are needed for each Python version
|
||||
"homeassistant": {"restrictedpython"}
|
||||
|
Reference in New Issue
Block a user