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:
@@ -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"},
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user