From 31faca6655b8f9540bef38617e28ceb7d2aa0f07 Mon Sep 17 00:00:00 2001 From: danielps Date: Sun, 3 Nov 2024 11:05:30 +0100 Subject: [PATCH 1/2] Add multi-action grid documentation --- docs/integrations/android-widgets.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/integrations/android-widgets.md b/docs/integrations/android-widgets.md index 92dda01f5d6..ab3a265efdf 100644 --- a/docs/integrations/android-widgets.md +++ b/docs/integrations/android-widgets.md @@ -76,6 +76,18 @@ If the template in the widget isn't updating instantly, you're most likely hitti 4. Fill in the template data and observe the rendering below 5. Save the widget +### Multi-action grid + +This widget lets the user set up multiple action buttons in a single widget. There's also a "Require authentication" option, which forces the user to authenticate before performing any action. + +1. Long press on any open space in the home screen +2. Scroll down to Home Assistant in the widget list +3. Drag the Action Grid widget to an open space in the home screen +4. Optionally, add a name that will be shown at the top of the grid +5. Tap on "Add action" and fill in the name, icon and action data +6. Repeat step 5 for each action or tap on an existing action to edit +7. Save the widget + ## Theming Most widgets allow selecting a theme to use. The available themes depend on your device and the specific widget. Possible options are: From 2c8bc0b39bd73e39c00bb805a9e9692f47554762 Mon Sep 17 00:00:00 2001 From: danielps Date: Sun, 3 Nov 2024 11:10:59 +0100 Subject: [PATCH 2/2] Add beta label to grid widget --- docs/integrations/android-widgets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/android-widgets.md b/docs/integrations/android-widgets.md index ab3a265efdf..3d7b6a7e687 100644 --- a/docs/integrations/android-widgets.md +++ b/docs/integrations/android-widgets.md @@ -76,7 +76,7 @@ If the template in the widget isn't updating instantly, you're most likely hitti 4. Fill in the template data and observe the rendering below 5. Save the widget -### Multi-action grid +### Multi-action grid BETA This widget lets the user set up multiple action buttons in a single widget. There's also a "Require authentication" option, which forces the user to authenticate before performing any action.