mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Bump Matter Server to 3.5.1: some small fixes and stability improvements (#94985)
This commit is contained in:
parent
f10256169b
commit
b5084dbce2
@ -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"]
|
||||||
}
|
}
|
||||||
|
@ -2106,7 +2106,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
|
||||||
|
@ -1544,7 +1544,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…
x
Reference in New Issue
Block a user