mirror of
https://github.com/home-assistant/core.git
synced 2025-08-30 09:51:37 +02:00
Update HAP-python to 5.0.0 (#151156)
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["pyhap"],
|
"loggers": ["pyhap"],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"HAP-python==4.9.2",
|
"HAP-python==5.0.0",
|
||||||
"fnv-hash-fast==1.5.0",
|
"fnv-hash-fast==1.5.0",
|
||||||
"PyQRCode==1.2.1",
|
"PyQRCode==1.2.1",
|
||||||
"base36==0.1.1"
|
"base36==0.1.1"
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -16,7 +16,7 @@ Adax-local==0.1.5
|
|||||||
DoorBirdPy==3.0.8
|
DoorBirdPy==3.0.8
|
||||||
|
|
||||||
# homeassistant.components.homekit
|
# homeassistant.components.homekit
|
||||||
HAP-python==4.9.2
|
HAP-python==5.0.0
|
||||||
|
|
||||||
# homeassistant.components.tasmota
|
# homeassistant.components.tasmota
|
||||||
HATasmota==0.10.0
|
HATasmota==0.10.0
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -16,7 +16,7 @@ Adax-local==0.1.5
|
|||||||
DoorBirdPy==3.0.8
|
DoorBirdPy==3.0.8
|
||||||
|
|
||||||
# homeassistant.components.homekit
|
# homeassistant.components.homekit
|
||||||
HAP-python==4.9.2
|
HAP-python==5.0.0
|
||||||
|
|
||||||
# homeassistant.components.tasmota
|
# homeassistant.components.tasmota
|
||||||
HATasmota==0.10.0
|
HATasmota==0.10.0
|
||||||
|
@@ -164,7 +164,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
|||||||
# universal-silabs-flasher > zigpy > pyserial-asyncio
|
# universal-silabs-flasher > zigpy > pyserial-asyncio
|
||||||
"zigpy": {"pyserial-asyncio"},
|
"zigpy": {"pyserial-asyncio"},
|
||||||
},
|
},
|
||||||
"homekit": {"hap-python": {"async-timeout"}},
|
|
||||||
"homewizard": {"python-homewizard-energy": {"async-timeout"}},
|
"homewizard": {"python-homewizard-energy": {"async-timeout"}},
|
||||||
"imeon_inverter": {"imeon-inverter-api": {"async-timeout"}},
|
"imeon_inverter": {"imeon-inverter-api": {"async-timeout"}},
|
||||||
"influxdb": {
|
"influxdb": {
|
||||||
|
Reference in New Issue
Block a user