Add alert volume setting to water leak sensor

This commit is contained in:
Teemu Rytilahti
2024-10-09 16:00:50 +02:00
parent 885a04d24f
commit 06f14bfc6d
3 changed files with 29 additions and 6 deletions

View File

@@ -339,7 +339,7 @@ async def cli(
# Skip update on specific commands, or if device factory,
# that performs an update was used for the device.
if ctx.invoked_subcommand not in SKIP_UPDATE_COMMANDS and not device_updated:
await dev.update()
await dev.update(update_children=True)
@asynccontextmanager
async def async_wrapped_device(device: Device):