openhab-docs/mainui/settings/pages.md

27 lines
1.5 KiB
Markdown

---
layout: documentation
title: Settings - Pages
---
# Settings - Pages
<!-- START MAINUI SIDEBAR DOC - DO NOT REMOVE -->
**Pages** allow to design custom displays for user control & monitoring.
Though openHAB automatically creates an [overview page]({{base}}/tutorial/auto_overview.html#overview-page) of your locations, equipment (e.g. light-bulbs), and available properties (e.g. temperature measurements) based on the semantic model,
it also allows to design and create custom pages with sophisticated [standard widgets]({{base}}/tutorial/item_widgets.html) and [custom widgets]({{base}}/tutorial/custom_widgets.html).
Before manually creating pages, it is highly recommended to read the [User Interface Design Overview]({{base}}/ui/) first.
The [pages tutorial section]({{base}}/tutorial/pages_intro.html) explains how to create and design user interface pages within openHAB.
On these pages you can manage all the Pages you have added to your system:
- **Add new Pages**<br>
Add individual Pages of all the different types using the <!--F7:blue plus_circle_fill --> plus button.
- **Configure Pages**<br>
Click on any Page in the main list to see a graphical editor and a yaml code editor for that page.
- **Delete Pages**<br>
Select multiple Pages using the top **Select** button and use the **Remove** buttons at the bottom.
- **Test Pages**<br>
See your changes and test the page functions using the **Run** option in the editor.
<!-- END MAINUI SIDEBAR DOC - DO NOT REMOVE -->