From bb2ac5a557a128bace790f58162e0e3453d3ab4a Mon Sep 17 00:00:00 2001 From: Roger Fachini Date: Wed, 10 Dec 2025 14:35:12 -0800 Subject: [PATCH] [update] Add docs for update.check action --- content/components/update/_index.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/components/update/_index.md b/content/components/update/_index.md index 712a3d4786..e62f82070e 100644 --- a/content/components/update/_index.md +++ b/content/components/update/_index.md @@ -57,6 +57,14 @@ Configuration variables: - **force_update** (*Optional*, boolean): Perform the update even if the device is already running the same version. Defaults to `false`. +### `update.check` Action + +This action allows you to trigger the update entity to check for, but not install, updates. + +Configuration variables: + +- **id** (**Required**, [ID](/guides/configuration-types#id)): The ID of the update entity. + ### `update.is_available` Condition This condition checks if an update is available for the device.