mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Fix Matter startup when Matter bridge is present (#116569)
This commit is contained in:
parent
309b3451b6
commit
217795865b
@ -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