From 526f1c3fc88cf5a3fed38620d6c5548773f503a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Wed, 8 May 2024 15:16:02 +0200 Subject: [PATCH] Convert service data table to configuration_basic (#32640) --- source/_integrations/update.markdown | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/source/_integrations/update.markdown b/source/_integrations/update.markdown index f0b0368af33..3a9796d3b5c 100644 --- a/source/_integrations/update.markdown +++ b/source/_integrations/update.markdown @@ -73,11 +73,16 @@ this capability. Additionally, if allowed by the {% term integration %}, the ser provides for installing a specific version and even could make a backup before installing the update. -| Service data attribute | Optional | Description | -| ---------------------- | -------- | ----------- | -| `entity_id` | no | String or list of strings that point at `entity_id`s of updates. To target all updates, set `entity_id` to `all`. -| `version` | yes | A specific update version to install, if not provided, the latest available update will be installed. Availability of this atrribute is dependent on the {% term integration %}. -| `backup` | yes | If set to `true`, a backup will be made before installing the update. Availability of this attribute is dependent on the {% term integration %}. +#### Service data attributes + +{% configuration_basic %} +entity_id (required): + description: "String or list of strings that point at `entity_id`s of updates. To target all updates, set `entity_id` to `all`." +version: + description: "A specific update version to install, if not provided, the latest available update will be installed. Availability of this attribute is dependent on the {% term integration %}." +backup: + description: "If set to `true`, a backup will be made before installing the update. Availability of this attribute is dependent on the {% term integration %}." +{% endconfiguration_basic %} Example service call: