From 89729b6d9812248bb65c0689e8726d0bcddb1513 Mon Sep 17 00:00:00 2001 From: Derek <67642332+dsellers1@users.noreply.github.com> Date: Mon, 23 Dec 2024 19:36:21 -0500 Subject: [PATCH] Update button.markdown (#36527) --- source/_dashboards/button.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_dashboards/button.markdown b/source/_dashboards/button.markdown index 19ebda8313e..8a0013e07e1 100644 --- a/source/_dashboards/button.markdown +++ b/source/_dashboards/button.markdown @@ -156,6 +156,7 @@ Screenshot of a vertical stack card with 4 buttons and an entity selector. The image shows a vertical stack card with 4 buttons arranged in a horizontal stack card and an entity selector. The buttons use the toggle action to run a script, for example, the Netflix script, which starts up the TV and opens Netflix. To learn how to create scripts, refer to [scripts](/docs/scripts/). ```yaml +type: vertical-stack cards: - entities: - entity: input_select.living_room_scene @@ -201,5 +202,4 @@ cards: action: more-info show_name: true show_icon: true -type: vertical-stack ```