1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Reorg: Merged observers, actors and HTTPInterface into components

This commit is contained in:
Paulus Schoutsen
2013-12-11 00:07:30 -08:00
parent c5f5dcbce2
commit dd271febae
19 changed files with 795 additions and 659 deletions

View File

@@ -17,7 +17,7 @@ import urlparse
import requests
import homeassistant as ha
import homeassistant.httpinterface as hah
import homeassistant.components.httpinterface as hah
METHOD_GET = "get"
METHOD_POST = "post"