Release 4.2.0
I'm excited to announce the release of version 4.2.0 of the Home Assistant Glow ๐. It's a small release this time, built on the latest version of ESPHome (2024.8.x) and contains mostly dependency updates for Docusaurus.
Moved to Web Server layout V3โ
The Home Assistant Glow has been upgraded to version 3 of the web server component. This latest version features a fresh design that is more user-friendly and responsive. You can now double-click on tabs to enlarge them, and the layout is optimized for a better mobile experience.
If you don't like the new layout, you can override the web server version in your configuration by using !extend. For example, to use the old layout, you can use the following configuration:
web_server:
- id: !extend esphome_web_server
version: 2
Wrap upโ
If you would like to support the project, you can do so through GitHub sponsors. If you have any questions, you can ask them via the discussions, and if you encounter problems with the Home Assistant Glow, you can indicate this in the issues.
./Klaas