Paulus Schoutsen

Results 421 comments of Paulus Schoutsen

@piitaya yeah, that would be a nice addition. Right now we have the statistics card as alternative, but that doesn't work for all entities.

> I believe that the buttons/UX elements should always be there, but be either disabled or provide an error message with an explanation on click (or maybe even a combination...

This place works. Happy to also jump on a call. Improv allows the device to return a URL. This URL can then serve a website to ask other info from...

Once your device is connected and knows it's local IP address, it can return a URL hosted by the device to guide the user through onboarding: - Device gets IP...

It's up to the firmware to decide where to save the credentials. Improv will only take care of discovering the device via BLE and send over Wi-Fi credentials. Once the...

Did you run `python3 -m script.translations develop` ?

Test web with running `./web.esphome.io/script/develop_web`

The biggest problem I see is that writing to users YAML means users lose their original formatting. We can switch to ruamel.yaml to at least make comments survive, but it...