diff --git a/atom.xml b/atom.xml index 50a1f45386..b5ee09511e 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
Check the Set State page from the Developer Tools and browse the Current entities: listing for all available entities.
+By default, every group appears in the HOME tab. If you name a group default_view
it will REPLACE the contents of the HOME tab so you can customize it as you wish.
# Example configuration.yaml entry group: - # If you name an entry default_view it will REPLACE the contents of the "Home" tab default_view: view: yes entities: @@ -147,10 +148,10 @@Configuration variables:
@@ -158,16 +159,24 @@ Example of groups shown as views in the frontend.
-If all entities are switches or lights they can be controlled as one with a switch at the top of the card. Grouped states should share the same type of states (ON/OFF or HOME/NOT_HOME).
+If all entities in a group are switches or lights then Home Assistant adds a switch at the top of the card that turns them all on/off at once.
+ +You can create views (tabs) that contain other groups.
+Notice in the example below that in order to refer to the group “Living Room”, you use group.living_room
(lowercase and spaces replaced with underscores).
# Example configuration.yaml entry -group: - living_room: - - light.bowl - - light.ceiling - - light.tv_back_light - children: device_tracker.child_1, device_tracker.child_2 +# Example configuration.yaml entry that shows two groups, referred to in a view group (tab) + Living Room: + entities: + - light.light_family_1 + - binary_sensor.motion_living + Bedroom: light.light_bedroom, switch.sleeping + Rooms: + view: yes + name: Rooms + entities: + - group.living_room + - group.bedroom
This component uses speetest-cli to gather network performance data from Speedtest.net. Please be aware of the potential inconsistencies that this component may display.
+This component uses speedtest-cli to gather network performance data from Speedtest.net. Please be aware of the potential inconsistencies that this component may display.
diff --git a/getting-started/devices/index.html b/getting-started/devices/index.html index e4c89ad998..a94e7749ee 100644 --- a/getting-started/devices/index.html +++ b/getting-started/devices/index.html @@ -119,11 +119,9 @@See the components overview page to find installation instructions for your devices and services. If you can’t find support for your favorite device or service, consider adding support.
-Usually every entity needs its own entry in the configuration.yaml
file. There are two kinds of style for multiple entries:
Usually every entity needs its own entry in the configuration.yaml
file. There are two styles for multiple entries:
Collect every entity under the “parent”.
+sensor:
@@ -142,23 +140,23 @@
If you prefer to place your entries somewhere in the configuration.yaml
file then you just choose this style. You need to append numbers (see example below) or strings (like media_player livingroom:
or media_player kitchen:
) to differentiate the entries. The appended number or string must be unique.
You need to append numbers or strings to differentiate the entries, as in the example below. The appended number or string must be unique.
media_player 1: +media_player livingroom: platform: mpd server: IP_ADDRESS -media_player 2: +media_player kitchen: platform: plex -camera: +camera 1: platform: generic -media_player 3: - platform: sonos +camera 2: + platform: mjpeg
Once you have a bunch of devices set up, it is time to organize them. This can be done using groups. Each group exists of a name and a list of entity IDs. Entity IDs can be retrieved from the web interface by using the Set State page in the Developer Tools (icon in the middle).
+Once you have a bunch of devices set up, it is time to organize them into groups.
+Each group exists of a name and a list of entity IDs. Entity IDs can be retrieved from the web interface by using the Set State page in the Developer Tools (second icon).
# Example configuration.yaml entry +# Example configuration.yaml entry showing two styles group: living_room: light.table_lamp, switch.ac bedroom: @@ -186,9 +185,11 @@ If your devices are not showing up in the frontend then check the entries in youCustomizing devices and services
-By default, all of your devices will be visible and have a default icon determined by their domain. You may find it desireable to customize the look and feel of your front page by altering some of these parameters. This can be done by adding the following configuration to the
+homeassistant:
section.By default, all of your devices will be visible and have a default icon determined by their domain. You can customize the look and feel of your front page by altering some of these parameters. This can be done by adding the following configuration inside the
-homeassistant:
section.+
entity_pictures
, badges,device_tracker
pictures, etc. can either be a URL or/local/file.jpg
, which points to directorywww
in the HASS configuration directory.+ +
entity_picture
s, badges,device_tracker
pictures, etc. can either be external URLs or like/local/filename.jpg
, where/local
points to the directorywww
in the HASS configuration directory. You may have to create thewww
directory yourself as it is not made automatically.You can also use
icon
and refer to any icon from MaterialDesignIcons.com.diff --git a/sitemap.xml b/sitemap.xml index efc0228564..17e30f1dc3 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1283,626 +1283,626 @@# Example configuration.yaml entry @@ -197,10 +198,13 @@ If your devices are not showing up in the frontend then check the entries in you # Add this to your existing configuration # Only the `entity_id` is required. All other options are optional. customize: - some.entity_id: + thermostat.family_roomfamily_room: hidden: true - entity_picture: http://placehold.it/200x200 - friendly_name: My better name + entity_picture: https://dl.dropboxusercontent.com/u/12345/images/nest.jpg + friendly_name: Nest + switch.wemo_switch_1: + friendly_name: Kitchen kettle + icon: mdi:kettlehttps://home-assistant.io/components/alarm_control_panel.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/alarm_control_panel.manual.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/alarm_control_panel.mqtt.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/arduino.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/automation.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/browser.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/camera.foscam.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/camera.generic.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/configurator.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/conversation.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/device_sun_light_trigger.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/device_tracker.actiontec.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/device_tracker.aruba.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/device_tracker.asuswrt.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/device_tracker.ddwrt.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/device_tracker.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/device_tracker.locative.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/device_tracker.luci.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/device_tracker.mqtt.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/device_tracker.netgear.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/device_tracker.nmap_scanner.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/device_tracker.owntracks.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/device_tracker.snmp.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/device_tracker.thomson.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/device_tracker.tomato.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/device_tracker.tplink.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/device_tracker.ubus.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/discovery.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/downloader.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/ecobee.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/group.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/history.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/ifttt.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/ifttt.manything.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/introduction.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/isy994.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/keyboard.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/light.blinksticklight.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/light.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/light.hue.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/light.hyperion.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/light.limitlessled.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/light.rfxtrx.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/light.tellstick.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/light.vera.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/light.wink.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/lock.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/lock.wink.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/logbook.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/media_player.cast.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/media_player.denon.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/media_player.firetv.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/media_player.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/media_player.itunes.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/media_player.kodi.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/media_player.mpd.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/media_player.plex.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/media_player.sonos.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/media_player.squeezebox.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/modbus.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/mqtt.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/notify.file.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/notify.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/notify.instapush.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/notify.nma.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/notify.pushbullet.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/notify.pushover.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/notify.slack.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/notify.smtp.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/notify.syslog.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/notify.telegram.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/notify.xmpp.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/rfxtrx.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/scene.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/script.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.arduino.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.arest.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.bitcoin.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.command_sensor.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.cpuspeed.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.dht.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.ecobee.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.efergy.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.forecast.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.glances.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.modbus.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.mqtt.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.mysensors.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.openweathermap.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.rest.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.rfxtrx.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.rpi_gpio.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.sabnzbd.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.speedtest.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.swiss_public_transport.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.systemmonitor.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.tellstick.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.temper.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.time_date.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.transmission.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.vera.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.wink.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sensor.worldclock.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/shell_command.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/simple_alarm.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/sun.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/switch.arduino.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/switch.arest.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/switch.command_switch.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/switch.edimax.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/switch.hikvision.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/switch.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/switch.modbus.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/switch.mqtt.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/switch.rest.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/switch.rfxtrx.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/switch.rpi_gpio.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/switch.tellstick.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/switch.transmission.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/switch.vera.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/switch.wemo.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/switch.wink.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/tellstick.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/thermostat.ecobee.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/thermostat.heat_control.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/thermostat.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/thermostat.nest.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/thermostat.radiotherm.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/vera.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/verisure.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/wink.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/zone.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/components/zwave.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/demo/frontend.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/demo/index.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/developers/add_new_platform.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/developers/api.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/developers/architecture.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/developers/creating_components.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/developers/credits.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/developers/frontend.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/developers/python_api.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/developers/rest_api.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/developers/website.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/getting-started/android.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/getting-started/automation.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/getting-started/autostart.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/getting-started/configuration.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/getting-started/devices.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/getting-started/presence-detection.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/getting-started/templating.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/getting-started/troubleshooting-configuration.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/getting-started/troubleshooting.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/googlef4f3693c209fe788.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00 https://home-assistant.io/static/mdi-demo.html -2016-03-20T12:22:40+00:00 +2016-03-20T21:56:27+00:00