v0.8.27
Bug fixes
- Blocking I/O warning on every panel load (#3):
panel.pywas readinggui-recorder-panel.jsfrom disk synchronously inside an async HTTP handler, blocking Home Assistant's event loop on every panel load. The file is now read once via an executor job when the panel is registered and served from memory afterward.