Bump Matter Server to 3.5.1: some small fixes and stability improvements (#94985)
This commit is contained in:
parent
cda784c969
commit
bbbc9f646f
4 changed files with 5 additions and 5 deletions
|
@ -92,7 +92,7 @@ class MatterAdapter:
|
||||||
get_clean_name(basic_info.nodeLabel)
|
get_clean_name(basic_info.nodeLabel)
|
||||||
or get_clean_name(basic_info.productLabel)
|
or get_clean_name(basic_info.productLabel)
|
||||||
or get_clean_name(basic_info.productName)
|
or get_clean_name(basic_info.productName)
|
||||||
or device_type.__class__.__name__
|
or device_type.__name__
|
||||||
if device_type
|
if device_type
|
||||||
else None
|
else None
|
||||||
)
|
)
|
||||||
|
@ -117,7 +117,7 @@ class MatterAdapter:
|
||||||
identifiers.add((DOMAIN, f"{ID_TYPE_SERIAL}_{basic_info.serialNumber}"))
|
identifiers.add((DOMAIN, f"{ID_TYPE_SERIAL}_{basic_info.serialNumber}"))
|
||||||
|
|
||||||
model = (
|
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
|
if device_type
|
||||||
else None
|
else None
|
||||||
)
|
)
|
||||||
|
|
|
@ -6,5 +6,5 @@
|
||||||
"dependencies": ["websocket_api"],
|
"dependencies": ["websocket_api"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/matter",
|
"documentation": "https://www.home-assistant.io/integrations/matter",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"requirements": ["python-matter-server==3.4.1"]
|
"requirements": ["python-matter-server==3.5.1"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -2087,7 +2087,7 @@ python-kasa==0.5.1
|
||||||
# python-lirc==1.2.3
|
# python-lirc==1.2.3
|
||||||
|
|
||||||
# homeassistant.components.matter
|
# homeassistant.components.matter
|
||||||
python-matter-server==3.4.1
|
python-matter-server==3.5.1
|
||||||
|
|
||||||
# homeassistant.components.xiaomi_miio
|
# homeassistant.components.xiaomi_miio
|
||||||
python-miio==0.5.12
|
python-miio==0.5.12
|
||||||
|
|
|
@ -1522,7 +1522,7 @@ python-juicenet==1.1.0
|
||||||
python-kasa==0.5.1
|
python-kasa==0.5.1
|
||||||
|
|
||||||
# homeassistant.components.matter
|
# homeassistant.components.matter
|
||||||
python-matter-server==3.4.1
|
python-matter-server==3.5.1
|
||||||
|
|
||||||
# homeassistant.components.xiaomi_miio
|
# homeassistant.components.xiaomi_miio
|
||||||
python-miio==0.5.12
|
python-miio==0.5.12
|
||||||
|
|
Loading…
Add table
Reference in a new issue