core/homeassistant
Josh Wright d0320a9099 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...
2016-05-21 15:01:01 -07:00
..
components WIP: Add WSGI stack 2016-05-21 15:01:01 -07:00
helpers Merge pull request #2027 from robbiet480/relative-time-filter 2016-05-11 22:50:56 -07:00
startup Fix packaging issues 2015-10-10 10:33:09 -07:00
util Change color_RGB_to_xy formula & return brightness (#2095) 2016-05-21 10:19:27 -07:00
__init__.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
__main__.py Single process restart fixes (#2118) 2016-05-20 11:45:16 -07:00
bootstrap.py redirect daemon file descriptors (#2103) 2016-05-19 23:20:07 -07:00
config.py Correct celcius to celsius (#1860) 2016-04-19 20:30:44 -07:00
const.py Version bump to 0.21.0.dev0 2016-05-21 14:19:06 -07:00
core.py Allow for restart without using parent/child processes. (#1793) 2016-05-19 23:20:59 -07:00
exceptions.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
loader.py Add automation config validation 2016-04-04 12:18:58 -07:00
remote.py Use standardised datetime format 2016-04-16 01:46:50 -07:00