Baldhor / Homey-ESPhome-Enhanced

This is an Homey app which adds support for ESPHome devices. ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. More information on their homepage: https://www.esphome.io/
GNU General Public License v3.0
4 stars 3 forks source link

Little aesthetic issues on the settings page #15

Closed RoadXY closed 8 months ago

RoadXY commented 10 months ago

Your feature request, please describe. There is an double line below 'Application settings'.

Line 34, 40, 45, 47, 48, 49, 53 needs i18n (to be translatable)

Link to console.re should open in new window/browser tab.

There is no feedback when the button 'Save changes' is clicked.

Image image

Baldhor commented 10 months ago

It's still working, but yeah it's a little ugly. I will probably rework it in the rework branch with the new wizard driver.

Baldhor commented 8 months ago

Link to console.re should open in new window/browser tab.

This part is fixed

Baldhor commented 8 months ago

I want to move console.re to the wizard interface instead of settings ... For me it's kind of easier to maintain only one entry point. From the user experience poitn of view, it will be easier to think "everything goes through the wizard".

@RoadXY Any thought?

RoadXY commented 8 months ago

Yes, I agree. Much more logical!

Baldhor commented 8 months ago

Wiki is updated: https://github.com/Baldhor/Homey-ESPhome-Enhanced/wiki/User-Guide#console-re-page image

Will publish soon

Baldhor commented 8 months ago

Also changed the auto-disable feature to 6 hours, that damned memory leak is still around ...

Baldhor commented 8 months ago

puiblished, awaiting certification

RoadXY commented 8 months ago

Also changed the auto-disable feature to 6 hours, that damned memory leak is still around ...

Good solution for now!