Registry /
web-framework / home-assistant-frontend
Install & Compatibility
Where this runs
tested against v20240307.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 170.9MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 5.7s · import 0.000s · 171MB
207MB installed
● package 207MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
Path
✓ from hass_frontend import Path
✗ from home_assistant_frontend import HassFrontend
where
✓ from hass_frontend import where
✗ from home_assistant_frontend import HassFrontend
Basic import and environment setup.
import os
from home_assistant_frontend import HassFrontend
url = os.environ.get('HASS_URL', 'http://localhost:8123')
token = os.environ.get('HASS_TOKEN', '')
# HassFrontend is an ASGI/static handler typically used by Home Assistant core.
# Direct usage outside of Home Assistant is rare.
print('Imports successful')
Upgrade
Version history
20260527.6latest on PyPI · released Jun 11, 2026
Audit
Dependencies
No dependency data recorded yet.