diff --git a/atom.xml b/atom.xml index 0bbc251db6..8d42960101 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 https://home-assistant.io/ diff --git a/blog/categories/architecture/atom.xml b/blog/categories/architecture/atom.xml index 208b05ff06..8220cb3e88 100644 --- a/blog/categories/architecture/atom.xml +++ b/blog/categories/architecture/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: architecture | Home Assistant]]> - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 https://home-assistant.io/ diff --git a/blog/categories/branding/atom.xml b/blog/categories/branding/atom.xml index c052afada4..db521f1d26 100644 --- a/blog/categories/branding/atom.xml +++ b/blog/categories/branding/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: branding | Home Assistant]]> - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 https://home-assistant.io/ diff --git a/blog/categories/component/atom.xml b/blog/categories/component/atom.xml index 5c66cbc01b..1ef1d6f55d 100644 --- a/blog/categories/component/atom.xml +++ b/blog/categories/component/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: component | Home Assistant]]> - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 https://home-assistant.io/ diff --git a/blog/categories/core/atom.xml b/blog/categories/core/atom.xml index 2c30349948..f878866613 100644 --- a/blog/categories/core/atom.xml +++ b/blog/categories/core/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: core | Home Assistant]]> - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 https://home-assistant.io/ diff --git a/blog/categories/frontend/atom.xml b/blog/categories/frontend/atom.xml index aa8007280e..175f642238 100644 --- a/blog/categories/frontend/atom.xml +++ b/blog/categories/frontend/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: frontend | Home Assistant]]> - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index 7b7eaa626e..b113d3a0ee 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-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 https://home-assistant.io/ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index 89284c84af..6bdf3250d7 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: website | Home Assistant]]> - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 https://home-assistant.io/ diff --git a/components/conversation.html b/components/conversation.html index a54c99f470..e85f00af7a 100644 --- a/components/conversation.html +++ b/components/conversation.html @@ -104,7 +104,10 @@
-

The conversation component can process sentences into commands for Home Assistant. It is currently limited to parsing commands in the format turn <Friendly Name> <on/off>.

+

+The conversation component can process sentences into commands for Home Assistant. It is currently limited to parsing commands in the format turn <Friendly Name> <on/off>.

+ +

To enable the conversion option in your installation, add the following to your configuration.yaml file:

1
 
conversation:
diff --git a/components/downloader.html b/components/downloader.html index 5e203163dd..898e693d04 100644 --- a/components/downloader.html +++ b/components/downloader.html @@ -104,13 +104,16 @@
-

The downloader component provides a service to download files. It will raise an error and not continue to set itself up when the download directory does not exist.

+

+The downloader component provides a service to download files. It will raise an error and not continue to set itself up when the download directory does not exist.

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

1
 2
-
downloader:
+3
+
# Example configuration.yaml entry
+downloader:
   download_dir: downloads
diff --git a/components/history.html b/components/history.html index 79adf63541..fa687854ad 100644 --- a/components/history.html +++ b/components/history.html @@ -104,7 +104,10 @@
-

This component will track everything that is going on within Home Assistant and allows the user to browse through it.

+

+This component will track everything that is going on within Home Assistant and allows the user to browse through it.

+ +

To enable the history option in your installation, add the following to your configuration.yaml file:

- + @@ -222,7 +222,7 @@ - + @@ -293,111 +293,111 @@ the manufacturers of these devices.
1
 2
diff --git a/components/index.html b/components/index.html
index 0e7e9a5aff..a50fc80236 100644
--- a/components/index.html
+++ b/components/index.html
@@ -210,7 +210,7 @@
 
Command line Switch Switch that issues command line commands when turned on and off.
Hikvision Control the motion detection setting on your Hikvision camera.
- - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + +
HistoryTrack the state of entities and allow users to browse through history.HistoryTrack the state of entities and allow users to browse through history.
ConversationProcess textual commands like ones received by speech-to-text engines.ConversationProcess textual commands like ones received by speech-to-text engines.
DiscoveryScans the network for supported devices.DiscoveryScans the network for supported devices.
LogbookProvides a logbook-style view on the Entity history.LogbookProvides a logbook-style view on the Entity history.
Notify My Android (NMA)Allow sending messages using Notify My Android (NMA).Notify My Android (NMA)Allow sending messages using Notify My Android (NMA).
InstapushAllow sending messages using Instapush.InstapushAllow sending messages using Instapush.
PushBulletAllow sending messages using PushBullet.PushBulletAllow sending messages using PushBullet.
PushOverAllow sending messages using PushOver.PushOverAllow sending messages using PushOver.
E-MailAllow sending e-mail messages.E-MailAllow sending e-mail messages.
SyslogAllow sending messages to a local syslog.SyslogAllow sending messages to a local syslog.
Jabber (XMPP)Allow sending messages using Jabber (XMPP).Jabber (XMPP)Allow sending messages using Jabber (XMPP).
BrowserOpen URLs on the host machine.BrowserOpen URLs on the host machine.
DownloaderAllows downloading URLs to the host machine.DownloaderAllows downloading URLs to the host machine.
KeyboardSimulate key presses on the host machine.KeyboardSimulate key presses on the host machine.
OpenWeatherMapDisplay current meteorological data from your location.OpenWeatherMapDisplay current meteorological data from your location.
BitcoinDisplay details about the Bitcoin Network and your Blockchain.info online wallet.BitcoinDisplay details about the Bitcoin Network and your Blockchain.info online wallet.
Swiss Public TransportDisplay timetable data for traveling in Switzerland.Swiss Public TransportDisplay timetable data for traveling in Switzerland.
Time & DateDisplays the time and the date.Time & DateDisplays the time and the date.
diff --git a/components/keyboard.html b/components/keyboard.html index 5d6f6dc781..b6d4f17941 100644 --- a/components/keyboard.html +++ b/components/keyboard.html @@ -104,7 +104,8 @@
-

The keyboard component simulates key presses on the host machine. It currently offers the following Buttons as a Service (BaaS):

+

+The keyboard component simulates key presses on the host machine. It currently offers the following Buttons as a Service (BaaS):

  • keyboard/volume_up
  • diff --git a/components/light.limitlessled.html b/components/light.limitlessled.html index 6c271d7d43..c8671b2f9f 100644 --- a/components/light.limitlessled.html +++ b/components/light.limitlessled.html @@ -104,7 +104,9 @@
    -

    This new platform can control your LimitlessLED lights from within Home Assistant. The lights are also known as EasyBulb, AppLight, AppLamp, MiLight, LEDme, dekolight or iLight.

    +

    The limitlessled can control your LimitlessLED lights from within Home Assistant. The lights are also known as EasyBulb, AppLight, AppLamp, MiLight, LEDme, dekolight or iLight.

    + +

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

    1
     2
    diff --git a/components/logbook.html b/components/logbook.html
    index 5bb80801d7..cd18edc238 100644
    --- a/components/logbook.html
    +++ b/components/logbook.html
    @@ -104,9 +104,10 @@
       
    -

    -The logbook component provides a different perspective on the history of your house by showing all the changes that happened to your house in chronological order. See the demo for a live example. -

    +

    +The logbook component provides a different perspective on the history of your house by showing all the changes that happened to your house in chronological order. See the demo for a live example.

    + +

    To enable the logbook in your installation, add the following to your configuration.yaml file:

    1
     2
    @@ -115,6 +116,8 @@ The logbook component provides a different perspective on the history of your ho
     
    +

    + diff --git a/components/media_player.mpd.html b/components/media_player.mpd.html index 73e043a599..39c974425e 100644 --- a/components/media_player.mpd.html +++ b/components/media_player.mpd.html @@ -114,7 +114,9 @@ The mpd platform allows you to control a Music 3 4 5 -
    media_player:
    +6
    +
    # Example configuration.yaml entry
    +media_player:
       platform: mpd
       server: 127.0.0.1
       port: 6600
    diff --git a/components/sensor.time_date.html b/components/sensor.time_date.html
    index e26adc976c..108c3fa6d9 100644
    --- a/components/sensor.time_date.html
    +++ b/components/sensor.time_date.html
    @@ -104,7 +104,10 @@
       
    -

    The time and date platform simple displays the time in various formats, the date, or both.

    +

    +The time and date platform simple displays the time in various formats, the date, or both.

    + +

    To enable this sensor in your installation, add the following to your configuration.yaml file:

    1
     2
    diff --git a/components/switch.command_switch.html b/components/switch.command_switch.html
    index bb2fc9c623..9f01aa1251 100644
    --- a/components/switch.command_switch.html
    +++ b/components/switch.command_switch.html
    @@ -104,7 +104,10 @@
       
    -

    A switch platform that issues specific commands when it is turned on and off. This might very well become our most platform as it allows anyone to integrate any type of switch into Home Assistant that can be controlled from the command line, including calling other scripts!

    +

    +A switch platform that issues specific commands when it is turned on and off. This might very well become our most platform as it allows anyone to integrate any type of switch into Home Assistant that can be controlled from the command line, including calling other scripts!

    + +

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

    1
     2
    diff --git a/components/switch.hikvision.html b/components/switch.hikvision.html
    index a658801e2a..adc5b0f6af 100644
    --- a/components/switch.hikvision.html
    +++ b/components/switch.hikvision.html
    @@ -104,7 +104,10 @@
       
    -

    This switch platform allows you to control your motion detection setting on your Hikvision camera.

    +

    +This hikvisioncam switch platform allows you to control your motion detection setting on your Hikvision camera.

    + +

    To use your Hikvision cam in your installation, add the following to your configuration.yaml file:

    1
     2
    diff --git a/developers/architecture.html b/developers/architecture.html
    index f9f00f1701..fe192ba583 100644
    --- a/developers/architecture.html
    +++ b/developers/architecture.html
    @@ -104,7 +104,7 @@
       
    -

    Before we dive into the Home Assistant architecture, it is important to get a clear overview of the home automation landscape as a whole. This will allow us to show how the different parts of Home Assistant fit in the picture. For a more lengthy discussion about what each part in this overview is responsible for, check out our blog. A tl;dr version of the blog:

    +

    Before we dive into the Home Assistant architecture, it is important to get a clear overview of the home automation landscape as a whole. This will allow us to show how the different parts of Home Assistant fit in the picture. For a more lengthy discussion about what each part in this overview is responsible for, check out our blog. A tl;dr version of the blog:

    • Home Control is responsible for collecting information on- and controlling devices.
    • diff --git a/getting-started/index.html b/getting-started/index.html index 205849e3d8..76bbb37bee 100644 --- a/getting-started/index.html +++ b/getting-started/index.html @@ -193,7 +193,7 @@ Home Assistant currently does not fare well if server and client are in differen
      1
       2
       
      sudo apt-get install python3-dev
      -sudo apt-get install libsqlite3-dev libreadline-dev
      +sudo apt-get install libsqlite3-dev libreadline-dev libbz2-dev
       

      Log out and then back in so your bashrc is reloaded.

      diff --git a/images/supported_brands/clock.png b/images/supported_brands/clock.png new file mode 100644 index 0000000000..b2b3431669 Binary files /dev/null and b/images/supported_brands/clock.png differ diff --git a/images/supported_brands/commandline.png b/images/supported_brands/commandline.png new file mode 100644 index 0000000000..f86c784002 Binary files /dev/null and b/images/supported_brands/commandline.png differ diff --git a/images/supported_brands/download.png b/images/supported_brands/download.png new file mode 100644 index 0000000000..dce3f15ef5 Binary files /dev/null and b/images/supported_brands/download.png differ diff --git a/images/supported_brands/hikvision.png b/images/supported_brands/hikvision.png new file mode 100644 index 0000000000..46d12c606b Binary files /dev/null and b/images/supported_brands/hikvision.png differ diff --git a/images/supported_brands/history.png b/images/supported_brands/history.png new file mode 100644 index 0000000000..a538a32913 Binary files /dev/null and b/images/supported_brands/history.png differ diff --git a/images/supported_brands/keyboard.png b/images/supported_brands/keyboard.png new file mode 100644 index 0000000000..788c717fd0 Binary files /dev/null and b/images/supported_brands/keyboard.png differ diff --git a/images/supported_brands/logbook.png b/images/supported_brands/logbook.png new file mode 100644 index 0000000000..2a34a8fd6c Binary files /dev/null and b/images/supported_brands/logbook.png differ diff --git a/images/supported_brands/system-users.png b/images/supported_brands/system-users.png new file mode 100644 index 0000000000..c35787633a Binary files /dev/null and b/images/supported_brands/system-users.png differ diff --git a/sitemap.xml b/sitemap.xml index 016b65a8dc..972a018201 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -82,445 +82,445 @@ https://home-assistant.io/developers/add_new_platform.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/getting-started/android.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/developers/api.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/developers/architecture.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/automation.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/browser.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/getting-started/configuration.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/configurator.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/conversation.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/developers/creating_components.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/device_sun_light_trigger.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.ddwrt.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.luci.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.netgear.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.nmap_scanner.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.tomato.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/discovery.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/downloader.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/developers/frontend.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/group.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/history.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/blog/ - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/ - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 1.0 https://home-assistant.io/blog/archives/ - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/ - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/developers/ - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/getting-started/ - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/isy994.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/keyboard.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/light.hue.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/light.limitlessled.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/light.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/logbook.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/media_player.cast.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/media_player.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/media_player.mpd.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/modbus.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/notify.instapush.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/notify.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/notify.nma.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/notify.pushbullet.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/notify.pushover.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/notify.smtp.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/notify.syslog.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/notify.xmpp.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/developers/python_api.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/developers/rest_api.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/scene.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/scheduler.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/script.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.bitcoin.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.mysensors.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.openweathermap.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.sabnzbd.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.swiss_public_transport.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.systemmonitor.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.time_date.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/sensor.transmission.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/simple_alarm.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/sun.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/switch.command_switch.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/switch.hikvision.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/switch.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/switch.transmission.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/switch.wemo.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/tellstick.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/thermostat.heat_control.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/thermostat.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/thermostat.nest.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/getting-started/troubleshooting.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/vera.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/wink.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7 https://home-assistant.io/components/zwave.html - 2015-06-13T10:05:09-07:00 + 2015-06-16T08:53:29-07:00 weekly 0.7