diff --git a/atom.xml b/atom.xml index cdd77d43ee..427357bc27 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2015-03-11T19:36:26-07:00 + 2015-03-14T13:03:35-07:00 https://home-assistant.io/ diff --git a/blog/categories/architecture/atom.xml b/blog/categories/architecture/atom.xml index 3f869099ff..0074a56074 100644 --- a/blog/categories/architecture/atom.xml +++ b/blog/categories/architecture/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: architecture | Home Assistant]]> - 2015-03-11T19:36:26-07:00 + 2015-03-14T13:03:35-07:00 https://home-assistant.io/ diff --git a/blog/categories/branding/atom.xml b/blog/categories/branding/atom.xml index 03c523a605..f5e2e831a5 100644 --- a/blog/categories/branding/atom.xml +++ b/blog/categories/branding/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: branding | Home Assistant]]> - 2015-03-11T19:36:26-07:00 + 2015-03-14T13:03:35-07:00 https://home-assistant.io/ diff --git a/blog/categories/component/atom.xml b/blog/categories/component/atom.xml index 18585f2732..f1cdb0efae 100644 --- a/blog/categories/component/atom.xml +++ b/blog/categories/component/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: component | Home Assistant]]> - 2015-03-11T19:36:26-07:00 + 2015-03-14T13:03:35-07:00 https://home-assistant.io/ diff --git a/blog/categories/core/atom.xml b/blog/categories/core/atom.xml index 667a7a3c40..6414821a2e 100644 --- a/blog/categories/core/atom.xml +++ b/blog/categories/core/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: core | Home Assistant]]> - 2015-03-11T19:36:26-07:00 + 2015-03-14T13:03:35-07:00 https://home-assistant.io/ diff --git a/blog/categories/frontend/atom.xml b/blog/categories/frontend/atom.xml index 1e23c3f95d..8d684f0538 100644 --- a/blog/categories/frontend/atom.xml +++ b/blog/categories/frontend/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: frontend | Home Assistant]]> - 2015-03-11T19:36:26-07:00 + 2015-03-14T13:03:35-07:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index 781f51ca56..2443ce69d2 100644 --- a/blog/categories/release-notes/atom.xml +++ b/blog/categories/release-notes/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: release-notes | Home Assistant]]> - 2015-03-11T19:36:26-07:00 + 2015-03-14T13:03:35-07:00 https://home-assistant.io/ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index ea12a05439..4de11a4d0c 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: website | Home Assistant]]> - 2015-03-11T19:36:26-07:00 + 2015-03-14T13:03:35-07:00 https://home-assistant.io/ diff --git a/developers/architecture.html b/developers/architecture.html index bc670a34f7..accc0ada89 100644 --- a/developers/architecture.html +++ b/developers/architecture.html @@ -212,14 +212,22 @@ components within Home Assistant.

9 10 11 +12 +13 +14 +15
import homeassistant.remote as remote
-import homeassistant.components.http as http
+import homeassistant.bootstrap as bootstrap
 
-remote_api = remote.API("remote_host_or_ip", "remote_api_password")
+# Location of the Master API: host, password, port.
+# Password and port are optional.
+remote_api = remote.API("127.0.0.1", "password", 8124)
 
+# Initialize slave
 hass = remote.HomeAssistant(remote_api)
 
-http.setup(hass, "my_local_api_password")
+# To add an interface to the slave on localhost:8123
+bootstrap.setup_component(hass, 'frontend')
 
 hass.start()
 hass.block_till_stopped()
diff --git a/sitemap.xml b/sitemap.xml
index 6d54556285..c215dc1035 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -57,175 +57,175 @@
   
   
     https://home-assistant.io/developers/add_new_platform.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/getting-started/android.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/developers/api.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/developers/architecture.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/components/automation.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/components/browser.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/components/chromecast.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/developers/creating_components.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/components/device_sun_light_trigger.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/components/device_tracker.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/components/discovery.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/components/downloader.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/developers/frontend.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/blog/
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/blog/archives/
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     1.0
   
   
     https://home-assistant.io/components/
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/getting-started/
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/developers/
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/components/keyboard.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/components/light.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/components/notify.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/components/simple_alarm.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/components/sun.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/components/switch.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/components/tellstick_sensor.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/components/thermostat.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/getting-started/troubleshooting.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7
   
   
     https://home-assistant.io/components/wink.html
-    2015-03-11T19:36:26-07:00
+    2015-03-14T13:03:35-07:00
     weekly
     0.7