diff --git a/source/_docs/organizing/areas.markdown b/source/_docs/organizing/areas.markdown index 16e9ad03842..47593a79bdf 100644 --- a/source/_docs/organizing/areas.markdown +++ b/source/_docs/organizing/areas.markdown @@ -78,6 +78,10 @@ Follow these steps to edit an area. - Add an **Alias**. - Aliases are alternative names used in [voice assistants](/voice_control/aliases/) to refer to an area, entity, or floor. +## Reordering areas on built-in dashboards + +{% include organizing/reorder-areas.md %} + ## Using the Areas dashboard Once you have assigned your entities to areas, you can use the **Areas** dashboard. The **Areas** dashboard is a pre-populated dashboard that shows your {% term entities %} grouped by areas. To learn how, refer to the documentation on the [Areas dashboard](/dashboards/dashboards/#areas-dashboard). diff --git a/source/_docs/organizing/floors.markdown b/source/_docs/organizing/floors.markdown index 55106127a54..82baeb2184f 100644 --- a/source/_docs/organizing/floors.markdown +++ b/source/_docs/organizing/floors.markdown @@ -39,6 +39,10 @@ Follow these steps to create a new floor. ![Create floor dialog](/images/organizing/create_floor_02.png) 4. You can now [assign areas to that floor](/docs/organizing/areas/#assigning-areas-to-floors-and-add-labels). +## Reordering floors on built-in dashboards + +{% include organizing/reorder-areas.md %} + ## Deleting a floor Follow these steps to delete a floor. Areas that are assigned to a floor will become unassigned. {% term Automations %} and {% term scripts %} or voice assistants that used a floor as a target will no longer work as they no longer have a target. diff --git a/source/_includes/organizing/reorder-areas.md b/source/_includes/organizing/reorder-areas.md new file mode 100644 index 00000000000..ad0325ba23c --- /dev/null +++ b/source/_includes/organizing/reorder-areas.md @@ -0,0 +1,10 @@ + +Follow these steps to rearrange floors and areas on the built-in dashboards (such as **Overview**, **Lights**, and **Security**). + +1. Go to {% my areas title="**Settings** > **Areas, labels & zones**" %}. +2. There are 2 options to rearrange items: + - **Option 1**: Use drag-and-drop. + - **Option 2**: In the top-right corner, select the three dots {% icon "mdi:dots-vertical" %} menu and select **Reorder floors and areas**. + - In the dialog, move the floors or areas you want to rearrange: + + ![Reorder floors and areas](/images/organizing/reorder-areas-menu.png) \ No newline at end of file diff --git a/source/images/organizing/reorder-areas-menu.png b/source/images/organizing/reorder-areas-menu.png new file mode 100644 index 00000000000..370a7949ad1 Binary files /dev/null and b/source/images/organizing/reorder-areas-menu.png differ