1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00

Bump ZHA to 0.0.75 (#155389)

This commit is contained in:
TheJulianJES
2025-10-29 12:17:19 +01:00
committed by GitHub
parent e4103137ef
commit 9d434c9403
6 changed files with 55 additions and 12 deletions
-8
View File
@@ -170,11 +170,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
# pyhive-integration > unasync > setuptools
"unasync": {"setuptools"}
},
"homeassistant_hardware": {
# https://github.com/zigpy/zigpy/issues/1604
# universal-silabs-flasher > zigpy > pyserial-asyncio
"zigpy": {"pyserial-asyncio"},
},
"homewizard": {"python-homewizard-energy": {"async-timeout"}},
"imeon_inverter": {"imeon-inverter-api": {"async-timeout"}},
"influxdb": {
@@ -267,9 +262,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
# https://github.com/waveform80/colorzero/issues/9
# zha > zigpy-zigate > gpiozero > colorzero > setuptools
"colorzero": {"setuptools"},
# https://github.com/zigpy/zigpy/issues/1604
# zha > zigpy > pyserial-asyncio
"zigpy": {"pyserial-asyncio"},
},
}