From a66a896a958c17780b9646bdc32a9b29719f8f20 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 16 Jun 2015 08:53:45 -0700 Subject: [PATCH] Site updated at 2015-06-16 15:53:45 UTC --- atom.xml | 2 +- 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 | 2 +- blog/categories/website/atom.xml | 2 +- components/conversation.html | 5 +- components/downloader.html | 7 +- components/history.html | 5 +- components/index.html | 112 ++++++++--------- components/keyboard.html | 3 +- components/light.limitlessled.html | 4 +- components/logbook.html | 9 +- components/media_player.mpd.html | 4 +- components/sensor.time_date.html | 5 +- components/switch.command_switch.html | 5 +- components/switch.hikvision.html | 5 +- developers/architecture.html | 2 +- getting-started/index.html | 2 +- images/supported_brands/clock.png | Bin 0 -> 4654 bytes images/supported_brands/commandline.png | Bin 0 -> 1488 bytes images/supported_brands/download.png | Bin 0 -> 1187 bytes images/supported_brands/hikvision.png | Bin 0 -> 7838 bytes images/supported_brands/history.png | Bin 0 -> 290 bytes images/supported_brands/keyboard.png | Bin 0 -> 1110 bytes images/supported_brands/logbook.png | Bin 0 -> 517 bytes images/supported_brands/system-users.png | Bin 0 -> 3891 bytes sitemap.xml | 148 +++++++++++------------ 30 files changed, 179 insertions(+), 153 deletions(-) create mode 100644 images/supported_brands/clock.png create mode 100644 images/supported_brands/commandline.png create mode 100644 images/supported_brands/download.png create mode 100644 images/supported_brands/hikvision.png create mode 100644 images/supported_brands/history.png create mode 100644 images/supported_brands/keyboard.png create mode 100644 images/supported_brands/logbook.png create mode 100644 images/supported_brands/system-users.png 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 0000000000000000000000000000000000000000..b2b34316699b01adbe533a43f4d165537d33c944 GIT binary patch literal 4654 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 literal 0 HcmV?d00001 diff --git a/images/supported_brands/commandline.png b/images/supported_brands/commandline.png new file mode 100644 index 0000000000000000000000000000000000000000..f86c7840026a28c021d0ea682263c0c45f7b4811 GIT binary patch literal 1488 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%0DZVcWR*Jvvgr#Ptm`o4}$7_)h{`ZxVm z6!Wu~_&{+GFf2g(DoBU#(&l#k+--3L!Up;g0ut|hmm*SPoF88a?XAZVI~fa!v$OBS zl~5q^L}fgNmmkrWVH@L_@$vCLf6~$(4*l+2%v@1hm|RD2YL-gAga2(8cfYjNTkEW* zSgb#po9D~u2kO56^vQY`3J>1ev9`|pkp5@EO|%-bWT&_EwgT4LHw#%;T{sEq< zZw1B7^o-v@Ri>Sl6}o@d*Qc2R4p30wqqAdiQ;G{iEPBH!C-V3+1)O2{T>_EGMn=0U zHhf+L8NEqkQ_BP|W_ha{x;6oXHC~s}M^&Gho$Sr8y@7q-FbKH*oqe%53NI|-D_#DA znksHC^BgzfCMM7w7Q12H$K%j|U+nOH^xLXMm-WA2&S1Y=nD_6B=Z$6E=;P&E^lEYh zWz_POIV-g|8=ddW534>%4P=opL(lKe>vqZOcE4DK5#a#}#p3x=8sT9`ZRb`^&FNa> zkrZAaD>~Nc6Z}uJhm&aLsL3mo)~2qtb1?ScztOWSoxc?8p>c{^vXa=nSi!fh~wkU}{clC68ZS6VuG zPLN%NB1_5Ru)40J#rgHKpe+YcZ_#WyqSbLrv~#7fL&ot^yf%2{TM3O&(jS`jW>qo{UH4t~qAuq_?IQ28vWJxllD?{`M=aleRKM#j z`P~~YSJ>#Kt~aDhCECK~u|q`(rDIymFA4up|52@^^!_DJFU)Hz;J9!idg! zjzvwH051)P9tQdu4A1eSv3^$9O1kps%&J<$F^ z)?-~Sf35v%a)|tVzm0-(5&Tq+*)=jAJ!=S)y!-RtAY__7uikd_$8PYqBpDHy6^3?v%h>aNOjl$#uq~JZU42b_U zoRAtqN5lmNzXF7?nR3&Gm9qRxu+WGIV3PQt?1pYPGE6l{IEd{XzW+P)b|hXfW(OUR zErkvi@4lgN0FfA|e=2^ijHHzIOp6LG$mFqvkMIFkzO97G)Opap@&K7AJ z7rU%INV1?{7N^N8cNf&;0WR#vwZCy5@3aU(03b!j`Lb6x&Li05-eCH$w)b73k|w!QPqck(__ zq?1L=;fLuO!g++cFMVvbB44dDK#MTcLC~aszG%{*4-{Z95w(HjS7i|F@Ap?2#EgA{ zY_k0z7*rC*hWrnZ}QzBisN z-Dvriu)3i6Q$vIaE3WV@&&Q=0!JA0g=J`y9!bRSIw(N}`{k)pfh@}w-*d9F+kj7N- zlm&I#;C`k^mLP?eL$Y9bKav0zbmCeVAP)17|4D=PbKHfPh-05s{$xms$hjSqorI>4 zf!z}$Jst=}->JNmWR^(vzMA?KS?hQx{ZLvT`?0hz%~yK;P+&#lwP%eZQ{2YRtgDOS z+tdIzHphlBxB2cyvdw2(C%ouCK1Z{HV7l`0DseD~ELoZ)eLLKTleroj-7H5**crAi zMCp%-R7w(T=vInU0+9Y`0uZ%GiinrFL_OS4^zTTb#G5ZOSzipkBM)#rGBI-M<rx%GoP z+RClL2lcWnotVdJYQew9LaTEf^qDiOibUOiRaoVZ()UZ_3l$l_{bAz6lLuj4X}6_( oT>=xVxl6I6XKgn)Y!4)hEa-}<#`JlQwPip~`UAXF(lGFU0A6b?>Hq)$ literal 0 HcmV?d00001 diff --git a/images/supported_brands/history.png b/images/supported_brands/history.png new file mode 100644 index 0000000000000000000000000000000000000000..a538a32913e2faad4da3f3e9c28f61c74ce4c09a GIT binary patch literal 290 zcmeAS@N?(olHy`uVBq!ia0vp^20(1i!3HF~*iYI6DVAa<&kznEsNqQI0P;BtJR*x3 z7+76Fm@$X(yEr+qAXP8FD1G)j8!4co`JOJ0 zAsLNtZ#Z%tG7xZk=zjK`bA{#kr=2b9?ugm6Csa2H>L~Uf`0p6T{MP1#)`k0AZ;nP* z|Ic~(_uxgL1n&l2#%(M&gc7n3aQ_hbtX?3${oH@40@l2vHPSmyYhI3D2$F=VO5>;q zu%GhQnB~tDhG?c7&JC&ureR^+{=&$+gW-MBKUts&><9Qod#u5#Xy!~801AZyx3#r#KA-26l@$hnWHQM^ zLqpu#+siuzpv_;xcswo^7Ou4vimq)4+DqycFd5JEr-0U;!a0IeBH`S5)o zzVE>+KRpjhDP3|)fB3$)==B>_YelS?7%TuBVa5@Fo(D4|^9KX(zk3-R8Xg@T&EA)R zz0}~~py9f13rp{qBs#{xD*#;tKm=SF9T|Tec!;MU7K{0=>)tkr=btyEsI{tJvW1TtWxndrOhpZST&$w?QuzX*3PDb9w>P&Adgc|$Yz8>D|2 z`S|kkcCS^oz;PV<_WS9N01N<-dj_^4R|$`Kyw`u}Wf085 z+8Q8eBSjS01Oh1N2X^oz!X`VIo6F_kx+O#+he3f8c)kJyC;IwcJvB8o{WE~|%>c5c zx%th8`ueKJ4@Uz>L`dJcgKRE~yOAp^4&sy{0;uE1+bck|;d-pBq)=QfAsUSW0IUOH z0YJ=g9AVqGHUP-M!GSYttHqkD*REpm*DDprPqw#X zV&b!H0U8?{u)0=2HkYf6b#-;ZvMhY{&6iNjV8!U@cnSbodwP0W6Ny9)fHnY#gSCg= zibk8vXF8q*&Yr)=`HL@X8~=goeEQ@){h6O;^y$-`7ZZuZ91zricHLrhW@ZMnv$Nhm z3%9+PS$ax008jve8UkQ+cXu~NBH^mtIF(ZD`2Js5ST4=Y&82PIc7ca@8}3y9t$)IO cfd3`H-*!Z%DlLd-(f|Me07*qoM6N<$f}LjZ<^TWy literal 0 HcmV?d00001 diff --git a/images/supported_brands/logbook.png b/images/supported_brands/logbook.png new file mode 100644 index 0000000000000000000000000000000000000000..2a34a8fd6c73c1592787d3b78877e0e1566ace2b GIT binary patch literal 517 zcmV+g0{Z=lP)*h(l{5vjS?9HU za(3EkwblTRf6{eVm7D9^H1!z_A4>E2`~Y|l0mxb|zpV=kAt)4zfKbNwtSfC17ef3# zt8-chYzhYff|VM86!mly0*pqFR$w}v%VYq(-c@W7)ozeo3-JeApoT0Aka!E?2&W2Q zBLlfyjz*(F@cWMipv%Dau2l!TclFsAKqnp))!S_uAf9Ln0JbtvtJTZ_gb;MQU7|aU z?|{))5Z~%(fW&8kDL{C?Edh+jPufMMRj=1E%76rDx7$Q_8qWdaKcRmM;){j>7$K+tS9BRk!0x7u}L2X=|-L#8`|6NGS= zs4iqW2NH!a`lyW#nY9qw>e@dqYc`wZg8)U~SPqs-B`vL`%1o!zb081ANq{_15b$!} zzbmJyE(9No#UcX~K)oIB14qCio+Gv|EiSMIzVI%lpTOn^MJv=M<|l)h00000NkvXX Hu0mjfS<~1A literal 0 HcmV?d00001 diff --git a/images/supported_brands/system-users.png b/images/supported_brands/system-users.png new file mode 100644 index 0000000000000000000000000000000000000000..c35787633a66a2b0f6ab20f3ffe7f4d725284dbd GIT binary patch literal 3891 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 BO(*~W literal 0 HcmV?d00001 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