diff --git a/atom.xml b/atom.xml index a9a7400c28..5ef7214d90 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2016-04-09T08:36:13+00:00 + 2016-04-09T09:58:41+00:00 https://home-assistant.io/ diff --git a/blog/categories/branding/atom.xml b/blog/categories/branding/atom.xml index 4c1a737578..294ee3ab1c 100644 --- a/blog/categories/branding/atom.xml +++ b/blog/categories/branding/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Branding | Home Assistant]]> - 2016-04-09T08:36:13+00:00 + 2016-04-09T09:58:41+00:00 https://home-assistant.io/ diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml index f9d246a06c..1ad0971d41 100644 --- a/blog/categories/community/atom.xml +++ b/blog/categories/community/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Community | Home Assistant]]> - 2016-04-09T08:36:13+00:00 + 2016-04-09T09:58:41+00:00 https://home-assistant.io/ diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml index 8dae54a99b..b17d6dafa6 100644 --- a/blog/categories/esp8266/atom.xml +++ b/blog/categories/esp8266/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: ESP8266 | Home Assistant]]> - 2016-04-09T08:36:13+00:00 + 2016-04-09T09:58:41+00:00 https://home-assistant.io/ diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml index 9171109945..fc5d81ab13 100644 --- a/blog/categories/how-to/atom.xml +++ b/blog/categories/how-to/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: How-To | Home Assistant]]> - 2016-04-09T08:36:13+00:00 + 2016-04-09T09:58:41+00:00 https://home-assistant.io/ diff --git a/blog/categories/internet-of-things/atom.xml b/blog/categories/internet-of-things/atom.xml index 3b4810b0b3..feb009908f 100644 --- a/blog/categories/internet-of-things/atom.xml +++ b/blog/categories/internet-of-things/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Internet-of-Things | Home Assistant]]> - 2016-04-09T08:36:13+00:00 + 2016-04-09T09:58:41+00:00 https://home-assistant.io/ diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index 9b2f1d15cf..45e6ff4f78 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: MQTT | Home Assistant]]> - 2016-04-09T08:36:13+00:00 + 2016-04-09T09:58:41+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 b69222f802..890b6c05f8 100644 --- a/blog/categories/public-service-announcement/atom.xml +++ b/blog/categories/public-service-announcement/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Public-Service-Announcement | Home Assistant]]> - 2016-04-09T08:36:13+00:00 + 2016-04-09T09:58:41+00:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index 318202f142..804dbd9a9d 100644 --- a/blog/categories/release-notes/atom.xml +++ b/blog/categories/release-notes/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Release-Notes | Home Assistant]]> - 2016-04-09T08:36:13+00:00 + 2016-04-09T09:58:41+00:00 https://home-assistant.io/ diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml index 03756fbcaa..4abec56911 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Survey | Home Assistant]]> - 2016-04-09T08:36:13+00:00 + 2016-04-09T09:58:41+00:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index 137bebaa9a..4396b702ce 100644 --- a/blog/categories/user-stories/atom.xml +++ b/blog/categories/user-stories/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: User-Stories | Home Assistant]]> - 2016-04-09T08:36:13+00:00 + 2016-04-09T09:58:41+00:00 https://home-assistant.io/ diff --git a/components/sensor.loop_energy/index.html b/components/sensor.loop_energy/index.html index 75373e3e44..f98e87b5cc 100644 --- a/components/sensor.loop_energy/index.html +++ b/components/sensor.loop_energy/index.html @@ -115,14 +115,37 @@

Integrate your Loop Energy meter information into Home Assistant.

-

To enable the Loop Energy sensor, add the following lines to your configuration.yaml:

+

To use this sensor you need the the client serial number and secret keys for your devices.

+ +

The library used to get the data isn’t officially supported and the only way to get the keys is to log into loop energy’s website and type a command into your browser console.

+ +

To do this log into Loop Energy. Once you’re logged in you should be able see see your live readings on the webpage.

+ +

You can then open your browser’s console window, how you do this varies by browser but in Chrome you click on `More Tools / Developer Tools’ and click on the console window. You then type:-

+ +

Drupal.settings.navetas_realtime.

+ +

This should show something like
+ +client_ip: "127.0.0.1" +gas_secret: "GAS_SECRET" +gas_serial: "GAS_SERIAL" +host: "www.your-loop.com" +... +secret: "ELECTRICAL_SECRET" +serial: "ELECTRICAL_SERIAL" +

+ +

The serial and secret tokens are the ones you need. If you just have an electricity monitor - then you won’t see the gas keys.

+ +

Now you have the keys, add the following lines to your configuration.yaml, replacing the SERIAL and SECRET keys with the ones you found in the console:

# Example configuration.yaml entry
 sensor:
   platform: loopenergy
-  electricity_serial: ELECRITCAL_SERIAL
-  electricity_secret: ELECTRICAL_OFFSET
+  electricity_serial: ELECTRICAL_SERIAL
+  electricity_secret: ELECTRICAL_SECRET
   gas_serial: GAS_SERIAL
   gas_secret: GAS_SECRET
 
@@ -132,12 +155,15 @@

Configuration variables:

    -
  • electricity_serial (Required): Serial of your electricity sensor
  • -
  • electricity_secret (Required): Secret for your electricity Sensor
  • -
  • gas_serial (Required): Serial for your gas sensor.
  • -
  • gas_secret (Required): Secret for your gas sensor.
  • +
  • electricity_serial (Required): Serial number of your electricity sensor
  • +
  • electricity_secret (Required): Secret key for your electricity sensor
  • +
  • gas_serial (Required): Serial number for your gas sensor.
  • +
  • gas_secret (Required): Secret key for your gas sensor.
+

The electricity readings are updated every 10 seconds and the gas readings every 15 minutes.

+ +

The gas readings are experimental and not all gas meters are properly supported - so if the data you see doesn’t agree with the readings you see via loop energy please report an issue.

diff --git a/sitemap.xml b/sitemap.xml index cd207b9ddb..b366b4e900 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1374,630 +1374,630 @@ https://home-assistant.io/components/alarm_control_panel.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/alarm_control_panel.manual.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/alarm_control_panel.mqtt.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/arduino.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/automation.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/browser.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/camera.foscam.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/camera.generic.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/configurator.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/conversation.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/device_sun_light_trigger.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/device_tracker.actiontec.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/device_tracker.aruba.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/device_tracker.asuswrt.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/device_tracker.ddwrt.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/device_tracker.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/device_tracker.locative.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/device_tracker.luci.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/device_tracker.mqtt.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/device_tracker.netgear.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/device_tracker.nmap_scanner.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/device_tracker.owntracks.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/device_tracker.snmp.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/device_tracker.thomson.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/device_tracker.tomato.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/device_tracker.tplink.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/device_tracker.ubus.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/discovery.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/downloader.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/ecobee.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/group.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/history.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/ifttt.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/ifttt.manything.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/introduction.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/isy994.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/keyboard.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/light.blinksticklight.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/light.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/light.hue.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/light.hyperion.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/light.limitlessled.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/light.rfxtrx.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/light.tellstick.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/light.vera.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/light.wink.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/lock.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/lock.wink.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/logbook.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/media_player.cast.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/media_player.denon.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/media_player.firetv.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/media_player.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/media_player.itunes.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/media_player.kodi.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/media_player.mpd.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/media_player.plex.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/media_player.sonos.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/media_player.squeezebox.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/modbus.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/mqtt.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/notify.file.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/notify.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/notify.instapush.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/notify.nma.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/notify.pushbullet.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/notify.pushover.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/notify.slack.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/notify.smtp.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/notify.syslog.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/notify.telegram.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/notify.xmpp.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/rfxtrx.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/scene.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/script.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.arduino.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.arest.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.bitcoin.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.command_sensor.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.cpuspeed.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.dht.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.ecobee.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.efergy.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.forecast.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.glances.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.modbus.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.mqtt.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.mysensors.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.openweathermap.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.rest.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.rfxtrx.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.rpi_gpio.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.sabnzbd.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.speedtest.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.swiss_public_transport.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.systemmonitor.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.tellstick.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.temper.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.time_date.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.transmission.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.vera.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.wink.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sensor.worldclock.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/shell_command.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/simple_alarm.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/sun.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/switch.arduino.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/switch.arest.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/switch.command_switch.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/switch.edimax.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/switch.hikvision.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/switch.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/switch.modbus.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/switch.mqtt.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/switch.pulseaudio_loopback.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/switch.rest.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/switch.rfxtrx.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/switch.rpi_gpio.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/switch.tellstick.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/switch.transmission.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/switch.vera.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/switch.wemo.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/switch.wink.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/tellstick.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/thermostat.ecobee.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/thermostat.heat_control.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/thermostat.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/thermostat.nest.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/thermostat.radiotherm.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/vera.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/verisure.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/wink.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/zone.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/components/zwave.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/demo/frontend.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/demo/index.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/developers/add_new_platform.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/developers/api.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/developers/architecture.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/developers/creating_components.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/developers/credits.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/developers/frontend.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/developers/python_api.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/developers/rest_api.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/developers/website.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/getting-started/android.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/getting-started/automation.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/getting-started/autostart.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/getting-started/configuration.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/getting-started/devices.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/getting-started/presence-detection.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/getting-started/templating.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/getting-started/troubleshooting-configuration.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/getting-started/troubleshooting.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/googlef4f3693c209fe788.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00 https://home-assistant.io/static/mdi-demo.html - 2016-04-09T08:35:32+00:00 + 2016-04-09T09:57:59+00:00