From 520abac56f6346bd133207fabdf32e8456903a9b Mon Sep 17 00:00:00 2001
From: Travis CI
Date: Mon, 22 Feb 2016 06:51:58 +0000
Subject: [PATCH] Site updated at 2016-02-22 06:51:58 UTC
---
atom.xml | 2 +-
blog/categories/architecture/atom.xml | 2 +-
blog/categories/branding/atom.xml | 2 +-
blog/categories/community/atom.xml | 2 +-
blog/categories/esp8266/atom.xml | 2 +-
blog/categories/how-to/atom.xml | 2 +-
blog/categories/mqtt/atom.xml | 2 +-
.../public-service-announcement/atom.xml | 2 +-
blog/categories/release-notes/atom.xml | 2 +-
blog/categories/survey/atom.xml | 2 +-
blog/categories/user-stories/atom.xml | 2 +-
developers/frontend/index.html | 21 +-
sitemap.xml | 310 +++++++++---------
13 files changed, 176 insertions(+), 177 deletions(-)
diff --git a/atom.xml b/atom.xml
index 5822e2b6bf..5082122fd4 100644
--- a/atom.xml
+++ b/atom.xml
@@ -4,7 +4,7 @@
- 2016-02-20T20:10:33+00:00
+ 2016-02-22T06:51:37+00:00
https://home-assistant.io/
diff --git a/blog/categories/architecture/atom.xml b/blog/categories/architecture/atom.xml
index 33fd68c0b1..d011530525 100644
--- a/blog/categories/architecture/atom.xml
+++ b/blog/categories/architecture/atom.xml
@@ -4,7 +4,7 @@
- 2016-02-20T20:10:33+00:00
+ 2016-02-22T06:51:37+00:00
https://home-assistant.io/
diff --git a/blog/categories/branding/atom.xml b/blog/categories/branding/atom.xml
index 79fb114948..287dff2055 100644
--- a/blog/categories/branding/atom.xml
+++ b/blog/categories/branding/atom.xml
@@ -4,7 +4,7 @@
- 2016-02-20T20:10:33+00:00
+ 2016-02-22T06:51:37+00:00
https://home-assistant.io/
diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml
index 373471f81a..88329b388d 100644
--- a/blog/categories/community/atom.xml
+++ b/blog/categories/community/atom.xml
@@ -4,7 +4,7 @@
- 2016-02-20T20:10:33+00:00
+ 2016-02-22T06:51:37+00:00
https://home-assistant.io/
diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml
index 1fa2674403..5f3f40c554 100644
--- a/blog/categories/esp8266/atom.xml
+++ b/blog/categories/esp8266/atom.xml
@@ -4,7 +4,7 @@
- 2016-02-20T20:10:33+00:00
+ 2016-02-22T06:51:37+00:00
https://home-assistant.io/
diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml
index b569a1757f..3a77f9c00f 100644
--- a/blog/categories/how-to/atom.xml
+++ b/blog/categories/how-to/atom.xml
@@ -4,7 +4,7 @@
- 2016-02-20T20:10:33+00:00
+ 2016-02-22T06:51:37+00:00
https://home-assistant.io/
diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml
index 04d5d29ddb..6a97b684a6 100644
--- a/blog/categories/mqtt/atom.xml
+++ b/blog/categories/mqtt/atom.xml
@@ -4,7 +4,7 @@
- 2016-02-20T20:10:33+00:00
+ 2016-02-22T06:51:37+00:00
https://home-assistant.io/
diff --git a/blog/categories/public-service-announcement/atom.xml b/blog/categories/public-service-announcement/atom.xml
index 40252141fd..094906284c 100644
--- a/blog/categories/public-service-announcement/atom.xml
+++ b/blog/categories/public-service-announcement/atom.xml
@@ -4,7 +4,7 @@
- 2016-02-20T20:10:33+00:00
+ 2016-02-22T06:51:37+00:00
https://home-assistant.io/
diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml
index b9167ce314..6a53ef1976 100644
--- a/blog/categories/release-notes/atom.xml
+++ b/blog/categories/release-notes/atom.xml
@@ -4,7 +4,7 @@
- 2016-02-20T20:10:33+00:00
+ 2016-02-22T06:51:37+00:00
https://home-assistant.io/
diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml
index b7c1a54a7f..cda5262c9d 100644
--- a/blog/categories/survey/atom.xml
+++ b/blog/categories/survey/atom.xml
@@ -4,7 +4,7 @@
- 2016-02-20T20:10:33+00:00
+ 2016-02-22T06:51:37+00:00
https://home-assistant.io/
diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml
index 249793b96e..12f1735083 100644
--- a/blog/categories/user-stories/atom.xml
+++ b/blog/categories/user-stories/atom.xml
@@ -4,7 +4,7 @@
- 2016-02-20T20:10:33+00:00
+ 2016-02-22T06:51:37+00:00
https://home-assistant.io/
diff --git a/developers/frontend/index.html b/developers/frontend/index.html
index 3bd595177f..e7482e516d 100644
--- a/developers/frontend/index.html
+++ b/developers/frontend/index.html
@@ -205,13 +205,13 @@ Polymer build architecture diagram
The different badges are located in the file /src/components/entity/ha-state-label-badge.js
.
-Adding a custom card type can be done with a few simple steps. For this example we will add a new state card for the domain camera
: (All files in this example link to their source code)
+Adding a custom card type can be done with a few simple steps. For this example we will add a new state card for the domain camera
:
- Add 'camera'
to the array DOMAINS_WITH_CARD
in the file /util/state-card-type.js
.
- Create the files state-card-camera.html
and state-card-camera.js
in the folder /state-summary/
.
- Add require('./state-card-camera')
to state-card-content.js
.
- Add <link rel="import" href="state-card-camera.html">
to state-card-content.html
.
+ Add 'camera'
to the array DOMAINS_WITH_CARD
in the file /util/state-card-type.js .
+ Create the files state-card-camera.html
and state-card-camera.js
in the folder /state-summary/ .
+ Add require('./state-card-camera')
to state-card-content.js .
+ Add <link rel="import" href="state-card-camera.html">
to state-card-content.html .
More info screens for custom types
@@ -223,14 +223,13 @@ Polymer build architecture diagram
The more info dialog for a light allows the user to control the color and the brightness.
-The instructions to add a more info dialog are very similar to adding a new card type. This example will add a new more info component for the domain camera
:
-(All files in this example link to their source-code)
+The instructions to add a more info dialog are very similar to adding a new card type. This example will add a new more info component for the domain camera
:
- Add 'camera'
to the array DOMAINS_WITH_MORE_INFO
in the file util/state-more-info-type.js
.
- Create the files more-info-camera.html
and more-info-camera.js
in the folder /more-infos
.
- Add require('./more-info-camera')
to more-info-content.js
- Add <link rel="import" href="more-info-camera.html">
to more-info-content.html
+ Add 'camera'
to the array DOMAINS_WITH_MORE_INFO
in the file util/state-more-info-type.js .
+ Create the files more-info-camera.html
and more-info-camera.js
in the folder /more-infos .
+ Add require('./more-info-camera')
to more-info-content.js
+ Add <link rel="import" href="more-info-camera.html">
to more-info-content.html
diff --git a/sitemap.xml b/sitemap.xml
index bd5adb1223..b1b36fc7f3 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1167,622 +1167,622 @@
https://home-assistant.io/components/alarm_control_panel.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/alarm_control_panel.manual.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/alarm_control_panel.mqtt.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/arduino.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/automation.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/browser.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/camera.foscam.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/camera.generic.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/configurator.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/conversation.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/device_sun_light_trigger.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/device_tracker.actiontec.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/device_tracker.aruba.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/device_tracker.asuswrt.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/device_tracker.ddwrt.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/device_tracker.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/device_tracker.locative.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/device_tracker.luci.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/device_tracker.mqtt.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/device_tracker.netgear.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/device_tracker.nmap_scanner.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/device_tracker.owntracks.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/device_tracker.snmp.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/device_tracker.thomson.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/device_tracker.tomato.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/device_tracker.tplink.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/device_tracker.ubus.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/discovery.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/downloader.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/ecobee.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/group.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/history.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/ifttt.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/ifttt.manything.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/introduction.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/isy994.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/keyboard.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/light.blinksticklight.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/light.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/light.hue.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/light.hyperion.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/light.limitlessled.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/light.rfxtrx.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/light.tellstick.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/light.vera.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/light.wink.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/lock.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/lock.wink.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/logbook.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/media_player.cast.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/media_player.denon.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/media_player.firetv.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/media_player.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/media_player.itunes.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/media_player.kodi.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/media_player.mpd.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/media_player.plex.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/media_player.sonos.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/media_player.squeezebox.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/modbus.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/mqtt.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/notify.file.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/notify.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/notify.instapush.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/notify.nma.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/notify.pushbullet.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/notify.pushover.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/notify.slack.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/notify.smtp.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/notify.syslog.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/notify.telegram.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/notify.xmpp.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/rfxtrx.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/scene.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/script.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.arduino.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.arest.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.bitcoin.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.command_sensor.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.cpuspeed.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.dht.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.ecobee.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.efergy.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.forecast.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.glances.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.modbus.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.mqtt.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.mysensors.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.openweathermap.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.rest.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.rfxtrx.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.rpi_gpio.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.sabnzbd.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.speedtest.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.swiss_public_transport.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.systemmonitor.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.tellstick.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.temper.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.time_date.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.transmission.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.vera.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.wink.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sensor.worldclock.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/shell_command.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/simple_alarm.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/sun.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/switch.arduino.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/switch.arest.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/switch.command_switch.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/switch.edimax.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/switch.hikvision.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/switch.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/switch.modbus.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/switch.mqtt.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/switch.rest.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/switch.rfxtrx.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/switch.rpi_gpio.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/switch.tellstick.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/switch.transmission.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/switch.vera.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/switch.wemo.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/switch.wink.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/tellstick.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/thermostat.ecobee.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/thermostat.heat_control.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/thermostat.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/thermostat.nest.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/thermostat.radiotherm.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/vera.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/verisure.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/wink.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/zone.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/components/zwave.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/demo/frontend.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/demo/index.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/developers/add_new_platform.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/developers/api.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/developers/architecture.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/developers/creating_components.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/developers/credits.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/developers/frontend.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/developers/python_api.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/developers/rest_api.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/developers/website.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/getting-started/android.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/getting-started/automation.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/getting-started/autostart.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/getting-started/configuration.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/getting-started/devices.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/getting-started/presence-detection.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/getting-started/troubleshooting-configuration.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/getting-started/troubleshooting.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/googlef4f3693c209fe788.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00
https://home-assistant.io/static/mdi-demo.html
- 2016-02-20T20:09:52+00:00
+ 2016-02-22T06:50:51+00:00