From 995b54cad1cd2a1d647f6b3eacf804a41e5cb5df Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen
Date: Mon, 23 Mar 2015 22:04:19 -0700
Subject: [PATCH] Site updated at 2015-03-24 05:04:19 UTC
---
atom.xml | 2 +-
blog/categories/architecture/atom.xml | 2 +-
blog/categories/branding/atom.xml | 2 +-
blog/categories/component/atom.xml | 2 +-
blog/categories/core/atom.xml | 2 +-
blog/categories/frontend/atom.xml | 2 +-
blog/categories/release-notes/atom.xml | 2 +-
blog/categories/website/atom.xml | 2 +-
getting-started/configuration.html | 46 ++++++++++-
sitemap.xml | 104 ++++++++++++-------------
10 files changed, 103 insertions(+), 63 deletions(-)
diff --git a/atom.xml b/atom.xml
index 87cb68ad6b..8feb7dd7ef 100644
--- a/atom.xml
+++ b/atom.xml
@@ -4,7 +4,7 @@
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
https://home-assistant.io/
diff --git a/blog/categories/architecture/atom.xml b/blog/categories/architecture/atom.xml
index 07f90d40b6..56e482e6e0 100644
--- a/blog/categories/architecture/atom.xml
+++ b/blog/categories/architecture/atom.xml
@@ -4,7 +4,7 @@
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
https://home-assistant.io/
diff --git a/blog/categories/branding/atom.xml b/blog/categories/branding/atom.xml
index b0d45ef020..6a8234858f 100644
--- a/blog/categories/branding/atom.xml
+++ b/blog/categories/branding/atom.xml
@@ -4,7 +4,7 @@
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
https://home-assistant.io/
diff --git a/blog/categories/component/atom.xml b/blog/categories/component/atom.xml
index 72372d1b5a..92c54c5306 100644
--- a/blog/categories/component/atom.xml
+++ b/blog/categories/component/atom.xml
@@ -4,7 +4,7 @@
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
https://home-assistant.io/
diff --git a/blog/categories/core/atom.xml b/blog/categories/core/atom.xml
index be51cafa6f..e3eedde5a3 100644
--- a/blog/categories/core/atom.xml
+++ b/blog/categories/core/atom.xml
@@ -4,7 +4,7 @@
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
https://home-assistant.io/
diff --git a/blog/categories/frontend/atom.xml b/blog/categories/frontend/atom.xml
index e6abc4c907..d4f267dee4 100644
--- a/blog/categories/frontend/atom.xml
+++ b/blog/categories/frontend/atom.xml
@@ -4,7 +4,7 @@
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
https://home-assistant.io/
diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml
index 9666bf6795..c8004280e7 100644
--- a/blog/categories/release-notes/atom.xml
+++ b/blog/categories/release-notes/atom.xml
@@ -4,7 +4,7 @@
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
https://home-assistant.io/
diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml
index da8cc0494c..93208afafc 100644
--- a/blog/categories/website/atom.xml
+++ b/blog/categories/website/atom.xml
@@ -4,7 +4,7 @@
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
https://home-assistant.io/
diff --git a/getting-started/configuration.html b/getting-started/configuration.html
index 641c0ccd38..d0e79ac81f 100644
--- a/getting-started/configuration.html
+++ b/getting-started/configuration.html
@@ -112,14 +112,54 @@
+Setting up the basic info
+
+By default Home Assistant will try to detect your location and will automatically select a temperature unit and time zone based on your location. You can overwrite this by adding the following information to your configuration.yaml
:
+
+1
+2
+3
+4
+5
+6
+7
+8
+9
+10
+11
+12
+13
+14
+15
+16
+homeassistant :
+ # Omitted values in this section will be auto detected using freegeoip.net
+
+ # Location required to calculate the time the sun rises and sets
+ latitude : 32.87336
+ longitude : 117.22743
+
+ # C for Celcius, F for Fahrenheit
+ temperature_unit : C
+
+ # Pick yours from here:
+ # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
+ time_zone : America/Los_Angeles
+
+ # Name of the location where Home Assistant is running
+ name : Home
+
+
+
Password protecting the web interface
The first thing you want to add is a password for the web interface. Use your favourite text editor to open the file /config/configuration.yaml
and add the following to the bottom:
-1
+1
2
-http:
- api_password: YOUR_PASSWORD
+http :
+ api_password : YOUR_PASSWORD
+
Adding devices and services
diff --git a/sitemap.xml b/sitemap.xml
index d172f43d31..24b5594919 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -62,313 +62,313 @@
https://home-assistant.io/developers/add_new_platform.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/getting-started/android.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/developers/api.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/developers/architecture.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/automation.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/browser.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/getting-started/configuration.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/configurator.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/conversation.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/developers/creating_components.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/device_sun_light_trigger.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/device_tracker.luci.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/device_tracker.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/device_tracker.netgear.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/device_tracker.nmap_scanner.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/device_tracker.tomato.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/discovery.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/downloader.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/developers/frontend.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/group.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/history.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/blog/
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/blog/archives/
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
1.0
https://home-assistant.io/components/
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/developers/
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/getting-started/
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/keyboard.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/light.hue.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/light.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/media_player.cast.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/media_player.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/notify.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/notify.pushbullet.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/notify.pushover.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/scene.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/scheduler.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/script.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/sensor.sabnzbd.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/sensor.systemmonitor.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/simple_alarm.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/sun.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/switch.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/switch.wemo.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/tellstick.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/thermostat.heat_control.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/thermostat.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/thermostat.nest.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/getting-started/troubleshooting.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/vera.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/wink.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7
https://home-assistant.io/components/zwave.html
- 2015-03-23T21:56:07-07:00
+ 2015-03-23T22:04:13-07:00
weekly
0.7