diff --git a/atom.xml b/atom.xml index 29a2b0195e..a8b49b3ac0 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2016-01-22T10:40:27+00:00 + 2016-01-22T10:54:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/architecture/atom.xml b/blog/categories/architecture/atom.xml index 183dd2e869..7d72800c4e 100644 --- a/blog/categories/architecture/atom.xml +++ b/blog/categories/architecture/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Architecture | Home Assistant]]> - 2016-01-22T10:40:27+00:00 + 2016-01-22T10:54:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/branding/atom.xml b/blog/categories/branding/atom.xml index e92775cc12..72fd682984 100644 --- a/blog/categories/branding/atom.xml +++ b/blog/categories/branding/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Branding | Home Assistant]]> - 2016-01-22T10:40:27+00:00 + 2016-01-22T10:54:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/community/atom.xml b/blog/categories/community/atom.xml index 1947c44b46..b278b8f84b 100644 --- a/blog/categories/community/atom.xml +++ b/blog/categories/community/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Community | Home Assistant]]> - 2016-01-22T10:40:27+00:00 + 2016-01-22T10:54:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/esp8266/atom.xml b/blog/categories/esp8266/atom.xml index 3f283fdb0b..2673dcc90e 100644 --- a/blog/categories/esp8266/atom.xml +++ b/blog/categories/esp8266/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: ESP8266 | Home Assistant]]> - 2016-01-22T10:40:27+00:00 + 2016-01-22T10:54:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml index 987e7be210..1971bbc661 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-01-22T10:40:27+00:00 + 2016-01-22T10:54:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/mqtt/atom.xml b/blog/categories/mqtt/atom.xml index 0507d090d3..bca3e6a869 100644 --- a/blog/categories/mqtt/atom.xml +++ b/blog/categories/mqtt/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: MQTT | Home Assistant]]> - 2016-01-22T10:40:27+00:00 + 2016-01-22T10:54:48+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 04331c35b2..a8f7f8fcb2 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-01-22T10:40:27+00:00 + 2016-01-22T10:54:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index 6de749adf2..8e9bce472d 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-01-22T10:40:27+00:00 + 2016-01-22T10:54:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/survey/atom.xml b/blog/categories/survey/atom.xml index 1091edd96f..94dad30634 100644 --- a/blog/categories/survey/atom.xml +++ b/blog/categories/survey/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: Survey | Home Assistant]]> - 2016-01-22T10:40:27+00:00 + 2016-01-22T10:54:48+00:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index a7e19b6ee4..970bc19783 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-01-22T10:40:27+00:00 + 2016-01-22T10:54:48+00:00 https://home-assistant.io/ diff --git a/components/alarm_control_panel.mqtt/index.html b/components/alarm_control_panel.mqtt/index.html index 4e08cd45b0..648567186d 100644 --- a/components/alarm_control_panel.mqtt/index.html +++ b/components/alarm_control_panel.mqtt/index.html @@ -107,9 +107,9 @@
-

This platform enables the possibility to control an MQTT alarm panel. The Alarm Icon will change state after receiving a new state from state_topic. If these messages are published with RETAIN flag, the MQTT alarm will receive an instant state update after subscription and will start with correct state. Otherwise, the initial state will be unknown.

+

The mqtt alarm panel platform enables the possibility to control MQTT capable alarm panels. The Alarm icon will change state after receiving a new state from state_topic. If these messages are published with RETAIN flag, the MQTT alarm panel will receive an instant state update after subscription and will start with the correct state. Otherwise, the initial state will be unknown.

-

The component will accept the following states from your Alarm Panel (in lower case) :-

+

The component will accept the following states from your Alarm Panel (in lower case):

  • ‘armed’
  • @@ -119,7 +119,9 @@
  • ‘triggered’
-

The component is able to control your Alarm Panel by publishing to the command_topic: when a user interacts with the screen icon on the frontend.

+

The component is able to control your Alarm Panel by publishing to the command_topic when a user interacts with the Home Assistant frontend.

+ +

To enable this platform, add the following lines to your configuration.yaml:

# Example configuration.yaml entry
@@ -141,9 +143,7 @@
 
 
  • state_topic (Required): The MQTT topic subscribed to receive state updates.
  • -
  • -

    command_topic (Required): The MQTT topic to publish commands to change the alarm state.

    -
  • +
  • command_topic (Required): The MQTT topic to publish commands to change the alarm state.
  • name (Optional): The name of the alarm. Default is ‘MQTT Alarm’.
  • qos (Optional): The maximum QoS level of the state topic. Default is 0. This QoS will also be used to publishing messages.
  • payload_disarm (Optional): The payload do disarm your Alarm Panel. Default is “DISARM”.
  • diff --git a/components/binary_sensor.mqtt/index.html b/components/binary_sensor.mqtt/index.html index f8e27fb80d..688fb46252 100644 --- a/components/binary_sensor.mqtt/index.html +++ b/components/binary_sensor.mqtt/index.html @@ -107,7 +107,7 @@
    -

    This mqtt binary sensor implementation uses the MQTT message payload as the sensor value. If messages in this state_topic are published with RETAIN flag, the sensor will receive an instant update with the last known value. Otherwise, the initial state will be off.

    +

    The mqtt binary sensor platform uses the MQTT message payload as the sensor value. If messages in this state_topic are published with RETAIN flag, the sensor will receive an instant update with the last known value. Otherwise, the initial state will be off.

    To use your MQTT binary sensor in your installation, add the following to your configuration.yaml file:

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