Bump Matter Server to 3.5.1: some small fixes and stability improvements (#94985)

This commit is contained in:
Marcel van der Veldt 2023-06-21 23:57:33 +02:00 committed by Franck Nijhof
parent cda784c969
commit bbbc9f646f
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
4 changed files with 5 additions and 5 deletions

View file

@ -92,7 +92,7 @@ class MatterAdapter:
get_clean_name(basic_info.nodeLabel)
or get_clean_name(basic_info.productLabel)
or get_clean_name(basic_info.productName)
or device_type.__class__.__name__
or device_type.__name__
if device_type
else None
)
@ -117,7 +117,7 @@ class MatterAdapter:
identifiers.add((DOMAIN, f"{ID_TYPE_SERIAL}_{basic_info.serialNumber}"))
model = (
get_clean_name(basic_info.productName) or device_type.__class__.__name__
get_clean_name(basic_info.productName) or device_type.__name__
if device_type
else None
)

View file

@ -6,5 +6,5 @@
"dependencies": ["websocket_api"],
"documentation": "https://www.home-assistant.io/integrations/matter",
"iot_class": "local_push",
"requirements": ["python-matter-server==3.4.1"]
"requirements": ["python-matter-server==3.5.1"]
}

View file

@ -2087,7 +2087,7 @@ python-kasa==0.5.1
# python-lirc==1.2.3
# homeassistant.components.matter
python-matter-server==3.4.1
python-matter-server==3.5.1
# homeassistant.components.xiaomi_miio
python-miio==0.5.12

View file

@ -1522,7 +1522,7 @@ python-juicenet==1.1.0
python-kasa==0.5.1
# homeassistant.components.matter
python-matter-server==3.4.1
python-matter-server==3.5.1
# homeassistant.components.xiaomi_miio
python-miio==0.5.12