mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 09:38:58 +01:00
Bump python-matter-server dependency to version 8.1.2 (#159198)
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/matter",
|
||||
"integration_type": "hub",
|
||||
"iot_class": "local_push",
|
||||
"requirements": ["python-matter-server==8.1.0"],
|
||||
"requirements": ["python-matter-server==8.1.2"],
|
||||
"zeroconf": ["_matter._tcp.local.", "_matterc._udp.local."]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -2532,7 +2532,7 @@ python-kasa[speedups]==0.10.2
|
||||
python-linkplay==0.2.12
|
||||
|
||||
# homeassistant.components.matter
|
||||
python-matter-server==8.1.0
|
||||
python-matter-server==8.1.2
|
||||
|
||||
# homeassistant.components.melcloud
|
||||
python-melcloud==0.1.2
|
||||
|
||||
Generated
+1
-1
@@ -2116,7 +2116,7 @@ python-kasa[speedups]==0.10.2
|
||||
python-linkplay==0.2.12
|
||||
|
||||
# homeassistant.components.matter
|
||||
python-matter-server==8.1.0
|
||||
python-matter-server==8.1.2
|
||||
|
||||
# homeassistant.components.melcloud
|
||||
python-melcloud==0.1.2
|
||||
|
||||
@@ -189,7 +189,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = {
|
||||
"python-linkplay": {"async-timeout"},
|
||||
},
|
||||
"loqed": {"loqedapi": {"async-timeout"}},
|
||||
"matter": {"python-matter-server": {"async-timeout"}},
|
||||
"mediaroom": {"pymediaroom": {"async-timeout"}},
|
||||
"met": {"pymetno": {"async-timeout"}},
|
||||
"met_eireann": {"pymeteireann": {"async-timeout"}},
|
||||
|
||||
Reference in New Issue
Block a user