Update aiohomekit to 3.2.15 (#146059)

* Update aiohomekit to 3.2.15

* Remove Python version exception for homekit_controller
This commit is contained in:
Marc Mueller
2025-06-02 19:23:04 +02:00
committed by GitHub
parent 15830f383e
commit 397ed87f2d
4 changed files with 3 additions and 7 deletions

View File

@ -342,10 +342,6 @@ PYTHON_VERSION_CHECK_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
# https://github.com/EuleMitKeule/eq3btsmart/releases/tag/2.0.0
"homeassistant": {"eq3btsmart"}
},
"homekit_controller": {
# https://github.com/Jc2k/aiohomekit/issues/456
"homeassistant": {"aiohomekit"}
},
"netatmo": {
# https://github.com/jabesq-org/pyatmo/pull/533 (not yet released)
"homeassistant": {"pyatmo"}