[web_server] v3-features (#4001)

This commit is contained in:
RFDarter 2024-07-17 12:40:02 +02:00 committed by GitHub
parent ab387eedb5
commit 96f4b2e231
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 54 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 KiB

View File

@ -140,8 +140,62 @@ V2 embeds the css within the js file so is not required, however you could inclu
js_url: ""
version: 2
Copy https://oi.esphome.io/v2/www.js to a V2 folder in your yaml folder.
.. _config-webserver-version-3-options:
Version 3 features
---------------------------
Number in slider mode
*********************
.. figure:: /components/images/web_server/number-slider-popup.png
:align: left
:width: 100.0%
You can change the value by moving the slider.
If you wish to enter a precise number you can click and hold the current value. A popup input field will appear where you can enter a number and confirm your input by pressing the enter key.
.. figure:: /components/images/web_server/number-slider-popup-input-field.png
:align: left
:width: 100.0%
Expand Controls and Logs
************************
.. figure:: /components/images/web_server/tab-header-expand-cloapsed.png
:align: left
:width: 100.0%
By double-clicking on any group header you can expand the controls to fill up the whole screen.
You can do the same for the logs.
.. figure:: /components/images/web_server/tab-header-expand-controls-expanded.png
:align: center
:width: 100.0%
Expanded Controls
.. figure:: /components/images/web_server/tab-header-expand-logs-expanded.png
:align: center
:width: 100.0%
Expanded Logs
Sensor value graph
******************
.. figure:: /components/images/web_server/sensor-history-graph.png
:align: left
:width: 100.0%
By clicking on any sensor it will expand a graph with the historical values for that sensor.
.. _config-webserver-sorting:
Entity sorting