Skip to content

v0.8.27

Choose a tag to compare

@ideaalab ideaalab released this 29 Jun 15:01
· 8 commits to main since this release

Bug fixes

  • Blocking I/O warning on every panel load (#3): panel.py was reading gui-recorder-panel.js from 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.