diff --git a/atom.xml b/atom.xml index 9d332d6325..4e300ff03a 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 https://home-assistant.io/ @@ -39,7 +39,6 @@ The MQTT support was added to H 5 6 7 -8
mqtt:
   broker: 127.0.0.1
 
@@ -47,7 +46,6 @@ The MQTT support was added to H
   - platform: mqtt
     name: "Fabian's Mood"
     state_topic: "home-assistant/fabian/mood"
-    unit_of_measurement: " "
 
@@ -68,13 +66,15 @@ The MQTT support was added to H

+

This is a really bad example. Don’t do this in the real world because you won’t be able to create diagrams of historical data. Better use a numerical value.

+

Python MQTT bindings

The last section was pretty boring, I know. Nobody wants to send MQTT messages by hand if there is a computer on the desk. If you are playing the lottery this section is for you. If not, read it anyway because the lottery is just an example :-).

This example is using the Paho MQTT Python binding because those binding should be available on the host where Home Assistant is running. If you want to use this example on another machine, please make sure that the bindings are installed (pip3 install paho-mqtt).

-

The first step is to add an additional MQTT sensor to the configuration.yaml file. The sensor will be called “Lottery”.

+

The first step is to add an additional MQTT sensor to the configuration.yaml file. The sensor will be called “Lottery” and the unit of measurement will be “No.”.

1
 2
@@ -83,7 +83,7 @@ The MQTT support was added to H
 
  - platform: mqtt
     name: "Lottery"
     state_topic: "home-assistant/lottery/number"
-    unit_of_measurement: " "
+    unit_of_measurement: "No."
 
@@ -308,7 +308,7 @@ The MQTT support was added to H
  - platform: mqtt
     name: "Brightness"
     state_topic: "home-assistant/sensor01/brightness"
-    unit_of_measurement: " "
+    unit_of_measurement: "cd"
 
diff --git a/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/index.html b/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/index.html index f6d17b033d..b890a68f45 100644 --- a/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/index.html +++ b/blog/2015/09/11/different-ways-to-use-mqtt-with-home-assistant/index.html @@ -166,7 +166,6 @@ The MQTT support was added to H 5 6 7 -8
mqtt:
   broker: 127.0.0.1
 
@@ -174,7 +173,6 @@ The MQTT support was added to H
   - platform: mqtt
     name: "Fabian's Mood"
     state_topic: "home-assistant/fabian/mood"
-    unit_of_measurement: " "
 
@@ -195,13 +193,15 @@ The MQTT support was added to H

+

This is a really bad example. Don’t do this in the real world because you won’t be able to create diagrams of historical data. Better use a numerical value.

+

Python MQTT bindings

The last section was pretty boring, I know. Nobody wants to send MQTT messages by hand if there is a computer on the desk. If you are playing the lottery this section is for you. If not, read it anyway because the lottery is just an example :-).

This example is using the Paho MQTT Python binding because those binding should be available on the host where Home Assistant is running. If you want to use this example on another machine, please make sure that the bindings are installed (pip3 install paho-mqtt).

-

The first step is to add an additional MQTT sensor to the configuration.yaml file. The sensor will be called “Lottery”.

+

The first step is to add an additional MQTT sensor to the configuration.yaml file. The sensor will be called “Lottery” and the unit of measurement will be “No.”.

1
 2
@@ -210,7 +210,7 @@ The MQTT support was added to H
 
  - platform: mqtt
     name: "Lottery"
     state_topic: "home-assistant/lottery/number"
-    unit_of_measurement: " "
+    unit_of_measurement: "No."
 
@@ -435,7 +435,7 @@ The MQTT support was added to H
  - platform: mqtt
     name: "Brightness"
     state_topic: "home-assistant/sensor01/brightness"
-    unit_of_measurement: " "
+    unit_of_measurement: "cd"
 
diff --git a/blog/categories/architecture/atom.xml b/blog/categories/architecture/atom.xml index 823d2877c7..6e189496d3 100644 --- a/blog/categories/architecture/atom.xml +++ b/blog/categories/architecture/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: architecture | Home Assistant]]> - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 https://home-assistant.io/ diff --git a/blog/categories/branding/atom.xml b/blog/categories/branding/atom.xml index e92f72e123..015698537a 100644 --- a/blog/categories/branding/atom.xml +++ b/blog/categories/branding/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: branding | Home Assistant]]> - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 https://home-assistant.io/ diff --git a/blog/categories/component/atom.xml b/blog/categories/component/atom.xml index 29cc1b590e..d80ab9e9f4 100644 --- a/blog/categories/component/atom.xml +++ b/blog/categories/component/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: component | Home Assistant]]> - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 https://home-assistant.io/ diff --git a/blog/categories/core/atom.xml b/blog/categories/core/atom.xml index fc51db0080..e9ab8dfeba 100644 --- a/blog/categories/core/atom.xml +++ b/blog/categories/core/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: core | Home Assistant]]> - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 https://home-assistant.io/ diff --git a/blog/categories/frontend/atom.xml b/blog/categories/frontend/atom.xml index 8962717e5f..f37a0c4138 100644 --- a/blog/categories/frontend/atom.xml +++ b/blog/categories/frontend/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: frontend | Home Assistant]]> - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 https://home-assistant.io/ diff --git a/blog/categories/how-to/atom.xml b/blog/categories/how-to/atom.xml index 26d0bbbc98..3c2121cd34 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]]> - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 https://home-assistant.io/ @@ -39,7 +39,6 @@ sensor: - platform: mqtt name: "Fabian's Mood" state_topic: "home-assistant/fabian/mood" - unit_of_measurement: " "

After a restart of Home Assistant the “Mood” sensor will show up in the frontend. For more details about the configuration of MQTT itself and the sensor, please refer to the MQTT component or the MQTT sensor documentation.

@@ -55,18 +54,20 @@ sensor:

+

This is a really bad example. Don’t do this in the real world because you won’t be able to create diagrams of historical data. Better use a numerical value.

+

Python MQTT bindings

The last section was pretty boring, I know. Nobody wants to send MQTT messages by hand if there is a computer on the desk. If you are playing the lottery this section is for you. If not, read it anyway because the lottery is just an example :-).

This example is using the Paho MQTT Python binding because those binding should be available on the host where Home Assistant is running. If you want to use this example on another machine, please make sure that the bindings are installed (pip3 install paho-mqtt).

-

The first step is to add an additional MQTT sensor to the configuration.yaml file. The sensor will be called “Lottery”.

+

The first step is to add an additional MQTT sensor to the configuration.yaml file. The sensor will be called “Lottery” and the unit of measurement will be “No.”.

  - platform: mqtt
     name: "Lottery"
     state_topic: "home-assistant/lottery/number"
-    unit_of_measurement: " "
+    unit_of_measurement: "No."
 

Don’t forget to restart Home Assistant to make the configuration active.

@@ -194,7 +195,7 @@ void loop() {
  - platform: mqtt
     name: "Brightness"
     state_topic: "home-assistant/sensor01/brightness"
-    unit_of_measurement: " "
+    unit_of_measurement: "cd"
 

After a restart of Home Assistant the values of your Arduino will be available.

diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index 3f259bda64..a9d5326d61 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]]> - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 https://home-assistant.io/ diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index fdc1147e03..9f3d62a1ce 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]]> - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 https://home-assistant.io/ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index cecb178d97..1f1404785f 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: website | Home Assistant]]> - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 https://home-assistant.io/ diff --git a/components/index.html b/components/index.html index e1e0c7546f..950fbb8e87 100644 --- a/components/index.html +++ b/components/index.html @@ -219,7 +219,7 @@ - aREST sensors monitors values from aREST enabled devices. + aREST sensors monitors values from aREST enabled devices and switch toggles those pin. @@ -320,6 +320,11 @@ Kodi + + + iTunes + + Music Player Daemon (MPD) @@ -335,6 +340,11 @@ Denon Network Receivers + + + Sonos devices + + diff --git a/components/media_player.itunes.html b/components/media_player.itunes.html new file mode 100644 index 0000000000..39e23d8bad --- /dev/null +++ b/components/media_player.itunes.html @@ -0,0 +1,187 @@ + + + + + + + + + + + + iTunes support - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+ +
+ + +
+ + +
+

+ iTunes Support +

+
+
+ + +

+ The iTunes platform allows you to control iTunes via + itunes-api from Home Assistant. Play, + pause, or skip songs remotely on iTunes running on your Mac.

+ +

+iTunes itself can not be remotely controlled. In order to control your iTunes, +you’ll need to install middleware named `itunes-api`. `itunes-api` is a simple REST +server that talks to a local instance of iTunes via Applescript. It’s very easy to set up +and run. You can find more about it on it’s [GitHub repo](https://github.com/maddox/itunes-api). +

+ + +

To add iTunes to your installation, add the following to your configuration.yaml file:

+ +
1
+2
+3
+4
+5
+6
+
# Example configuration.yaml entry
+media_player:
+  platform: itunes
+  name: iTunes
+  host: http://192.168.1.50
+  port: 8181
+ + +

Configuration variables:

+ +
    +
  • host Required: The URL of the itunes-api API, eg. http://192.168.1.50
  • +
  • port Optional: The PORT that itunes-api is running on.
  • +
+ + + +
+ + +
+ + +
+
+ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/components/media_player.sonos.html b/components/media_player.sonos.html new file mode 100644 index 0000000000..b1db6e2d0b --- /dev/null +++ b/components/media_player.sonos.html @@ -0,0 +1,166 @@ + + + + + + + + + + + + Sonos support - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+ +
+ + +
+ + +
+

+ Sonos Support +

+
+
+ + +

+The sonos platform allows you to control your Sonos HiFi wireless speakers and audio components from Home Assistant.

+ +

To add your Sonos components to your installation, add the following to your configuration.yaml file. It will perform auto-discovery of your connected speakers.

+ +
1
+2
+3
+
# Example configuration.yaml entry
+media_player:
+  platform: sonos
+
+ + + + + +
+ + +
+ + +
+
+ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/components/switch.arest.html b/components/switch.arest.html new file mode 100644 index 0000000000..aaee297545 --- /dev/null +++ b/components/switch.arest.html @@ -0,0 +1,198 @@ + + + + + + + + + + + + aREST switch support - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+ +
+ + +
+ + +
+

+ aREST Switch Support +

+
+
+ + +

+The arest switch platform allows you to toggle pins of your devices (like Arduino boards with a ethernet/wifi connection, the ESP8266, and the Raspberry Pi) running the aREST RESTful framework.

+ +

To use your aREST enabled device in your installation, add the following to your configuration.yaml file:

+ +
1
+2
+3
+4
+5
+6
+7
+8
+9
+
# Example configuration.yaml entry
+switch:
+  platform: arest
+  resource: http://IP_ADDRESS
+  pins:
+    11:
+      name: Fan Office
+    12:
+      name: Light Desk
+
+ + +

Configuration variables:

+ +
    +
  • resource (Required): IP address and schema of the device that is exposing an aREST API, e.g. http://192.168.1.10.
  • +
  • pins (Required): An array with all used pins of your board. + +
      +
    • name (Required): The name of the pin you wish to toggle.
    • +
    +
  • +
+ + +

Accessing one of the endpoints (eg. http://192.168.1.10/analog/2/) will give you a JSON response. The interesting part is return_value which represents the sensor’s data.

+ +
1
+
{"return_value": 34, "id": "sensor02", "name": "livingroom", "connected": true}
+
+ + + + + +
+ + +
+ + +
+
+ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/components/switch.command_switch.html b/components/switch.command_switch.html index 65064faa22..20206e9cb4 100644 --- a/components/switch.command_switch.html +++ b/components/switch.command_switch.html @@ -109,29 +109,30 @@ A switch platform that issues specific commands when it is turned on and off. Th

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

-
1
+
1
 2
 3
 4
 5
 6
 7
-
# Example configuration.yaml entry
-switch:
-  platform: command_switch
-  switches:
-    kitchen_light:
-      oncmd: switch_command on kitchen
-      offcmd: switch_command off kitchen
+
# Example configuration.yaml entry
+switch:
+  platform: command_switch
+  switches:
+    kitchen_light:
+      oncmd: switch_command on kitchen
+      offcmd: switch_command off kitchen
+

Configuration variables:

    -
  • switches array (Required): Contains all command switches. +
  • switches (Required): The array that contains all command switches.
      -
    • ‘entry’ (Required): Name of the command switch. Multiple entries are possible. +
    • entry (Required): Name of the command switch. Multiple entries are possible.
      • oncmd (Required): The action to take for on.
      • @@ -143,6 +144,27 @@ A switch platform that issues specific commands when it is turned on and off. Th
      +

      The example below is doing the same as the aREST switch. The commandline tool [curl](http://curl.haxx.se/) is used to toogle a pin which is controllable through REST.

      + +
      1
      +2
      +3
      +4
      +5
      +6
      +7
      +
      # Example configuration.yaml entry
      +switch:
      +  platform: command_switch
      +  switches:
      +    arest_pin4:
      +      oncmd: "/usr/bin/curl -X GET http://192.168.1.10/digital/4/1"
      +      offcmd: "/usr/bin/curl -X GET http://192.168.1.10/digital/4/0"
      +
      + + + + diff --git a/developers/frontend.html b/developers/frontend.html index 37fb890d96..6f99eb0df9 100644 --- a/developers/frontend.html +++ b/developers/frontend.html @@ -129,13 +129,26 @@ Do not use development mode in production. Home Assistant uses aggressive cachin development: 1 -

      After turning on development mode, you will have to install the web components that the frontend depends on. Firing off a build of the frontend by running scripts/build_frontend will ensure all dependencies are installed.

      +

      Next step is to get the frontend code. When you clone the Home Assistant repository, the frontend +repository is not cloned by default. You will have to trigger this manually by running from the +command line:

      -

      Once this is done, you can start editting the webcomponents in the folder homeassistant/components/frontend/www_static/home-assistant-polymer/src. To see the changes you’ve made, simply refresh your browser.

      +
      1
      +
      git submodule update --init
      +
      + + +

      After checking out the frontend code, you will have to install the frontend dependencies. Firing off +a build of the frontend by running scripts/build_frontend will ensure they get installed.

      + +

      Once this is done, you can start editting the webcomponents in the folder +homeassistant/components/frontend/www_static/home-assistant-polymer/src. To see the changes you’ve +made, simply refresh your browser.

      Enabling JavaScript backend development

      -

      Polymer is only providing a UI toolkit for Home Assistant. All data management and interaction with the server is done by home-assistant-js leveraging NuclearJS. To enable JavaScript development:

      +

      Polymer is only providing a UI toolkit for Home Assistant. All data management and interaction with +the server is done by home-assistant-js leveraging NuclearJS. To enable JavaScript development:

      1
       2
      @@ -146,9 +159,13 @@ Do not use development mode in production. Home Assistant uses aggressive cachin
       
      -

      npm run js_dev will start the process that will ensure that your latest changes to the JavaScript files will be loaded when you refresh the page. This command has to be always running while working on home-assistant-js.

      +

      npm run js_dev will start the process that will ensure that your latest changes to the JavaScript +files will be loaded when you refresh the page. This command has to be always running while working +on home-assistant-js.

      -

      After your changes have been accepted into the home-assistant-js repository, we’ll have to update Home Assistant Polymer to use the latest version. This can be done by updating package.json. Look for the line that contains home-assistant-js and update the SHA to the SHA of your commit.

      +

      After your changes have been accepted into the home-assistant-js repository, we’ll have to update +Home Assistant Polymer to use the latest version. This can be done by updating package.json. Look +for the line that contains home-assistant-js and update the SHA to the SHA of your commit.

      Building the Polymer frontend

      @@ -184,16 +201,17 @@ Do not use development mode in production. Home Assistant uses aggressive cachin

      Some domains will be filtered out of the main view and are available through separate menu options. Examples are group, script, scene.

      -

      The different card types can be found here.

      +

      The different card types can be found here.

      -

      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:
      +

      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)

      1. Add 'camera' to the array DOMAINS_WITH_CARD in the file /util/state-card-type.js.
      2. -
      3. Create the files state-card-camera.html and state-card-camera.js in the folder /cards/.
      4. -
      5. Add require('./state-card-camera') to state-card-content.js.
      6. -
      7. Add <link rel="import" href="state-card-camera.html"> to state-card-content.html.
      8. +
      9. Create the files state-card-camera.html and state-card-camera.js in the folder /state-summary/.
      10. +
      11. Add require('./state-card-camera') to state-card-content.js.
      12. +
      13. Add <link rel="import" href="state-card-camera.html"> to state-card-content.html.
      diff --git a/developers/index.html b/developers/index.html index 38962e2987..ccc32e007c 100644 --- a/developers/index.html +++ b/developers/index.html @@ -111,9 +111,9 @@ components. It uses Python 3 for the backe

      Home Assistant is open-source and MIT licensed. The source can be found here:

      diff --git a/images/blog/2015-09-mqtt/arduino.png b/images/blog/2015-09-mqtt/arduino.png index 790aae09bf..edbe5c2bed 100644 Binary files a/images/blog/2015-09-mqtt/arduino.png and b/images/blog/2015-09-mqtt/arduino.png differ diff --git a/images/blog/2015-09-mqtt/lottery.png b/images/blog/2015-09-mqtt/lottery.png index 5ae7c570db..3d165d6f56 100644 Binary files a/images/blog/2015-09-mqtt/lottery.png and b/images/blog/2015-09-mqtt/lottery.png differ diff --git a/images/blog/2015-09-mqtt/mood.png b/images/blog/2015-09-mqtt/mood.png index a8de8cd9be..c49ee43252 100644 Binary files a/images/blog/2015-09-mqtt/mood.png and b/images/blog/2015-09-mqtt/mood.png differ diff --git a/images/supported_brands/itunes.png b/images/supported_brands/itunes.png new file mode 100644 index 0000000000..f61681b0d1 Binary files /dev/null and b/images/supported_brands/itunes.png differ diff --git a/images/supported_brands/sonos.png b/images/supported_brands/sonos.png new file mode 100644 index 0000000000..47d1ebc020 Binary files /dev/null and b/images/supported_brands/sonos.png differ diff --git a/sitemap.xml b/sitemap.xml index f85dd5ebe5..64d6850d05 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -112,631 +112,649 @@ https://home-assistant.io/developers/add_new_platform.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/getting-started/advanced.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/getting-started/android.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/developers/api.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/developers/architecture.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/arduino.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/automation.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/browser.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/camera.generic.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/getting-started/configuration.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/configurator.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/conversation.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/developers/creating_components.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/developers/credits.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/device_sun_light_trigger.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.actiontec.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.aruba.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.asuswrt.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.ddwrt.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.luci.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.netgear.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.nmap_scanner.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.thomson.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.tomato.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.tplink.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/discovery.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/downloader.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/developers/frontend.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/group.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/history.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/ifttt.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 + weekly + 0.7 + + + https://home-assistant.io/blog/archives/ + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/ - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 1.0 - - https://home-assistant.io/blog/archives/ - 2015-09-11T09:24:25-07:00 - weekly - 0.7 - https://home-assistant.io/blog/ - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/developers/ - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/ - 2015-09-11T09:24:25-07:00 - weekly - 0.7 - - - https://home-assistant.io/help/ - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/getting-started/ - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 + weekly + 0.7 + + + https://home-assistant.io/help/ + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/isy994.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/keyboard.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/light.hue.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/light.limitlessled.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/light.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/logbook.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/media_player.cast.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/media_player.denon.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 + weekly + 0.7 + + + https://home-assistant.io/components/media_player.itunes.html + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/media_player.kodi.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/media_player.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/media_player.mpd.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 + weekly + 0.7 + + + https://home-assistant.io/components/media_player.sonos.html + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/media_player.squeezebox.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/modbus.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/mqtt.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/notify.file.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/notify.instapush.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/notify.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/notify.nma.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/notify.pushbullet.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/notify.pushover.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/notify.slack.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/notify.smtp.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/notify.syslog.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/notify.xmpp.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/developers/python_api.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/developers/rest_api.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/scene.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/scheduler.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/script.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.arest.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.bitcoin.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.dht.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.efergy.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.forecast.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.mqtt.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.mysensors.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.openweathermap.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.rfxtrx.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.rpi_gpio.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.sabnzbd.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.swiss_public_transport.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.systemmonitor.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.temper.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.time_date.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.transmission.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/simple_alarm.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/sun.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 + weekly + 0.7 + + + https://home-assistant.io/components/switch.arest.html + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/switch.command_switch.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/switch.edimax.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/switch.hikvision.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/switch.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/switch.mqtt.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/switch.rpi_gpio.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/switch.transmission.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/switch.wemo.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/tellstick.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/thermostat.heat_control.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/thermostat.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/thermostat.nest.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/getting-started/troubleshooting-configuration.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/getting-started/troubleshooting.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/vera.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/verisure.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/developers/website.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/wink.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7 https://home-assistant.io/components/zwave.html - 2015-09-11T09:24:25-07:00 + 2015-09-12T18:24:29-07:00 weekly 0.7