From 718cb79e6623297e5d8003c1d949295edb3a97ef Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 1 Sep 2015 02:02:53 -0700 Subject: [PATCH] Site updated at 2015-09-01 09:02:53 UTC --- atom.xml | 4 +- .../index.html | 4 +- blog/archives/index.html | 6 +- blog/categories/architecture/atom.xml | 2 +- blog/categories/branding/atom.xml | 2 +- blog/categories/component/atom.xml | 2 +- blog/categories/core/atom.xml | 2 +- blog/categories/frontend/atom.xml | 2 +- blog/categories/release-notes/atom.xml | 249 +++++++++--------- blog/categories/release-notes/index.html | 37 +++ blog/categories/user-stories/atom.xml | 131 +-------- blog/categories/user-stories/index.html | 37 --- blog/categories/website/atom.xml | 2 +- blog/index.html | 6 +- sitemap.xml | 204 +++++++------- 15 files changed, 286 insertions(+), 404 deletions(-) diff --git a/atom.xml b/atom.xml index 6981282c0c..b59829fc1a 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 https://home-assistant.io/ @@ -16,7 +16,7 @@ <![CDATA[0.7: Better UI and improved distribution]]> - 2015-08-31T14:12:00-07:00 + 2015-08-31T22:12:00-07:00 https://home-assistant.io/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution As Home Assistant is gaining more and more users we started to feel the pain from not having a proper release mechanism. We had no version numbering and required users to checkout the source diff --git a/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/index.html b/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/index.html index e3baa78fac..952dbc16f9 100644 --- a/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/index.html +++ b/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/index.html @@ -113,7 +113,7 @@ - + @@ -127,7 +127,7 @@ diff --git a/blog/archives/index.html b/blog/archives/index.html index 390a29e2de..c845eb4e61 100644 --- a/blog/archives/index.html +++ b/blog/archives/index.html @@ -22,7 +22,7 @@ - + @@ -117,7 +117,7 @@
-
@@ -132,7 +132,7 @@ diff --git a/blog/categories/architecture/atom.xml b/blog/categories/architecture/atom.xml index 51ef134019..2ad0c34f46 100644 --- a/blog/categories/architecture/atom.xml +++ b/blog/categories/architecture/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: architecture | Home Assistant]]> - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 https://home-assistant.io/ diff --git a/blog/categories/branding/atom.xml b/blog/categories/branding/atom.xml index 131b6e6b4c..4d31746370 100644 --- a/blog/categories/branding/atom.xml +++ b/blog/categories/branding/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: branding | Home Assistant]]> - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 https://home-assistant.io/ diff --git a/blog/categories/component/atom.xml b/blog/categories/component/atom.xml index 1fa8dbdce2..1bb4039732 100644 --- a/blog/categories/component/atom.xml +++ b/blog/categories/component/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: component | Home Assistant]]> - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 https://home-assistant.io/ diff --git a/blog/categories/core/atom.xml b/blog/categories/core/atom.xml index 76867e97b2..6ccdeaea6b 100644 --- a/blog/categories/core/atom.xml +++ b/blog/categories/core/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: core | Home Assistant]]> - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 https://home-assistant.io/ diff --git a/blog/categories/frontend/atom.xml b/blog/categories/frontend/atom.xml index 56bc7994ff..78b42f4f8f 100644 --- a/blog/categories/frontend/atom.xml +++ b/blog/categories/frontend/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: frontend | Home Assistant]]> - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index bb7d50576d..ca487f0527 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-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 https://home-assistant.io/ @@ -13,6 +13,135 @@ Octopress + + <![CDATA[0.7: Better UI and improved distribution]]> + + 2015-08-31T22:12:00-07:00 + https://home-assistant.io/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution + As Home Assistant is gaining more and more users we started to feel the pain from not having a +proper release mechanism. We had no version numbering and required users to checkout the source +using Git to get started. On top of that, as the number of devices that we support keeps raising, so +did the number of dependencies that are used. That’s why we decided to change the way we roll. From +now on:

+ +
    +
  • Each release will have a version number, starting with version 0.7. This was chosen because it +shows that we have been around for some time but are not considering ourselves to be fully +stable.
  • +
  • Each release will be pushed to PyPi. This will be the only supported method of distribution.
  • +
  • Home Assistant is available after installation as a command-line utility hass.
  • +
  • The default configuration location has been moved from config in the current working directory +to ~/.homeassistant (%APPDATA%/.homeassistant on Windows).
  • +
  • Requirements for components and platforms are no longer installed into the current Python +environment (being virtual or not) but will be installed in <config-dir>/lib.
  • +
+ + +

A huge shout out to Ryan Kraus for making this all possible. Please +make sure you read the full blog post for details on how to migrate your existing setup.

+ +

And while Ryan was fixing distribution, I have been hard at work in giving Home Assistant a face +lift. We already looked pretty good but lacked proper form of organization for users with many +devices. The new UI moves away from a card per entity and has cards per group and domain instead. +The demo has been updated so give it a spin.

+ +

+ + + + Screenshots of the new UI +

+ + + + + + + +

Migration to version 0.7

+ +

For this example, let’s say we have an old Home Assistant installation in +/home/paulus/home-assistant.

+ +

If you want to migrate your existing configuration to be used as the default configuration:

+ +
cp -r /home/paulus/home-assistant ~/.homeassistant
+
+ +

It If you want to have the configuration in a different location, for example +/home/paulus/home-assistant-config, you will have to point Home Assistant at this configuration +folder when launching:

+ +
hass --config /home/paulus/home-assistant-config
+
+ +

New platforms

+ +

And last, but not least: new platforms!

+ +

MQTT Sensors and Switches
+ +@sfam has blessed us with two more MQTT platforms to extend our +integration with MQTTT: sensor and switch. Both platforms require the +MQTT component to be connected to a broker.

+ +
# Example configuration.yml entr
+sensor:
+  platform: mqtt
+  name: "MQTT Sensor"
+  state_topic: "home/bedroom/temperature"
+  unit_of_measurement: "ºC"
+
+switch:
+  platform: mqtt
+  name: "Bedroom Switch"
+  state_topic: "home/bedroom/switch1"
+  command_topic: "home/bedroom/switch1/set"
+  payload_on: "ON"
+  payload_off: "OFF"
+  optimistic: false
+
+ +

Actiontec MI424WR Verizon FIOS Wireless router
+ +Nolan has contributed support for Actiontec wireless routers.

+ +
# Example configuration.yaml entry
+device_tracker:
+  platform: actiontec
+  host: YOUR_ROUTER_IP
+  username: YOUR_ADMIN_USERNAME
+  password: YOUR_ADMIN_PASSWORD
+
+ +

DHT temperature and humidty sensors
+@MakeMeASandwich has contributed support for DHT temperature +and humidity sensors. It allows you to get the current temperature and humidity from a DHT11, DHT22, +or AM2302 device.

+ +
# Example configuration.yaml entry
+sensor:
+  platform: dht
+  sensor: DHT22
+  pin: 23
+  monitored_conditions:
+    - temperature
+    - humidity
+
+ +

Aruba device tracker
+Michael Arnauts has contributed support for Aruba wireless routers for presence detection.

+ +
# Example configuration.yaml entry
+device_tracker:
+  platform: aruba
+  host: YOUR_ACCESS_POINT_IP
+  username: YOUR_ADMIN_USERNAME
+  password: YOUR_ADMIN_PASSWORD
+
+]]>
+
+ <![CDATA[Verisure devices and modern TP-Link routers now supported]]> @@ -447,124 +576,6 @@ switch: username: YOUR_USERNAME password: YOUR_PASSWORD -]]> - - - - <![CDATA[Release notes for May 14, 2015]]> - - 2015-05-14T22:25:00-07:00 - https://home-assistant.io/blog/2015/05/14/release-notes - Almost three busy weeks have past since the last release. We used this time to finally make the overhaul to use UTC as the internal date time format. We added a bunch of test coverage in the process to make sure the transition went smoothly. Pleas see the blog post about the UTC refactor for backwards incompatible changes.

- -

This release includes a significant startup boost for the frontend and a fix for Wemo discovery after their latest firmware upgrade.

- -

I would like to give a big shout out to our newest contributor fabaff for taking the time to improve the documentation.

- -

-To update to the latest version, run scripts/update. Please report any issues on GitHub. -

- - - - - - - -

Overwriting Entity Attributes
-Before diving into the newly supported devices and services, I want to highlight an awesome configuration enhancement by rmkraus: overwriting entity attributes.

- -

These new configuration settings allow you to overwrite entity state attributes. The main usage for this is being able to overwrite attributes that influence how an entity is shown in the interface.

- -
# Example configuration.yaml entry
-homeassistant:
-  customize:
-    light.bowl:
-      # hides this entity from the interface
-      hidden: true
-    light.ceiling:
-      # Replaces the state badge with given picture
-      entity_picture: http://graph.facebook.com/schoutsen/picture
-
- -

MySensors
- -Andythigpen and Theolind have added support for the MySensors platform to Home Assistant.

- -
# Example configuration.yaml entry
-sensor:
-  platform: mysensors
-  port: /dev/ttyACM0
-
- -

OpenWeatherMap
- -Fabaff has contributed support for OpenWeatherMap. This will allow you to integrate local meteorological data into Home Assistant.

- -
# Example configuration.yaml entry
-sensor:
-  platform: openweathermap
-  api_key: YOUR_API_KEY
-  monitored_variables:
-    - type: 'weather'
-    - type: 'temperature'
-    - type: 'wind_speed'
-    - type: 'humidity'
-    - type: 'pressure'
-    - type: 'clouds'
-    - type: 'rain'
-    - type: 'snow'
-
- -

InstaPush
- -Fabaff has contributed support for InstaPush. This will allow you send messages from Home Assistant to your iOS and Android devices.

- -
# Example configuration.yaml entry
-notify:
-    platform: instapush
-    # Get those by creating a new application, event, and tracker on https://instapush.im
-    api_key: ABCDEFGHJKLMNOPQRSTUVXYZ
-    app_secret: ABCDEFGHJKLMNOPQRSTUVXYZ
-    event: ABCDEFGHJKLMNOPQRSTUVXYZ
-    tracker: ABCDEFGHJKLMNOPQRSTUVXYZ
-
- -

XMPP
- -Fabaff has contributed support for Jabber/XMPP. This will allow you send messages from Home Assistant to anyone on Jabber/XMPP.

- -
# Example configuration.yaml entry
-notify:
-    platform: xmpp
-    sender: YOUR_JID
-    password: YOUR_JABBER_ACCOUNT_PASSWORD
-    recipient: YOUR_RECIPIENT
-
- -

Notify My Android
- -Fabaff has contributed support for Notify My Android. This will allow you to send messages from Home Assistant to your Android device.

- -
# Example configuration.yaml entry
-notify:
-    platform: nma
-    # Get this by registering a new application on http://www.notifymyandroid.com/
-    api_key: ABCDEFGHJKLMNOPQRSTUVXYZ
-
- -

Time & Date sensor
-Fabaff has contributed a time & date sensor. This will allow you to show the current time/date on the dashboard.

- -
# Example configuration.yaml entry
-sensor:
-  platform: time_date
-  monitored_variables:
-    - type: 'time'
-    - type: 'date'
-    - type: 'date_time'
-    - type: 'time_date'
-
]]>
diff --git a/blog/categories/release-notes/index.html b/blog/categories/release-notes/index.html index 6c525c8d25..84981dc456 100644 --- a/blog/categories/release-notes/index.html +++ b/blog/categories/release-notes/index.html @@ -114,6 +114,43 @@ + + + +
+ +
diff --git a/blog/categories/user-stories/atom.xml b/blog/categories/user-stories/atom.xml index b5a7622b80..0a58e6a453 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-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 https://home-assistant.io/ @@ -13,135 +13,6 @@ Octopress - - <![CDATA[0.7: Better UI and improved distribution]]> - - 2015-08-31T14:12:00-07:00 - https://home-assistant.io/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution - As Home Assistant is gaining more and more users we started to feel the pain from not having a -proper release mechanism. We had no version numbering and required users to checkout the source -using Git to get started. On top of that, as the number of devices that we support keeps raising, so -did the number of dependencies that are used. That’s why we decided to change the way we roll. From -now on:

- -
    -
  • Each release will have a version number, starting with version 0.7. This was chosen because it -shows that we have been around for some time but are not considering ourselves to be fully -stable.
  • -
  • Each release will be pushed to PyPi. This will be the only supported method of distribution.
  • -
  • Home Assistant is available after installation as a command-line utility hass.
  • -
  • The default configuration location has been moved from config in the current working directory -to ~/.homeassistant (%APPDATA%/.homeassistant on Windows).
  • -
  • Requirements for components and platforms are no longer installed into the current Python -environment (being virtual or not) but will be installed in <config-dir>/lib.
  • -
- - -

A huge shout out to Ryan Kraus for making this all possible. Please -make sure you read the full blog post for details on how to migrate your existing setup.

- -

And while Ryan was fixing distribution, I have been hard at work in giving Home Assistant a face -lift. We already looked pretty good but lacked proper form of organization for users with many -devices. The new UI moves away from a card per entity and has cards per group and domain instead. -The demo has been updated so give it a spin.

- -

- - - - Screenshots of the new UI -

- - - - - - - -

Migration to version 0.7

- -

For this example, let’s say we have an old Home Assistant installation in -/home/paulus/home-assistant.

- -

If you want to migrate your existing configuration to be used as the default configuration:

- -
cp -r /home/paulus/home-assistant ~/.homeassistant
-
- -

It If you want to have the configuration in a different location, for example -/home/paulus/home-assistant-config, you will have to point Home Assistant at this configuration -folder when launching:

- -
hass --config /home/paulus/home-assistant-config
-
- -

New platforms

- -

And last, but not least: new platforms!

- -

MQTT Sensors and Switches
- -@sfam has blessed us with two more MQTT platforms to extend our -integration with MQTTT: sensor and switch. Both platforms require the -MQTT component to be connected to a broker.

- -
# Example configuration.yml entr
-sensor:
-  platform: mqtt
-  name: "MQTT Sensor"
-  state_topic: "home/bedroom/temperature"
-  unit_of_measurement: "ºC"
-
-switch:
-  platform: mqtt
-  name: "Bedroom Switch"
-  state_topic: "home/bedroom/switch1"
-  command_topic: "home/bedroom/switch1/set"
-  payload_on: "ON"
-  payload_off: "OFF"
-  optimistic: false
-
- -

Actiontec MI424WR Verizon FIOS Wireless router
- -Nolan has contributed support for Actiontec wireless routers.

- -
# Example configuration.yaml entry
-device_tracker:
-  platform: actiontec
-  host: YOUR_ROUTER_IP
-  username: YOUR_ADMIN_USERNAME
-  password: YOUR_ADMIN_PASSWORD
-
- -

DHT temperature and humidty sensors
-@MakeMeASandwich has contributed support for DHT temperature -and humidity sensors. It allows you to get the current temperature and humidity from a DHT11, DHT22, -or AM2302 device.

- -
# Example configuration.yaml entry
-sensor:
-  platform: dht
-  sensor: DHT22
-  pin: 23
-  monitored_conditions:
-    - temperature
-    - humidity
-
- -

Aruba device tracker
-Michael Arnauts has contributed support for Aruba wireless routers for presence detection.

- -
# Example configuration.yaml entry
-device_tracker:
-  platform: aruba
-  host: YOUR_ACCESS_POINT_IP
-  username: YOUR_ADMIN_USERNAME
-  password: YOUR_ADMIN_PASSWORD
-
-]]>
-
- <![CDATA[Laundry Automation: insight and notifications]]> diff --git a/blog/categories/user-stories/index.html b/blog/categories/user-stories/index.html index ee0c6fe77f..52dfbab0da 100644 --- a/blog/categories/user-stories/index.html +++ b/blog/categories/user-stories/index.html @@ -114,43 +114,6 @@ - - - -
- -
diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index bee64dc009..1416601b95 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: website | Home Assistant]]> - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 https://home-assistant.io/ diff --git a/blog/index.html b/blog/index.html index c655337225..cb9cdd20da 100644 --- a/blog/index.html +++ b/blog/index.html @@ -22,7 +22,7 @@ - + @@ -118,7 +118,7 @@ - + @@ -132,7 +132,7 @@ diff --git a/sitemap.xml b/sitemap.xml index 7fc5939744..5974b2d71d 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,7 +2,7 @@ https://home-assistant.io/blog/2015/08/31/version-7-revamped-ui-and-improved-distribution/ - 2015-08-31T14:12:00-07:00 + 2015-08-31T22:12:00-07:00 0.8 @@ -107,607 +107,607 @@ https://home-assistant.io/developers/add_new_platform.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/getting-started/android.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/developers/api.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/developers/architecture.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/arduino.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/automation.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/browser.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/camera.generic.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/getting-started/configuration.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/configurator.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/conversation.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/developers/creating_components.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/developers/credits.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/device_sun_light_trigger.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.actiontec.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.aruba.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.asuswrt.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.ddwrt.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.luci.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.netgear.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.nmap_scanner.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.thomson.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.tomato.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.tplink.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/discovery.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/downloader.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/developers/frontend.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/group.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/history.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/blog/archives/ - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/ - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 1.0 https://home-assistant.io/blog/ - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/developers/ - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/ - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/help/ - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/getting-started/ - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/isy994.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/keyboard.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/light.hue.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/light.limitlessled.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/light.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/logbook.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/media_player.cast.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/media_player.kodi.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/media_player.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/media_player.mpd.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/media_player.squeezebox.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/modbus.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/mqtt.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/notify.file.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/notify.instapush.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/notify.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/notify.nma.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/notify.pushbullet.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/notify.pushover.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/notify.slack.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/notify.smtp.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/notify.syslog.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/notify.xmpp.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/developers/python_api.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/developers/rest_api.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/scene.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/scheduler.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/script.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/sensor.bitcoin.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/sensor.dht.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/sensor.efergy.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/sensor.forecast.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/sensor.mqtt.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/sensor.mysensors.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/sensor.openweathermap.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/sensor.rfxtrx.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/sensor.rpi_gpio.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/sensor.sabnzbd.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/sensor.swiss_public_transport.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/sensor.systemmonitor.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/sensor.temper.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/sensor.time_date.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/sensor.transmission.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/simple_alarm.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/sun.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/switch.command_switch.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/switch.edimax.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/switch.hikvision.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/switch.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/switch.mqtt.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/switch.rpi_gpio.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/switch.transmission.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/switch.wemo.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/tellstick.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/thermostat.heat_control.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/thermostat.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/thermostat.nest.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/getting-started/troubleshooting-configuration.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/getting-started/troubleshooting.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/vera.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/verisure.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/developers/website.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/wink.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7 https://home-assistant.io/components/zwave.html - 2015-09-01T01:42:38-07:00 + 2015-09-01T02:02:41-07:00 weekly 0.7