mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Fix no disabled capabilities in SmartThings (#139860)
Fix no disabled capabilities
This commit is contained in:
parent
ed088aa72f
commit
98e317dd55
@ -174,6 +174,7 @@ def process_status(
|
||||
list[Capability | str],
|
||||
disabled_capabilities_capability[Attribute.DISABLED_CAPABILITIES].value,
|
||||
)
|
||||
if disabled_capabilities is not None:
|
||||
for capability in disabled_capabilities:
|
||||
# We still need to make sure the climate entity can work without this capability
|
||||
if (
|
||||
|
Loading…
x
Reference in New Issue
Block a user