Bump python matter server library to 5.10.0 (#116514)

pull/116519/head
Marcel van der Veldt 2024-05-01 15:42:53 +02:00 committed by GitHub
parent c39d3b501e
commit 0b340e1477
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 6 deletions

View File

@ -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(

View File

@ -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."]
}

View File

@ -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

View File

@ -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