mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Update pyatmo to 9.2.1 (#146077)
This commit is contained in:
parent
19c71f0f49
commit
8f75cc6a33
@ -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.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
|
pyatag==0.3.5.3
|
||||||
|
|
||||||
# homeassistant.components.netatmo
|
# homeassistant.components.netatmo
|
||||||
pyatmo==9.2.0
|
pyatmo==9.2.1
|
||||||
|
|
||||||
# homeassistant.components.apple_tv
|
# homeassistant.components.apple_tv
|
||||||
pyatv==0.16.0
|
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
|
pyatag==0.3.5.3
|
||||||
|
|
||||||
# homeassistant.components.netatmo
|
# homeassistant.components.netatmo
|
||||||
pyatmo==9.2.0
|
pyatmo==9.2.1
|
||||||
|
|
||||||
# homeassistant.components.apple_tv
|
# homeassistant.components.apple_tv
|
||||||
pyatv==0.16.0
|
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
|
# https://github.com/EuleMitKeule/eq3btsmart/releases/tag/2.0.0
|
||||||
"homeassistant": {"eq3btsmart"}
|
"homeassistant": {"eq3btsmart"}
|
||||||
},
|
},
|
||||||
"netatmo": {
|
|
||||||
# https://github.com/jabesq-org/pyatmo/pull/533 (not yet released)
|
|
||||||
"homeassistant": {"pyatmo"}
|
|
||||||
},
|
|
||||||
"python_script": {
|
"python_script": {
|
||||||
# Security audits are needed for each Python version
|
# Security audits are needed for each Python version
|
||||||
"homeassistant": {"restrictedpython"}
|
"homeassistant": {"restrictedpython"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user