Bump python matter server library to 5.10.0 (#116514)
parent
c39d3b501e
commit
0b340e1477
|
@ -107,9 +107,6 @@ class MatterEntity(Entity):
|
|||
attr_path_filter=attr_path,
|
||||
)
|
||||
)
|
||||
await self.matter_client.subscribe_attribute(
|
||||
self._endpoint.node.node_id, sub_paths
|
||||
)
|
||||
# subscribe to node (availability changes)
|
||||
self._unsubscribes.append(
|
||||
self.matter_client.subscribe_events(
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
"dependencies": ["websocket_api"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/matter",
|
||||
"iot_class": "local_push",
|
||||
"requirements": ["python-matter-server==5.7.0"],
|
||||
"requirements": ["python-matter-server==5.10.0"],
|
||||
"zeroconf": ["_matter._tcp.local.", "_matterc._udp.local."]
|
||||
}
|
||||
|
|
|
@ -2260,7 +2260,7 @@ python-kasa[speedups]==0.6.2.1
|
|||
# python-lirc==1.2.3
|
||||
|
||||
# homeassistant.components.matter
|
||||
python-matter-server==5.7.0
|
||||
python-matter-server==5.10.0
|
||||
|
||||
# homeassistant.components.xiaomi_miio
|
||||
python-miio==0.5.12
|
||||
|
|
|
@ -1754,7 +1754,7 @@ python-juicenet==1.1.0
|
|||
python-kasa[speedups]==0.6.2.1
|
||||
|
||||
# homeassistant.components.matter
|
||||
python-matter-server==5.7.0
|
||||
python-matter-server==5.10.0
|
||||
|
||||
# homeassistant.components.xiaomi_miio
|
||||
python-miio==0.5.12
|
||||
|
|
Loading…
Reference in New Issue