-
- Downloads
WIP: Add WSGI stack
This is a fair chunk of the way towards adding a WSGI compatible stack for Home Assistant. The majot missing piece is auth/sessions. I was undecided on implementing the current auth mechanism, or adding a new mechanism (likely based on Werkzeug's signed cookies). Plenty of TODOs...
Showing
- homeassistant/components/api.py 248 additions, 1 deletionhomeassistant/components/api.py
- homeassistant/components/frontend/__init__.py 62 additions, 0 deletionshomeassistant/components/frontend/__init__.py
- homeassistant/components/frontend/templates/index.html 51 additions, 0 deletionshomeassistant/components/frontend/templates/index.html
- homeassistant/components/wsgi.py 201 additions, 0 deletionshomeassistant/components/wsgi.py
- requirements_all.txt 9 additions, 0 deletionsrequirements_all.txt
Loading
Please register or sign in to comment