Backwards compatible with smart

This commit is contained in:
sdb9696
2024-06-29 09:29:57 +01:00
parent 77ac6ca148
commit 6e62a463ea
2 changed files with 10 additions and 3 deletions

View File

@@ -161,7 +161,9 @@ class SmartDevice(Device):
DeprecationWarning,
stacklevel=1,
)
update_children_or_parent = update_children
# Previously this was ignored and children were always updated for
# smart devices
update_children_or_parent = True
await self._update(update_children_or_parent)