Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[web_server] v3-features #4001

Merged
merged 5 commits into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions components/web_server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,62 @@
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%

Check failure on line 186 in components/web_server.rst

View workflow job for this annotation

GitHub Actions / build

Directive 'figure' is not followed by an empty line. Please insert an empty line after components/web_server.rst:186
RFDarter marked this conversation as resolved.
Show resolved Hide resolved

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
Expand Down
Loading