From 320d2f0ac867daab013a8e764c8594fc55f76739 Mon Sep 17 00:00:00 2001 From: Cloos <36499953+Clooos@users.noreply.github.com> Date: Mon, 18 Sep 2023 04:25:14 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9191ebb..0f0c035 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Most options can be configured in the GUI editor, please note that some cards do This card allows you to convert any `vertical-stack` card into a pop-up. Each pop-up must have an unique hash (e.g. `'#kitchen'`), you can open them with any card that allows `navigation_path` or with the `horizontal-buttons-stack` that is included. This card come with an header for your pop-up, if you add an entity to this card you will have a button to toggle this entity in that header, you can also display the state of an entity (e.g. the temperature of a room). 1. To add a pop-up you first need to add a `vertical-stack` card to your dashboard -2. This `vertical-stack` must be after all your other cards (this is important) +2. This `vertical-stack` must be after all your other cards and before your `horizontal-buttons-stack` if you have one 3. Now add a `Bubble Card` with the type `pop-up` in it 4. Just fill in the required inputs and the ones you need