Paulus Schoutsen
58c90402c5
Even more simplified API
2014-10-19 23:37:43 -07:00
Paulus Schoutsen
9979a3266e
Call service api simplified
2014-10-19 18:41:06 -07:00
Paulus Schoutsen
001f27cdb4
HTTP API is now more RESTful
2014-10-17 00:17:02 -07:00
Paulus Schoutsen
997c2e8ef6
Components+configuration now loaded dynamically
...
A major change to the bootstrapping of Home Assistant decoupling the
knowledge in bootstrap for a more dynamic approach. This refactoring
also prepares the code for different configuration backends and the
loading components from different places.
2014-08-13 14:28:45 +02:00
Paulus Schoutsen
50b492c64a
Remote instances are now 100% operational
2014-04-29 00:30:31 -07:00
Paulus Schoutsen
2e10d7223a
Re-organized core for better reusability
2014-04-24 00:40:45 -07:00
Paulus Schoutsen
ef6d862671
Further Python 3 migration
2014-04-14 23:48:00 -07:00
Paulus Schoutsen
659f185252
More improvements to State
2014-01-22 19:40:19 -08:00
Paulus Schoutsen
e9e1b007ed
RENAME: StateMachine tracks now entities, not categories.
2014-01-19 23:37:40 -08:00
Paulus Schoutsen
3c3e7e5825
Events and States are no longer dicts but objects.
2014-01-19 19:10:40 -08:00
Paulus Schoutsen
dd271febae
Reorg: Merged observers, actors and HTTPInterface into components
2013-12-11 00:07:30 -08:00
Paulus Schoutsen
3641d2ca24
EventBus is now Bus that handles Events and Services
2013-11-19 23:48:08 -08:00
Paulus Schoutsen
ead057cb04
Added shutdown event
2013-11-11 14:58:57 -08:00
Paulus Schoutsen
483546a31d
Code according to PEP8 standard
2013-11-10 16:46:48 -08:00
Paulus Schoutsen
860812fa19
Cosmetic adjustments
2013-11-10 09:31:34 -08:00
Paulus Schoutsen
2f65751087
Fix: Event types with periods cannot be fired using API
2013-11-09 14:23:50 -08:00
Paulus Schoutsen
5f4e9d33e0
Return of the fire event and change state forms in debug interface
2013-11-04 20:16:27 -05:00
Paulus Schoutsen
3499814f7f
Added static file handler and cleaned up API code
2013-11-04 18:18:39 -05:00
Paulus Schoutsen
a60f6754aa
EventBus can now report overview of events that have listeners.
2013-11-01 12:28:18 -07:00
Paulus Schoutsen
92f0cb20ff
Made API more robust
2013-11-01 11:34:43 -07:00
Paulus Schoutsen
f9d712d175
API updated to be RESTful
2013-10-29 00:22:38 -07:00
Paulus Schoutsen
102690a770
last_changed value of State is now a string so it can be send over the API
2013-10-28 18:45:35 -07:00
Paulus Schoutsen
83d878810e
Events and States will now only use JSON serializable attributes
2013-10-27 17:39:54 -07:00
Paulus Schoutsen
867966234f
Added remote EventBus and StateMachine classes
2013-10-25 11:05:58 +01:00
Paulus Schoutsen
785e17e1e6
Made a few dependencies optional and removed others.
2013-10-13 09:40:38 -07:00
Paulus Schoutsen
b9212514bd
Converted Timer and HTTP Interface threads to daemons for cleaner shutdown.
2013-10-08 19:00:10 -07:00
Paulus Schoutsen
71bd03ed8c
Cleaned up the core.
2013-10-08 18:50:30 -07:00
Paulus Schoutsen
32b357f5e1
PyLint is a lot happier about the code now.
2013-10-07 23:55:19 -07:00
Paulus Schoutsen
5c5fe5051b
Now possible to set multiple states through one API call.
2013-10-05 12:28:18 -07:00
Paulus Schoutsen
561fcd3d15
Added missing doc-string
2013-09-30 19:00:58 -07:00
Paulus Schoutsen
a491df761f
Integrated core.py into module-init
2013-09-30 00:20:27 -07:00
Paulus Schoutsen
f04e9b07a9
State machine categories don't have to be initialized anymore
2013-09-29 16:02:58 -07:00
Paulus Schoutsen
8ac8700154
Added API
2013-09-28 11:09:36 -07:00