From d40a2dc4d840e4b42d1015616f9b250f14e7b15d Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 2 Jun 2015 21:15:41 -0700 Subject: [PATCH] Site updated at 2015-06-03 04:15:41 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/index.html | 21 ++- components/media_player.html | 10 +- components/media_player.mpd.html | 169 +++++++++++++++++ components/notify.pushover.html | 6 +- components/sensor.sabnzbd.html | 6 +- components/sensor.swiss_public_transport.html | 173 +++++++++++++++++ components/sensor.systemmonitor.html | 6 +- components/sensor.time_date.html | 2 +- components/sensor.transmission.html | 2 +- components/switch.html | 10 +- components/switch.transmission.html | 176 ++++++++++++++++++ components/switch.wemo.html | 5 +- components/thermostat.nest.html | 5 +- components/wink.html | 2 +- components/zwave.html | 2 +- images/supported_brands/mpd.png | Bin 0 -> 9977 bytes sitemap.xml | 150 ++++++++------- 25 files changed, 668 insertions(+), 93 deletions(-) create mode 100644 components/media_player.mpd.html create mode 100644 components/sensor.swiss_public_transport.html create mode 100644 components/switch.transmission.html create mode 100644 images/supported_brands/mpd.png diff --git a/atom.xml b/atom.xml index 99d4aabe8b..dffd754157 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 https://home-assistant.io/ diff --git a/blog/categories/architecture/atom.xml b/blog/categories/architecture/atom.xml index 634e0f3ca6..9e89f8f5bc 100644 --- a/blog/categories/architecture/atom.xml +++ b/blog/categories/architecture/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: architecture | Home Assistant]]> - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 https://home-assistant.io/ diff --git a/blog/categories/branding/atom.xml b/blog/categories/branding/atom.xml index f7997d8c21..d9e240855a 100644 --- a/blog/categories/branding/atom.xml +++ b/blog/categories/branding/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: branding | Home Assistant]]> - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 https://home-assistant.io/ diff --git a/blog/categories/component/atom.xml b/blog/categories/component/atom.xml index eda521b60e..da1fba356c 100644 --- a/blog/categories/component/atom.xml +++ b/blog/categories/component/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: component | Home Assistant]]> - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 https://home-assistant.io/ diff --git a/blog/categories/core/atom.xml b/blog/categories/core/atom.xml index 1029e19a8a..946463834f 100644 --- a/blog/categories/core/atom.xml +++ b/blog/categories/core/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: core | Home Assistant]]> - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 https://home-assistant.io/ diff --git a/blog/categories/frontend/atom.xml b/blog/categories/frontend/atom.xml index 4e265e7814..d3d92c143f 100644 --- a/blog/categories/frontend/atom.xml +++ b/blog/categories/frontend/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: frontend | Home Assistant]]> - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index e4b887a9ea..399460619a 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-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 https://home-assistant.io/ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index 619f96d5e4..0bf89ed509 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: website | Home Assistant]]> - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 https://home-assistant.io/ diff --git a/components/index.html b/components/index.html index b1b7da65fa..a63b0fd972 100644 --- a/components/index.html +++ b/components/index.html @@ -190,14 +190,23 @@ - Transmission - Monitor status and download speeds. + + Transmission sensor
+ Transmission switch + + Monitor status and download speeds. Change the speed limits. Google Cast devices - Track what is being played and control playback. (temporarely disabled awaiting protobuf 3 release). + Track what is being played and control playback (temporarely disabled awaiting protobuf 3 release). + + + + + Music Player Daemon (MPD) + Track what is being played and control playback. @@ -349,6 +358,12 @@ the manufacturers of these devices. Display details about the Bitcoin Network and your Blockchain.info online wallet. + + +Swiss Public Transport +Display timetable data for traveling in Switzerland. + + Time & Date diff --git a/components/media_player.html b/components/media_player.html index 04bf703b11..3b00fe34f3 100644 --- a/components/media_player.html +++ b/components/media_player.html @@ -104,7 +104,15 @@
-

Interacts with media players on your network. Currently only supports Chromecasts.

+

Interacts with media players on your network.

+ +

Currently supported devices:

+ + +

Services

diff --git a/components/media_player.mpd.html b/components/media_player.mpd.html new file mode 100644 index 0000000000..73e043a599 --- /dev/null +++ b/components/media_player.mpd.html @@ -0,0 +1,169 @@ + + + + + + + + + + + + Music Player Daemon support - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+ +
+ + +
+ + +
+

+ Music Player Daemon Support +

+
+
+ + +

+The mpd platform allows you to control a Music Player Daemon from Home Assistant. Unfortunatly you will not be able to manipulate the playlist (add or delete songs) or add transitions between the songs.

+ +

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

+ +
1
+2
+3
+4
+5
+
media_player:
+  platform: mpd
+  server: 127.0.0.1
+  port: 6600
+  location: bedroom
+ + + + + +
+ + +
+ + +
+
+ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/components/notify.pushover.html b/components/notify.pushover.html index a7f9646c2c..8296bfd747 100644 --- a/components/notify.pushover.html +++ b/components/notify.pushover.html @@ -105,7 +105,9 @@

-James Cole has contributed support for the PushOver service as a platform for the notify component. This allows components to send messages to the user using PushOver.

+The PushOver service is a platform for the notify component. This allows components to send messages to the user using PushOver.

+ +

To use PushOver notifications, add the following to your configuration.yaml file:

1
 2
@@ -153,6 +155,8 @@ James Cole has contributed support for the PushO
 
 

For more automation examples, see the getting started with automation page.

+

James Cole has contributed the PushOver platform.

+ diff --git a/components/sensor.sabnzbd.html b/components/sensor.sabnzbd.html index 89e221e507..8b59f15b20 100644 --- a/components/sensor.sabnzbd.html +++ b/components/sensor.sabnzbd.html @@ -105,7 +105,9 @@

-James Cole has contributed support to integrate SABnzbd. This will allow you to monitor your downloads from within Home Assistant and setup automation based on the information.

+The sabnzbd platform will allow you to monitor your downloads with SABnzbd from within Home Assistant and setup automation based on the information.

+ +

To use sabnzbd with your installation, add the following to your configuration.yaml file:

1
 2
@@ -138,7 +140,7 @@ James Cole has contributed support to integrate SAB
 
- +

James Cole has contributed the sabnzbd platform.

diff --git a/components/sensor.swiss_public_transport.html b/components/sensor.swiss_public_transport.html new file mode 100644 index 0000000000..e51e4f2791 --- /dev/null +++ b/components/sensor.swiss_public_transport.html @@ -0,0 +1,173 @@ + + + + + + + + + + + + Swiss Public Transport support - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+ +
+ + +
+ + +
+

+ Swiss Public Transport Support +

+
+
+ + +

The swiss public transport sensor will give you the next two departure times from a given location to another one in Switzerland.

+ +

The Stationboard website can help to determine the exact name of the start and the end station. With the station names it’s necessary to search for the ID of those stations:

+ +

http://transport.opendata.ch/v1/locations?query=[Station name]

+ +

If the score is 100 (“score”:“100” in the response), it is a perfect match. Then add the data to your configuration.yaml file as shown in the example:

+ +
1
+2
+3
+4
+5
+
# Example configuration.yaml entry
+sensor:
+  platform: swiss_public_transport
+  from: STATION_ID
+  to: STATION_ID
+
+ + +

The public timetables are coming from Swiss public transport.

+ + +
+ + +
+ + +
+
+ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/components/sensor.systemmonitor.html b/components/sensor.systemmonitor.html index b3dc61bdec..faafc5dee3 100644 --- a/components/sensor.systemmonitor.html +++ b/components/sensor.systemmonitor.html @@ -104,7 +104,9 @@
-

Theodor has contributed a new sensor platform to allow you to monitor disk usage, memory usage, CPU usage and running processes. This platform has superseded the process component which is now considered deprecated.

+

The system monitoring sensor platform to allow you to monitor disk usage, memory usage, CPU usage, and running processes. This platform has superseded the process component which is now considered deprecated.

+ +

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

1
 2
@@ -127,6 +129,8 @@
 
+

Theodor Lindquist has contributed the System monitoring platform.

+ diff --git a/components/sensor.time_date.html b/components/sensor.time_date.html index 0d90637085..e26adc976c 100644 --- a/components/sensor.time_date.html +++ b/components/sensor.time_date.html @@ -119,7 +119,7 @@
# Example configuration.yaml entry
 sensor:
   platform: time_date
-  monitored_variables:
+  display_options:
     - type: 'time'
     - type: 'date'
     - type: 'date_time'
diff --git a/components/sensor.transmission.html b/components/sensor.transmission.html
index 57bf01a9bf..96941ef4da 100644
--- a/components/sensor.transmission.html
+++ b/components/sensor.transmission.html
@@ -148,7 +148,7 @@ The Transmission platform allows yo
 

-

James Cole has contributed the transmission platform.

+

James Cole has contributed the transmission platform.

diff --git a/components/switch.html b/components/switch.html index 8a9e0f9922..76b2619389 100644 --- a/components/switch.html +++ b/components/switch.html @@ -9,20 +9,20 @@ - Lights - Home Assistant + Switches - Home Assistant - + - + - + @@ -98,7 +98,7 @@

- Lights + Switches


diff --git a/components/switch.transmission.html b/components/switch.transmission.html new file mode 100644 index 0000000000..6cbe1a3cc0 --- /dev/null +++ b/components/switch.transmission.html @@ -0,0 +1,176 @@ + + + + + + + + + + + + Transmission switch support - Home Assistant + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+ +
+ + +
+ + +
+

+ Transmission Switch Support +

+
+
+ + +

+The transmission platform allows you to control your Transmission client from within Home Assistant. The platform enables you switch to your ‘Alternative Speed Limits’ (aka ‘Turtle mode’) setting.

+ +

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

+ +
1
+2
+3
+4
+5
+6
+7
+8
+
# Example configuration.yaml entry
+switch:
+  platform: transmission
+  name: Transmission
+  host: 192.168.1.26
+  port: 9091
+  username: YOUR_USERNAME
+  password: YOUR_PASSWORD
+
+ + +

Finbarr Brady has contributed the transmission switch platform.

+ + +
+ + +
+ + +
+
+ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/components/switch.wemo.html b/components/switch.wemo.html index 5fc9a0f36a..99ef6b9e4e 100644 --- a/components/switch.wemo.html +++ b/components/switch.wemo.html @@ -104,7 +104,10 @@
-

+

+The wemo platform allows you to control your Belkin WeMo switches from within Home Assistant.

+ +

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

1
 2
diff --git a/components/thermostat.nest.html b/components/thermostat.nest.html
index 9fb79398db..a051d424e1 100644
--- a/components/thermostat.nest.html
+++ b/components/thermostat.nest.html
@@ -104,7 +104,10 @@
   
-

To set it up, add the following information to your configuration.yaml file:

+

+The nest thermostat platform let you control a thermostat from Nest.

+ +

To set it up, add the following information to your configuration.yaml file:

1
 2
diff --git a/components/wink.html b/components/wink.html
index 7c848fd239..006101fcb9 100644
--- a/components/wink.html
+++ b/components/wink.html
@@ -105,7 +105,7 @@
   
 
   

-Wink is a home automation hub that can control a whole wide range of devices on the market. Or, as they say in their own words:

+Wink is a home automation hub that can control a whole wide range of devices on the market. Or, as they say in their own words:

Wink offers one, quick and simple way to connect people with the products they rely on every day in their home.
diff --git a/components/zwave.html b/components/zwave.html index 0453b4625c..f163cad103 100644 --- a/components/zwave.html +++ b/components/zwave.html @@ -106,7 +106,7 @@

-

Z-Wave support for Home Assistant is very new. We have started now by integrating only the sensors.

+

Z-Wave support for Home Assistant is very new. We have started now by integrating only the sensors.

Support for Z-Wave can be added by plugging a Z-Wave USB stick into your computer.

diff --git a/images/supported_brands/mpd.png b/images/supported_brands/mpd.png new file mode 100644 index 0000000000000000000000000000000000000000..d8b6d96145ef71347d5dc5f239f6d8e2da4beb39 GIT binary patch literal 9977 zcmbVS=QkW)&{kLU&SLd$)gZbo7ORWid+#g}z5aBo6TJsP^e7Qs^xi}CUZZ#3ynn*` zo;mY8=gf!sGBfASeeR7`SCz-bqQpW%Lc&#mK{ftyui01G8~DAMcyTEWk<6eJ{;2nDE=)~DYm z0hp;;3z@5?bJ{=89_4B#k1b5mEcl6t%_GJVQ6dpk-y-@*gm`%c5#j<&NoKkb?W zz|^0!y(g`?%BHpF)z_d`k2B_resWX)^Zy5ASP=nBJH`4$qrGU3aOPR&F{?_emM-qI zs}}TlYV$0dZT^fs5ISbRzp}&ziB#d&1}1rxqDlWHliULw4OG?CcJ%p9MRxC_VE|rf z=419Z2IQu4$iku1(ofNz)X2EF?A>O(=*>v~ ziSJ&+<6&AZ(oI_dRaAPfSxw84{eLhKB=dq*YnHi{$f4&1IOoo6W-`)>idZ|lyBg-^ zg)L))g9HPg{#G@OfzV)pxJBYxnl+2(uE<}1&=LAouen}z z55~24oaQT8EX=@?%}omjC#RCOHqk6zbCjK(9ZU$4&?l2WUmt;wVBK$%b(RBmuP@J@ z`;+u-?pqOf$;jpYam$^F-&i)owl32+=U=-XBCG6G3%b^&WeN$>Qqwd8r6d&+EM5rh zE6h2#*bBdWVfk8J?S&TG_8;j|n-|#mcVqN7)6Q>5Bosj4{=%oB%c@s7B0XAAepr=F zKzfr@D?ZJvRxpZL7g9!QhUQ#2B}YwF(Qyuluf@e99^>bU5!m?Xut*^ux6x{dXn1`5 zBf5f`8vf7oUsR3OBV-mMgo0E!1n~(^G1sPbH;?Nr@Z{l#vZ^3X9{>P6nuVplO-}Y< zCbdFq1Qmo=wmMC2blMJOO#l@hXqHW0?2P<3=k6ggxiye51D}wPr>3Uf{3+zR+Fsb2 zNv_}7Eh@a)m2@HEZ%cagzTriZm%dt7bkK&~FuD}1JC%cuUD47Qt`W*^wX&IEWo4xy zdyRJ3GOJ+t{!{*8X1o2Rssx&G}~k?DRClAh?MBV4UIY5CDGNfsa@QkLa0N z=6=(Uy=s4Y>Y646+rMo3u}2PB`?pyDGx-r_STQjNKfTvVH;WiJEVK(I1-ZE5$+(SR zw&OX4H#Z;A31m>VP38lt2K?PtXndp%;>6>`^PdC~$Mr9Fr@ms)lt_2@hJ~!3+%qnf zrs`_fq2C8zP;l0gs3KuT_6h{O_;1*(TM$U{3j_2+X0@mLJs;PB`X-mg3gVh+ROY-T z;&*=;1?(?Kx-n3uHCmRi4G|Xm??W*Rf3$OxaPVin~M zA$fOppp;SbhSQ)e6@xAw)0WqUCs`fGGCYu^D0Srt<@ZlZv9UY}F+3m^6dfJCCk7-B0}JX+wG)L;V^cpwswr(%8MIFCC59?L5$mA1{SUW&u7*^avF@DS_H52NpGpBd5PMyskC z<@4{}&dtti2n#w5@qN;W459iqtCj=Je&;GRJ#sBr3sQUk+&CPMrX4kMaVA+N&{f_H z5_S(_F;-v`65=_T;tBdMAb{e(|N7}t{6%dyQBDKrF^WdwufF@k^9Wl^%T+g`_U&p{H&`;Ipsjr@saDH2URt z_3iv}IB2RYqFaH(4>-1egj~eiq(_(h_z}#E)>2#eb0PEl6kKjWcR1HJ6a`$U65;zvl^rE6@}Yr z>ju3xT4s5Mi%TG~8mS0a_8Xf-p}~7CV8K%)w1F2w8}xMk0UvKR2Qs=A_~`t!F^H#A zzl(r2q9E!Zd83W!v1hod*&->^cTh%Z?lI+ zfSvsT#D`FVc>tD|c7mIpp^gc6S0Ug}U?tjrBG1CpN6`?$-!q_IWQ@ChfGp(l;zEPg z=a}z1(4IsQQx<~ElXSa}hqA(<9M8+@REy4wUTo{P(CWVC%tjFUF99!_OmMH@$oG5?9iF__hfD0R)E%*KJjn!W)Ml7_M zW-21O2s{GEK@p-pl6$VJ%%TrVm~MA?P)<9u2(T1BN7vQ!Sy28vr$x5~e1VrQrAiqw zYcYqHCujq@`ki#00$v-N{oN10NUqF#!@G9lf0mypGnaD6zOe-u|%BXl-1T`l+3d4z4y2I#pT^y292za{6p zUl{2^CER7zS);MFLrPk>Q`rHjh?Dz^leYa9%$%MaT~C9IE6g!sZug}xk*v2iRN5dO z2(jzql$ZKYIA~d5lppmuG!+H3oA235ea`#A;Mc!ePCHDgpDbmq_UJw_%i893=azg6 zxFa-o=w-+^PY`!XV5c}wH449Sn;sW&da?{>$heAAZd;in#Q=!$$<7ir1Wt>7&!@?b z^Ngw);A~veJhd8c_X#<~6toGXv!inJh=UDEiw@COl?JQAP|s`1^w2C78t@}i>*r*I zeCtOYaX?v(@ne~(GVWm5$7j<1LzY6Gl~*KGMyGejz$~#SD()S*S!aj`Zi+2h-E(KU1%Sc!MC-^TAnbSpN}4G!Yc$*KJ1tJ9 z)8XZpvhtXK#FYRB#g~SCfpVNq{e0qLUG&?fH}Be3+@;#Zz^T#zN5e-S(Yqm<;o+gu z{*eq#d;NQ^a6hS0{b-%Urq15ez)6$Eg#~i4#bt?a-RG|CZ8QKQMUE9rRdq!+W&;>M z#u|>I6E;2c68NP#X>P&JLk7+@?F_AsLCf|O7IMW?f6U}(csn>TQry!XZ9!L9j;*Do zJr#~kZnsvJKkeuG5}{M=0|QYxa3kesuo-ka5=c{_XYlF;?=xZ_7 z%TnA_eUY%B*X?oWh^+d6N#kwY20dX_)6iGo)7H|t@Gi@|wAJ<^(-rt4R1i$I3l3WT z5bEq*Tl(+K@P%caDvx%rc&=!`S{1BG{7~93B%>siddKkwi*fnpoN; zM^>xHNT&DsJAWDb^n%iLJT3!=MuD3KjO?=D%P+a4e(}FUtA(QJCG4Jp$iocJ5?e$d zH|AH3yi_;ifPjJydQq6e)71)KsYjbUg2Qe%;mhN>mw1RMb4<%WRq`NV=`DPaX^OqahDQ2ovvM}Q%@)3B=j7WA zf#YmIeVGvbm^-I3arRwV4};_?bP*1M*pxl;T*pMYUn0abXC+e z4ghvL=a`2Luc-gi_2T@tfYh736}+7h=RmMO zl}GO8uYxC@hd*vu3(2wL-}VH$O&dNOi{MBAJ_x0+0N`QsI$teg>30*D+?ff6$PGJVLfB@q9Lf_mbo50YyxxhvoTKP2Uwux z>p_pTVTny*GtorA9n-CsX|V=^*HaxzvR5n5N@IkjaI~TQutaHAp(vzYK45I1zt+|F z81nLgbof^(Y9ssr9kkyxk-qS0c;)`G7^>9_usQ81%-2ki9-N=E7Gk)#wpGn3u%9W5 zWus%@g7g(DMWcrA>S#&!j1=+e))*0PxYiRd|66y^@m+#0@}nh}MGmX}dw%jo9+>f1 zpA-hQU>w+8fqq|7*75dY5!AO5Jqv!H6)CAHi+nqyA?ulBx1LL6n#8oE(So%t-hQQQ z(z>FcT~C(677#ejE+FT;6S>CZAR)=owP7XL9*k-$Uk!>o1gE8^M-w|u7^~BD9L0j* zR8~Xb$z;{*g0_YRcGKHKQ&|z4l$g?bH8B%sXJ_Oo&6?6fN3nw?7AgoUkDKGA#i5k3 zN2$^34&P|x3k;~lf*cnlImEJBoQ2Z&i&{RR^Xm*Ch4UWQaae3u$FrG`t~!6>f(8c$ zFvLwXhG!MWfBMx*!V{dty#s*RsD5weO-C+q5QbC zrypU*#3bj{#*%YS_Wk-*!g~F5e`zxg&7B0jJZrKDMe_sUQrszvE7{Ozzsn4YLT5bg7xZu)mxS{j3NT`)tEQr&_+C|D}l)hytWO*kec zuNHCh&b)iYfn5=gRube5+Tc0l0F5#27-z)Sh)v#4fA2-ev)l`8FULv%$ z7-D`z`aH`1p-*ih+!0PEV)B_yPANaJ-L`zYw5@w7ejure1ZXjv`z_A%*rH5fK$L2dt_Cm_^lWRHP*n)23NHGk~dYe&@Fp1t5ks>6vr@SZ;t3$q+rk(@#W_6&5GghtN` z9k_7dMU^NKUiqlk<;`Uo(-a`WGPeHt&W&GRb2;V1WyavnQ^td3<2jk08rMsjT#arn zSA9RP=M5X(x8xpHZ#(4iCGQIM(p*pHnaFhvU%K%FA!7MH$#%Vw?zs*zLO#gyDXQ3s z097TW1bsYvL7eCaHr^6LJ`$%*sr5#5Imj+)JsiGiG_3w8G#K&1UtP^Wo|It<5%juN z_$OF;8IxhJZT+a_Sa0rpcJ|%Pw6&`m3`NI=&NusADnSzh_tICeR$!&?KBlJRGO}_l z4VKC&bBUSlm--p1^k?bE%f7L|RZHMz+6-|mVBKzSq~zZlRZxWf5EZKkK@MLCQKAc~ zvzua|RMIdoP`tjrR<2UT2M3sN8^-`U{;ds;u7Cqgs_Qp`X3`Sk_r_dXi!G)KNZ^hK-)>Oy9v(IAq*I zmxi&Rl{DaEd%q7FOzbqBR*;QEm9zx^)N%2d>dA=85U0tA_#J_kVcHLciR&XR6C=)! z_nBrjLdVS(K=0cQF+CLGqXv9I%w1-Kx=Ue5dF|&y| zaNdd{(-2&*aR;gtd-sId)#E=yzUJ&ETQovm;OS+k%-?9A9H@nZc1kx6a2Dh?S)P$zRmDRVa$`kiF0Xn+U#Lg zl1(N0ujDZ`ym%~sDu#4KqBZ)*pEP0p#N{N(X5}l-ENYuv4+6MobanM5N6=kWNOqXT z?&k%4XHhr6-QmEv0(C~wk=xwt+|;OkgXP}94ybT9IW13)l$5j>h}6sza7qC}&VVtt zlF~cM)Qy1aqCh&>ABPcb&u;Bs@{zs%Nv;kOK_>oqAG2S2!W?D2#rv&|oG4VjQ-YVS zys`U8b8D9V&El*mI$Ua!8g&e+~-WQG}XcYwsXEu`XbKHf8_Xj zRiNZUQS7hCe{^f6%P{b>no`^xII2mHs%@iNo2*(;w$Z5u zRifv1`V2gqNA$%ROeA_9C z6hTyN*2Lex3-vMJYPQ?RiO^3_$r*>)yo=lK_{M+M8u{I2jT_*9I9rjb= zI|_}wKEF;fhSxCeT5C<1Pn2p6Is9SG=jMt%OAsExRvRy`K-R`G0yj!qCkS0Z=14D` zB$%&B8-e;}wQ=%=?QnRXtSE?ipAZeP+(|1(LhNExT)6o*j*k!PnHt}I3Z@Ob;`{oo zg7C4s|DMPYflA!SV`^8%v)cJv9GUSa>3|(_6fv+}58>Fx^=sX%-p$4)eWftC@mksv z(T9TGTRb;ul9Q3Ic0~Iq@vsy7ss^RucyLP@K6Ef>e)%vwHe!iQJoTNvNtE~5F#Gnb zOdG6=z;@YSX3VOp7#j2VyhnO}r^&^oWh_A-Qpp?9DM%aC#c&fD5b*PAp31d_8xPyN z!D{JkmV|4^rv!TikX=Mz`9F1BTRSzo@aPj`QTo0*96Ur>ak4I46Nbu)XTBS7%LQl7 zbie7gDEiY2=)Dne$*9&-xWQ3kKyy$b6f)GZVtu+m4mQBst&-AB`cEdbJK4=&w z9@^uM7=R)M!@uWC$fyPGfH7;zt-xdnf+I;*4m^2_Z4Mm-B32J3o?Iyf>TRghLx!6=Lp6DbqSjM)BDf!5?2Lf=oeEX zeCZ;93mpc=6BI1a>voFTY+frW7Csh;m5cmcXUoZx&tcMuzkAqG6n^rpuXtf!)85I^Qz!pw>l!8&Zm0y1ln`M`ESA_ zh583bl2__*{;^E4iDaZ$;QT}kW63Tn+U7S0zrl(<^*CWg`@YU`=Cnf8;#{fRVbcKo z$e|&$Z+m<1U++J=gKwP5+WL2;iVoz7^{`s^sfpxyM;7gNRp!G!j=M`|rPO+IvD1}4 z-ky-J|MfT@=*NtZK^b*xt0^_ar9yEkuSJr_NJIN|ed;*-+asCgdD>SE?P{U(rRj73 zI~yZ~J~yVkqxtG$+LynP=?g{w{q4gvCsu`-LBU))(D2Z_Uv z$G%4>5fGmbO5yZ6u#e)R<|5c@EEiW|%p>X}l<&`$n__8vJ{k8kjgacyz@r|gdaj1@zZlp-w^-X)It&m~yVD^(cYH zAK!95Dj<-z?Z=No!cxw4iXQ@RvnD;(Q%tOL0d8irLQHDvNWB@s?OX7u`l1qSEPN1lH&Ll!11M3~qBV8j3d7TkoSb~db=|$cD2qDC_ll+qk4yL%h#cRa`rtKN?vj=jY2eoMwuA!E%e($k{WqHxH1B z_)2BG8puevr~c;Al=6&MD;FKEGP!sDyC%@OdcXmDGW)cbm(vG3hOr<*(5NX%yElCc zNq?o)xst7<+T^Ff6B$pv_nC?B<(SZxGFMjM?pQ8-go=1=EPOT^J~$)FHnfLJUTU=- z{1kc}iWX&7|G93ANvrS2j=NR`d-o_|dZ(2M-@?PFe4`MQ~#bT=*Cx^YOYq5~2 zUp$AR5>#iRLTcdP{NKye{`G=s1}h8|V3;F|z2^s5v>Q$Qt;+#KEOv*Wb*txxbtrWmgDj^=SQS%qa*!? z0bD95IG-YEA4fwe7#M+vBequCmX(bvWPdwOeYGrPQl^N2PJ)iSs&Sb7OaiX8AMUmi zww}1ZeB!nm*zI4vP zRw*0s2CaSuL`a+qYLp^3b8lwoy`mpE=;3QQP~ad}#S7}XphbZxW5aSpykcH%mTddK z1L1pPHI$jwcB0MJ&iKkQI1ypR$2XNJLqUd(dLQ2UqMImb#)mJhJqw z;KgX^a*?jyMoqN3bW{WiykVSE3>fmjRizVgTMv$cU7=+8Qa5&dOJ`Bb4@f5-F zB8>*3!osW+pMz>&qDKSFkPEbs(E9L^klBt=qaI;e-4jQ2>RE9zEts(LNZLR7RE8e#s!Guj7UHAYdF5#WfZ}>cE8ejatPM z1_P8O1er57T;;qru%+XAx0VO+{mtFV?ygN;VocsSRa}uY$gFa9fcwZlDCiZ9v8_m1 z(bd)T@7*~uvd%`28G0?R3j_)w{OE()bF%a(@0A~a`*aobT1?mGa`chKPds%2Z|^6^ zvg018dAWMO_13k{Vr}#+IIQ;OqN{{HxjQWeOh8uh?c4a<>_3%W>dkKYwFLW&$OnyX z-(Y=c|BZg4$rQJruEEB};?9%w`?$FT-_v=EZ=XsRf{jBr9C~wojo!FsX6NnxzJxXL zin!*}Ts7WB?x!3(o#kAl$lAWD*Sw}o(jP0<#XLwN1WxvdSRn2X^}o2OGasg81yD~3 z)5Q#q=#UGcTbS=I&|A9Loq`EYWh#a+qzhxyNJ-BG=NHbf(TYa4=e2Zc!%R*OImBmv zi|!eC-!gq?Nqg#;MPnT?GyO9(U)bYjpH4BBaKws7I~qf^GBbEDur5Y3De;^ifA*dn^O^r0J3R1#9Fs#)v3rQZ7|>Fs&f7d^Dp z)pWkEJ{nH5c#-h&e@~8`SqHuQ8K9q;nJXe9k|9#kao&A%64XrwW}cd!C_bq3;Jc7M z>P%S=HVfl}#cf|7i@(25T-+zy1f9&1Zkger-HZt^R&76@WCLzgpk-Xkkm6P4O zFIFGSHwuR@E>dLbhZj>d`U{lhEHACOB1%GyteDhmG%`C#v)5gC!@sN zyh$h8XqT7C;D7ngemCq*Gso CtpPs( literal 0 HcmV?d00001 diff --git a/sitemap.xml b/sitemap.xml index b4d0bee70a..2f8216044c 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -77,397 +77,415 @@ https://home-assistant.io/developers/add_new_platform.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/getting-started/android.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/developers/api.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/developers/architecture.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/automation.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/browser.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/getting-started/configuration.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/configurator.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/conversation.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/developers/creating_components.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/device_sun_light_trigger.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.ddwrt.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.luci.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.netgear.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.nmap_scanner.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.tomato.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/discovery.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/downloader.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/developers/frontend.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/group.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/history.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/ - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 1.0 https://home-assistant.io/blog/ - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/blog/archives/ - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/ - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/developers/ - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/getting-started/ - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/isy994.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/keyboard.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/light.hue.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/light.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/logbook.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/media_player.cast.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/media_player.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 + weekly + 0.7 + + + https://home-assistant.io/components/media_player.mpd.html + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/modbus.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/notify.instapush.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/notify.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/notify.nma.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/notify.pushbullet.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/notify.pushover.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/notify.xmpp.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/developers/python_api.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/developers/rest_api.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/scene.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/scheduler.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/script.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/sensor.bitcoin.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/sensor.mysensors.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/sensor.openweathermap.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/sensor.sabnzbd.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 + weekly + 0.7 + + + https://home-assistant.io/components/sensor.swiss_public_transport.html + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/sensor.systemmonitor.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/sensor.time_date.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/sensor.transmission.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/simple_alarm.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/sun.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/switch.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 + weekly + 0.7 + + + https://home-assistant.io/components/switch.transmission.html + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/switch.wemo.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/tellstick.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/thermostat.heat_control.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/thermostat.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/thermostat.nest.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/getting-started/troubleshooting.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/vera.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/wink.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7 https://home-assistant.io/components/zwave.html - 2015-05-31T00:22:19-07:00 + 2015-06-02T21:14:43-07:00 weekly 0.7