Daniel Baulig
Daniel Baulig
A user in the Home Assistant group suggested this. Would certainly make the self-hosting process easier. But not entirely sure if that is the biggest blocker for deploying ESPWA for...
It would be useful to somehow transfer the most recently added host (or maybe all?) when falling back to the insecure origin. This becomes especially obvious when following a addhost...
I ensured that basic keyboard accessibility is available, but I should at some point do a full audit to make sure 1) All required aria attributes are set (currently I...
This fundamentally probably also applies to other entities, but it's very apparent on NumberEntity, when using the up/down arrows. Since NumberEntity uses `set(v)` to set the new value, the value...
When a new controller is added and maybe also when it connects in general, we should scroll it into view. Right now the most common way to connect a controller...
Currently there's no good way to get meaningful debug information from users. Need some form of affordance to download some helpful debug information, like device logs, console.logs, device event stream,...
To provide better bug report data I should add the option of downloading an event stream dump. Maybe as an always on ring buffer or via a query parameter.
Currently when there's an issue I just show a "Something went wrong" error message, without much guidance to the user on how to resolve the issue they may be experiencing....