mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 10:48:01 +02:00
Bump systembridgeconnector to 4.1.6
This commit is contained in:
@ -9,6 +9,6 @@
|
|||||||
"integration_type": "device",
|
"integration_type": "device",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["systembridgeconnector"],
|
"loggers": ["systembridgeconnector"],
|
||||||
"requirements": ["systembridgeconnector==4.1.5", "systembridgemodels==4.2.4"],
|
"requirements": ["systembridgeconnector==4.1.6", "systembridgemodels==4.2.4"],
|
||||||
"zeroconf": ["_system-bridge._tcp.local."]
|
"zeroconf": ["_system-bridge._tcp.local."]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -2865,7 +2865,7 @@ switchbot-api==2.5.0
|
|||||||
synology-srm==0.2.0
|
synology-srm==0.2.0
|
||||||
|
|
||||||
# homeassistant.components.system_bridge
|
# homeassistant.components.system_bridge
|
||||||
systembridgeconnector==4.1.5
|
systembridgeconnector==4.1.6
|
||||||
|
|
||||||
# homeassistant.components.system_bridge
|
# homeassistant.components.system_bridge
|
||||||
systembridgemodels==4.2.4
|
systembridgemodels==4.2.4
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -2360,7 +2360,7 @@ surepy==0.9.0
|
|||||||
switchbot-api==2.5.0
|
switchbot-api==2.5.0
|
||||||
|
|
||||||
# homeassistant.components.system_bridge
|
# homeassistant.components.system_bridge
|
||||||
systembridgeconnector==4.1.5
|
systembridgeconnector==4.1.6
|
||||||
|
|
||||||
# homeassistant.components.system_bridge
|
# homeassistant.components.system_bridge
|
||||||
systembridgemodels==4.2.4
|
systembridgemodels==4.2.4
|
||||||
|
@ -268,11 +268,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
|||||||
"squeezebox": {"pysqueezebox": {"async-timeout"}},
|
"squeezebox": {"pysqueezebox": {"async-timeout"}},
|
||||||
"ssdp": {"async-upnp-client": {"async-timeout"}},
|
"ssdp": {"async-upnp-client": {"async-timeout"}},
|
||||||
"surepetcare": {"surepy": {"async-timeout"}},
|
"surepetcare": {"surepy": {"async-timeout"}},
|
||||||
"system_bridge": {
|
|
||||||
# https://github.com/timmo001/system-bridge-connector/pull/78
|
|
||||||
# systembridgeconnector > incremental > setuptools
|
|
||||||
"incremental": {"setuptools"}
|
|
||||||
},
|
|
||||||
"travisci": {
|
"travisci": {
|
||||||
# https://github.com/menegazzo/travispy seems to be unmaintained
|
# https://github.com/menegazzo/travispy seems to be unmaintained
|
||||||
# and unused https://www.home-assistant.io/integrations/travisci
|
# and unused https://www.home-assistant.io/integrations/travisci
|
||||||
|
Reference in New Issue
Block a user