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

v3 fixes and feature requests #56

Open
6 of 17 tasks
kevireilly opened this issue Mar 18, 2024 · 1 comment
Open
6 of 17 tasks

v3 fixes and feature requests #56

kevireilly opened this issue Mar 18, 2024 · 1 comment

Comments

@kevireilly
Copy link
Contributor

kevireilly commented Mar 18, 2024

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:

  • Finish Climate component support
  • Adhere to dynamically changed internal indicator (ref)
  • Improve local development workflow of npm run serve for www.js bundle
  • Evaluate extensibility to make overrides easier (e.g. NPM publishing, inheritance, etc)
  • Leverage dynamic imports to potentially reduce flash/memory utilization
  • Support for compressed files in flash for Standalone no internet nodes
  • Potentially use an optional card layout instead of a table
  • Evaluate bundle size changes via GitHub pull request workflow/action
  • Adjust beating heart to a green dot or only display an offline indicator (Change online indicator to green dot #68)
  • Adhere to a provided sort order (Add support for sorting entitys via the config #58 - ref)
@jesserockz jesserockz pinned this issue Mar 18, 2024
@andrewjswan
Copy link

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.

@media (max-width: 1024px) {

@kevireilly kevireilly changed the title V3 fixes and feature requests v3 fixes and feature requests May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants