esphome-webserver icon indicating copy to clipboard operation
esphome-webserver copied to clipboard

A Lit Element web component frontend for the ESPHome web_server.

Results 20 esphome-webserver issues
Sort by recently updated
recently updated
newest added

Select boxes have their items coloured in the accent colour. The selected item is coloured in a more dimmed, neutral colour: ![image](https://github.com/user-attachments/assets/44064622-dabb-41cd-a236-06a826d5072f) In the image above, I would expect "OFF"...

### The problem With Web Interface v3, sliders can be long-pressed to edit their value in a text field. However, if the currently-set value is out of bounds for the...

adds support for PWA. It can be installed on PC or phone. That way it can be used complete offline. It is alternative to: ```yaml web_server: port: 80 local: true...

Adds support for grouping the entitys and sort the groups. Expects the webserver to send a `sorting_group` event including `name` and `sorting_weight` for each group. Also expects the `state` event...

Allows a entity to be added to the list only if the state event is a `DETAIL_ALL` event. If we receive more than five `DETAIL_STATE` state events from the same...

I have a couple of M5stack stampS3 running ESPHome 2024.9.1 and both the online indicator and uptime are not being refreshed automatically none in v2 or v3 component version when...

Occasionally, when the page reloads, the sorting order defined by `web_server_sorting_weight` gets mixed up. This issue becomes more noticeable with an increasing number of sensors and more frequent updates. https://github.com/user-attachments/assets/dff1791f-d979-4a6c-b0ca-880cc3af7d1a...

I get this from web_server upon flipping any switch on the web UI (v3): `23:11:29 [W] [web_server_idf:070] [httpd] Only application/x-www-form-urlencoded supported for POST request` That warning seems to be raised...

When adding sensors to the YAML configuration as shown below, only one sensor output is displayed because both sensors use the same name, `Voltage`. ``` sensor: - platform: pipsolar pipsolar_id:...

Since v3 is on the way, numbering the text name will be a temporary fix for those interested in ordering the sensors as wanted. ![image](https://github.com/user-attachments/assets/00fc4463-2236-4235-8caa-0e8f082f7a78)