esphome / esphome-webserver

A Lit Element web component frontend for the ESPHome web_server.
https://esphome.io/components/web_server
MIT License
36 stars 46 forks source link

v3 fixes and feature requests #56

Open kevireilly opened 8 months ago

kevireilly commented 8 months ago

With the latest version of ESPHome, the v3 devices page can be used via config:

web_server:
  version: 3 

If you do not have the latest version of ESPHome installed, the v3 devices page can be used by specifying the v3 JS specifically:

web_server:
  port: 80
  js_url: https://oi.esphome.io/v3/www.js

Active discussion: https://discord.com/channels/429907082951524364/1177062706340171807

Fixes:

Features:

andrewjswan commented 8 months ago

If log is turned off, then the data column is pressed to the left edge and takes up no more than 3 screens with FullHD resolution. If you change the maximum possible width to 1920, it becomes much better. https://github.com/esphome/esphome-webserver/blob/bb1368203fed0448d1ceaee18b7b9ad4d8a2eb4f/packages/v3/src/css/app.ts#L25

msinn commented 3 weeks ago

The 'preset' data of climate control is still not supported.