diff --git a/atom.xml b/atom.xml index 4dfac7269b..c84249f0b8 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
On top of the http
component is a REST API and a Python API available.
The Set up encryption using Let’s Encrypt blog post gives you details about the encryption of your traffic using free certificates from Let’s Encrypt.
+ +On top of the http
component is a REST API and a Python API available. There is also support for Server-sent events available.
The http
platforms are not real platforms within the meaning of the terminology used around Home Assistant. Home Assistant’s REST API sends and receives messages over HTTP.
To use those kind of sensors in your installation no configuration in Home Assistant is needed. All configuration is done on the devices themselves. This means that you must be able to edit the target URL or endpoint and the payload. The entity will be created after the first message has arrived.
+To use those kind of sensors or binary sensors in your installation no configuration in Home Assistant is needed. All configuration is done on the devices themselves. This means that you must be able to edit the target URL or endpoint and the payload. The entity will be created after the first message has arrived.
All requests need to be sent to the endpoint of the device and must be POST.
diff --git a/developers/index.html b/developers/index.html index a3c4c79f1d..1adb1371cb 100644 --- a/developers/index.html +++ b/developers/index.html @@ -127,7 +127,7 @@You will need to set up a development environment if you want to start developing a new feature or component for Home Assistant. Please follow these steps to get setup.
+
You will need to set up a development environment if you want to start developing a new feature or component for Home Assistant. Please follow these steps to get setup.
Visit the the Home Assistant repository first and click fork in the top right.
We suggest that you setup a virtual environment aka venv
before running the setup script.
Home Assistant will create a configuration folder when it is run for the first time. The location of the folder differs between operating systems: on OS X and Linux it’s ~/.homeassistant
and on Windows it’s %APPDATA%/.homeassistant
. If you want to use a different folder for configuration, run hass --config path/to/config
.
Inside your configuration folder is the file configuration.yaml
. This is the main file that contains which components will be loaded and what their configuration is.
-This file contains YAML code, which is explained briefly below.
-An example configuration file is located here.
Inside your configuration folder is the file configuration.yaml
. This is the main file that contains which components will be loaded and what their configuration is. This file contains YAML code, which is explained briefly below. An example configuration file is located here.
When launched for the first time, Home Assistant will write a default configuration file enabling the web interface and device discovery. It can take up to a minute for your devices to be discovered and show up in the user interface.
@@ -133,8 +131,8 @@ This file contains YAML code, which is explained briefly below.Home Assistant uses the YAML syntax for configuration. YAML might take a while to get used to but is really powerful in allowing you to express complex configurations.
-For each component that you want to use in Home Assistant, you add code in your configuraton.yaml
file to specify its settings.
-Example, the following code specifies that you want to use the notify component with the pushbullet platform.
For each component that you want to use in Home Assistant, you add code in your configuraton.yaml
file to specify its settings.
+The following example entry specifies that you want to use the notify component with the pushbullet platform.
notify: @@ -150,15 +148,14 @@ Example, the following code specifies that you want to use the input_select component that uses a block collection for the options values.
+The next example shows an input_select component that uses a block collection for the options values.
The other properties (like name) are specified using mappings. Note that the second line just hasthreat:
with no value on the same line. Here threat is the name of the input_select and the values for it are everything nested below it.-@@ -176,8 +173,7 @@ The other properties (like name) are specified using mappings. Note that the secThe following example shows nesting a collection of mappings in a mapping.
+
-In Home Assistant, this would create two sensors that each use the MQTT platform but have different values for theirstate_topic
(one of the properties used for MQTT sensors).The following example shows nesting a collection of mappings in a mapping. In Home Assistant, this would create two sensors that each use the MQTT platform but have different values for their
state_topic
(one of the properties used for MQTT sensors).-sensor: @@ -225,7 +221,7 @@ In Home Assistant, this would create two sensors that each use the MQTT platform
See the HTTP component documentation for more options like HTTPS encryption.
+See the HTTP component documentation for more options like HTTPS encryption.
Setting up your phone or tablet
diff --git a/getting-started/index.html b/getting-started/index.html index 19845d46b8..394c2317aa 100644 --- a/getting-started/index.html +++ b/getting-started/index.html @@ -128,6 +128,10 @@Installing and running Home Assistant on your local machine is easy. Make sure you have Python 3.4 or higher installed and execute the following code in a console:
++It’s highly recommended to use a virtual environment aka
+venv
to keep things separated. A virtual environment can be created by exceuting the following command:pyvenv /path/where/you/home-assistant/
(or on some systemspyvenv-3.4
). Then change to that the created directory and go the next step. +$ pip3 install homeassistant $ hass --open-ui diff --git a/sitemap.xml b/sitemap.xml index f9b57cdb8d..4e3758a58a 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1374,630 +1374,630 @@https://home-assistant.io/components/alarm_control_panel.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/alarm_control_panel.manual.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/alarm_control_panel.mqtt.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/arduino.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/automation.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/browser.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/camera.foscam.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/camera.generic.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/configurator.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/conversation.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/device_sun_light_trigger.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/device_tracker.actiontec.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/device_tracker.aruba.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/device_tracker.asuswrt.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/device_tracker.ddwrt.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/device_tracker.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/device_tracker.locative.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/device_tracker.luci.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/device_tracker.mqtt.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/device_tracker.netgear.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/device_tracker.nmap_scanner.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/device_tracker.owntracks.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/device_tracker.snmp.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/device_tracker.thomson.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/device_tracker.tomato.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/device_tracker.tplink.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/device_tracker.ubus.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/discovery.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/downloader.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/ecobee.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/group.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/history.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/ifttt.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/ifttt.manything.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/introduction.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/isy994.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/keyboard.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/light.blinksticklight.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/light.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/light.hue.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/light.hyperion.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/light.limitlessled.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/light.rfxtrx.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/light.tellstick.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/light.vera.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/light.wink.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/lock.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/lock.wink.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/logbook.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/media_player.cast.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/media_player.denon.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/media_player.firetv.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/media_player.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/media_player.itunes.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/media_player.kodi.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/media_player.mpd.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/media_player.plex.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/media_player.sonos.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/media_player.squeezebox.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/modbus.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/mqtt.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/notify.file.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/notify.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/notify.instapush.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/notify.nma.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/notify.pushbullet.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/notify.pushover.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/notify.slack.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/notify.smtp.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/notify.syslog.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/notify.telegram.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/notify.xmpp.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/rfxtrx.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/scene.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/script.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.arduino.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.arest.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.bitcoin.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.command_sensor.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.cpuspeed.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.dht.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.ecobee.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.efergy.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.forecast.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.glances.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.modbus.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.mqtt.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.mysensors.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.openweathermap.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.rest.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.rfxtrx.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.rpi_gpio.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.sabnzbd.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.speedtest.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.swiss_public_transport.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.systemmonitor.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.tellstick.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.temper.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.time_date.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.transmission.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.vera.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.wink.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sensor.worldclock.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/shell_command.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/simple_alarm.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/sun.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/switch.arduino.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/switch.arest.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/switch.command_switch.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/switch.edimax.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/switch.hikvision.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/switch.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/switch.modbus.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/switch.mqtt.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/switch.pulseaudio_loopback.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/switch.rest.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/switch.rfxtrx.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/switch.rpi_gpio.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/switch.tellstick.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/switch.transmission.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/switch.vera.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/switch.wemo.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/switch.wink.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/tellstick.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/thermostat.ecobee.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/thermostat.heat_control.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/thermostat.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/thermostat.nest.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/thermostat.radiotherm.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/vera.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/verisure.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/wink.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/zone.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/components/zwave.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/demo/frontend.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/demo/index.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/developers/add_new_platform.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/developers/api.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/developers/architecture.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/developers/creating_components.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/developers/credits.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/developers/frontend.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/developers/python_api.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/developers/rest_api.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/developers/website.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/getting-started/android.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/getting-started/automation.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/getting-started/autostart.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/getting-started/configuration.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/getting-started/devices.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/getting-started/presence-detection.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/getting-started/templating.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/getting-started/troubleshooting-configuration.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/getting-started/troubleshooting.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/googlef4f3693c209fe788.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:06+00:00 https://home-assistant.io/static/mdi-demo.html -2016-04-09T15:52:32+00:00 +2016-04-09T16:13:07+00:00