mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 05:58:19 +00:00
Fix Matter startup when Matter bridge is present (#116569)
This commit is contained in:
parent
65839067e3
commit
523de94184
@ -398,6 +398,8 @@ class MatterLight(MatterEntity, LightEntity):
|
|||||||
def _check_transition_blocklist(self) -> None:
|
def _check_transition_blocklist(self) -> None:
|
||||||
"""Check if this device is reported to have non working transitions."""
|
"""Check if this device is reported to have non working transitions."""
|
||||||
device_info = self._endpoint.device_info
|
device_info = self._endpoint.device_info
|
||||||
|
if isinstance(device_info, clusters.BridgedDeviceBasicInformation):
|
||||||
|
return
|
||||||
if (
|
if (
|
||||||
device_info.vendorID,
|
device_info.vendorID,
|
||||||
device_info.productID,
|
device_info.productID,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user