diff --git a/atom.xml b/atom.xml index ea4a0dd6e3..b7938210e2 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
The input boolean component allows the user to define boolean values that can be controlled via the frontend and can be used within conditions of automation. This can for example be used to disable or enable certain automations.
+The input_boolean
component allows the user to define boolean values that can be controlled via the frontend and can be used within conditions of automation. This can for example be used to disable or enable certain automations.
# Example configuration.yaml entry input_boolean: notify_home: - # Optional, friendly name of entry name: Notify when someome arrives home - # Optional, value when Home Assistant starts initial: off - # Optional, icon for entry icon: mdi:car
Configuration variables:
+ +Pick an icon that you can find on materialdesignicons.com to use for your input and prefix the name with mdi:
. For example mdi:car
, mdi:ambulance
, or mdi:motorbike
.
Configuration variables:
+ +If no configuration is given, the zone component will create a zone for home. This zone will use location given in the configuration.yaml
file and have a radius of 100 meters. To override this, create a zone configuration and name it ‘Home’.
If no configuration is given, the zone
component will create a zone for home. This zone will use location given in the configuration.yaml
file and have a radius of 100 meters. To override this, create a zone configuration and name it ‘Home’.
It is preferred to pick an icon to use for your zone. Pick any zone that you can find on materialdesignicons.com and prefix the name with mdi:
. For example mdi:school
, mdi:worker
, mdi:home
, mdi:cart
, mdi:castle
.
It is preferred to pick an icon to use for your zone. Pick any zone that you can find on materialdesignicons.com and prefix the name with mdi:
. For example mdi:school
, mdi:worker
, mdi:home
, mdi:cart
, or mdi:castle
.
It can happen that you run into trouble while installing Home Assistant. This page is here to help
-you figure out the most common problems.
It can happen that you run into trouble while installing Home Assistant. This page is here to help you figure out the most common problems.
-pip3: command not found
-This utility should have been installed as part of the Python 3.4 installation. Check if Python 3.4 is installed by running python3 --version
. If it is not installed, download it here.
This utility should have been installed as part of the Python 3.4 installation. Check if Python 3.4 is installed by running python3 --version
. If it is not installed, download it here.
If you are able to successfully run python3 --version
but not pip3
, run the following command instead to install Home Assistant:
No module named pip
-Pip should come bundled with the latest Python 3 but is ommitted by some distributions. If you are unable to run python3 -m pip --version
you can install pip
by downloading the installer and run it with Python 3:
Pip should come bundled with the latest Python 3 but is ommitted by some distributions. If you are unable to run python3 -m pip --version
you can install pip
by downloading the installer and run it with Python 3:
$ python3 get-pip.py @@ -135,21 +134,21 @@ This utility should have been installed as part of the Python 3.4 installation.
distutils.errors.DistutilsOptionError: must supply either home or prefix/exec-prefix – not both
-This is a known issue if you’re on a Mac using Homebrew to install Python. Please follow these instructions to resolve it.
This is a known issue if you’re on a Mac using Homebrew to install Python. Please follow these instructions to resolve it.
-CentOS and Python 3
-To run Python 3.x on CentOS or RHEL, Software Collections needs to be activated.
To run Python 3.x on CentOS or RHEL, Software Collections needs to be activated.
-No access to the frontend
-In newer Linux distributions (at least Fedora 22/CentOS 7) the access to a host is very limited. This means that you can’t access the Home Assistant Frontend that is running on a host outside of the host machine. Windows and OSX machines may also have issues with this.
In newer Linux distributions (at least Fedora 22/CentOS 7) the access to a host is very limited. This means that you can’t access the Home Assistant frontend that is running on a host outside of the host machine. Windows and OSX machines may also have issues with this.
To fix this you will need to open your machine’s firewall for TCP traffic over port 8123. The method for doing this will vary depending on your operating system and the firewall you have installed. Below are some suggestions to try. Google is your friend here.
Windows instructions
Mac OSX instructions
For firewalld systems (Fedora, RHEL, etc.):
+For systems with firewalld (Fedora, CentOS/RHEL, etc.):
$ sudo firewall-cmd --permanent --add-port=8123/tcp @@ -166,7 +165,7 @@ $ sudo firewall-cmd --reload
For iptables systems (usually the default):
+For iptables
systems (was the default for older distributions):
$ iptables -I INPUT -p tcp --dport 8123 -j ACCEPT @@ -175,8 +174,8 @@ $ iptables-save > /etc/network/iptables.rules # your rules may be saved else
Run the development version
-If you want to stay on top of the development of Home Assistant then you can upgrade to the dev branch. This can result in an unstable system, loss of data etc etc.
If you want to stay on top of the development of Home Assistant then you can upgrade to the dev
branch. This can result in an unstable system, loss of data, etc, etc.
$ pip3 install --upgrade git+git://github.com/balloob/home-assistant.git@dev diff --git a/sitemap.xml b/sitemap.xml index 4e77e37a0b..1354c7c408 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -948,618 +948,618 @@https://home-assistant.io/components/alarm_control_panel.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/alarm_control_panel.manual.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/alarm_control_panel.mqtt.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/arduino.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/automation.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/browser.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/camera.foscam.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/camera.generic.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/configurator.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/conversation.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/device_sun_light_trigger.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/device_tracker.actiontec.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/device_tracker.aruba.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/device_tracker.asuswrt.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/device_tracker.ddwrt.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/device_tracker.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/device_tracker.locative.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/device_tracker.luci.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/device_tracker.mqtt.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/device_tracker.netgear.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/device_tracker.nmap_scanner.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/device_tracker.owntracks.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/device_tracker.snmp.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/device_tracker.thomson.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/device_tracker.tomato.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/device_tracker.tplink.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/device_tracker.ubus.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/discovery.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/downloader.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/ecobee.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/group.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/history.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/ifttt.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/ifttt.manything.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/introduction.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/isy994.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/keyboard.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/light.blinksticklight.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/light.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/light.hue.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/light.hyperion.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/light.limitlessled.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/light.rfxtrx.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/light.tellstick.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/light.vera.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/light.wink.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/lock.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/lock.wink.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/logbook.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/media_player.cast.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/media_player.denon.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/media_player.firetv.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/media_player.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/media_player.itunes.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/media_player.kodi.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/media_player.mpd.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/media_player.plex.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/media_player.sonos.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/media_player.squeezebox.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/modbus.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/mqtt.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/notify.file.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/notify.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/notify.instapush.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/notify.nma.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/notify.pushbullet.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/notify.pushover.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/notify.slack.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/notify.smtp.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/notify.syslog.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/notify.telegram.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/notify.xmpp.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/rfxtrx.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/scene.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/script.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.arduino.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.arest.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.bitcoin.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.command_sensor.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.cpuspeed.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.dht.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.ecobee.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.efergy.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.forecast.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.glances.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.modbus.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.mqtt.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.mysensors.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.openweathermap.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.rest.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.rfxtrx.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.rpi_gpio.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.sabnzbd.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.swiss_public_transport.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.systemmonitor.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.tellstick.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.temper.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.time_date.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.transmission.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.vera.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.wink.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sensor.worldclock.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/shell_command.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/simple_alarm.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/sun.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/switch.arduino.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/switch.arest.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/switch.command_switch.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/switch.edimax.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/switch.hikvision.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/switch.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/switch.modbus.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/switch.mqtt.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/switch.rest.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/switch.rfxtrx.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/switch.rpi_gpio.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/switch.tellstick.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/switch.transmission.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/switch.vera.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/switch.wemo.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/switch.wink.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/tellstick.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/thermostat.ecobee.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/thermostat.heat_control.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/thermostat.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/thermostat.nest.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/thermostat.radiotherm.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/vera.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/verisure.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/wink.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/zone.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/components/zwave.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/demo/frontend.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/demo/index.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/developers/add_new_platform.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/developers/api.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/developers/architecture.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/developers/creating_components.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/developers/credits.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/developers/frontend.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/developers/python_api.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/developers/rest_api.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/developers/website.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/getting-started/android.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/getting-started/automation.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/getting-started/autostart.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/getting-started/configuration.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/getting-started/devices.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/getting-started/presence-detection.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/getting-started/troubleshooting-configuration.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/getting-started/troubleshooting.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/googlef4f3693c209fe788.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00 https://home-assistant.io/static/mdi-demo.html -2016-01-26T10:18:49+00:00 +2016-01-26T15:18:15+00:00