Site updated at 2016-03-21 19:41:32 UTC
This commit is contained in:
parent
7e812976d0
commit
fbf3188e8d
13 changed files with 195 additions and 195 deletions
16
atom.xml
16
atom.xml
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Home Assistant]]></title>
|
<title><![CDATA[Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2016-03-21T15:35:58+00:00</updated>
|
<updated>2016-03-21T19:41:07+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
@ -690,7 +690,7 @@ output = audioresample ! audio/x-raw,rate=48000,channels=2,format=S16LE ! audioc
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>Replace <code>localhost</code> with the location of the running MQTT Broker. Devices from the MQTT Bridge are published to the path <code>/smartthings/<Device Name>/<Atribute></code></p>
|
<p>Replace <code>localhost</code> with the location of the running MQTT Broker. Devices from the MQTT Bridge are published to the path <code>smartthings/<Device Name>/<Atribute></code></p>
|
||||||
|
|
||||||
<p>For example, my Dimmer Z-Wave Lamp is called “Fireplace Lights” in SmartThings. The following topics are published:</p>
|
<p>For example, my Dimmer Z-Wave Lamp is called “Fireplace Lights” in SmartThings. The following topics are published:</p>
|
||||||
|
|
||||||
|
@ -703,11 +703,11 @@ output = audioresample ! audio/x-raw,rate=48000,channels=2,format=S16LE ! audioc
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>/smartthings/Fireplace Lights/level</td>
|
<td>smartthings/Fireplace Lights/level</td>
|
||||||
<td>Brightness (0-99)</td>
|
<td>Brightness (0-99)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>/smartthings/Fireplace Lights/switch</td>
|
<td>smartthings/Fireplace Lights/switch</td>
|
||||||
<td>Switch State (on/off)</td>
|
<td>Switch State (on/off)</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
@ -719,10 +719,10 @@ output = audioresample ! audio/x-raw,rate=48000,channels=2,format=S16LE ! audioc
|
||||||
<div class="code"><pre><span class="key">switch</span>:
|
<div class="code"><pre><span class="key">switch</span>:
|
||||||
<span class="key">platform</span>: <span class="string"><span class="content">mqtt</span></span>
|
<span class="key">platform</span>: <span class="string"><span class="content">mqtt</span></span>
|
||||||
<span class="key">name</span>: <span class="string"><span class="delimiter">"</span><span class="content">Fireplace Lights</span><span class="delimiter">"</span></span>
|
<span class="key">name</span>: <span class="string"><span class="delimiter">"</span><span class="content">Fireplace Lights</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">state_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">/smartthings/Fireplace Lights/switch</span><span class="delimiter">"</span></span>
|
<span class="key">state_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">smartthings/Fireplace Lights/switch</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">command_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">/smartthings/Fireplace Lights/switch</span><span class="delimiter">"</span></span>
|
<span class="key">command_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">smartthings/Fireplace Lights/switch</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">brightness_state_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">/smartthings/Fireplace Lights/level</span><span class="delimiter">"</span></span>
|
<span class="key">brightness_state_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">smartthings/Fireplace Lights/level</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">brightness_command_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">/smartthings/Fireplace Lights/level</span><span class="delimiter">"</span></span>
|
<span class="key">brightness_command_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">smartthings/Fireplace Lights/level</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">payload_on</span>: <span class="string"><span class="delimiter">"</span><span class="content">on</span><span class="delimiter">"</span></span>
|
<span class="key">payload_on</span>: <span class="string"><span class="delimiter">"</span><span class="content">on</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">payload_off</span>: <span class="string"><span class="delimiter">"</span><span class="content">off</span><span class="delimiter">"</span></span>
|
<span class="key">payload_off</span>: <span class="string"><span class="delimiter">"</span><span class="content">off</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">retain</span>: <span class="string"><span class="content">true</span></span>
|
<span class="key">retain</span>: <span class="string"><span class="content">true</span></span>
|
||||||
|
|
|
@ -248,7 +248,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>Replace <code>localhost</code> with the location of the running MQTT Broker. Devices from the MQTT Bridge are published to the path <code>/smartthings/<Device Name>/<Atribute></code></p>
|
<p>Replace <code>localhost</code> with the location of the running MQTT Broker. Devices from the MQTT Bridge are published to the path <code>smartthings/<Device Name>/<Atribute></code></p>
|
||||||
|
|
||||||
<p>For example, my Dimmer Z-Wave Lamp is called “Fireplace Lights” in SmartThings. The following topics are published:</p>
|
<p>For example, my Dimmer Z-Wave Lamp is called “Fireplace Lights” in SmartThings. The following topics are published:</p>
|
||||||
|
|
||||||
|
@ -261,11 +261,11 @@
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>/smartthings/Fireplace Lights/level</td>
|
<td>smartthings/Fireplace Lights/level</td>
|
||||||
<td>Brightness (0-99)</td>
|
<td>Brightness (0-99)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>/smartthings/Fireplace Lights/switch</td>
|
<td>smartthings/Fireplace Lights/switch</td>
|
||||||
<td>Switch State (on/off)</td>
|
<td>Switch State (on/off)</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
@ -277,10 +277,10 @@
|
||||||
<div class="code"><pre><span class="key">switch</span>:
|
<div class="code"><pre><span class="key">switch</span>:
|
||||||
<span class="key">platform</span>: <span class="string"><span class="content">mqtt</span></span>
|
<span class="key">platform</span>: <span class="string"><span class="content">mqtt</span></span>
|
||||||
<span class="key">name</span>: <span class="string"><span class="delimiter">"</span><span class="content">Fireplace Lights</span><span class="delimiter">"</span></span>
|
<span class="key">name</span>: <span class="string"><span class="delimiter">"</span><span class="content">Fireplace Lights</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">state_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">/smartthings/Fireplace Lights/switch</span><span class="delimiter">"</span></span>
|
<span class="key">state_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">smartthings/Fireplace Lights/switch</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">command_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">/smartthings/Fireplace Lights/switch</span><span class="delimiter">"</span></span>
|
<span class="key">command_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">smartthings/Fireplace Lights/switch</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">brightness_state_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">/smartthings/Fireplace Lights/level</span><span class="delimiter">"</span></span>
|
<span class="key">brightness_state_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">smartthings/Fireplace Lights/level</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">brightness_command_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">/smartthings/Fireplace Lights/level</span><span class="delimiter">"</span></span>
|
<span class="key">brightness_command_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">smartthings/Fireplace Lights/level</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">payload_on</span>: <span class="string"><span class="delimiter">"</span><span class="content">on</span><span class="delimiter">"</span></span>
|
<span class="key">payload_on</span>: <span class="string"><span class="delimiter">"</span><span class="content">on</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">payload_off</span>: <span class="string"><span class="delimiter">"</span><span class="content">off</span><span class="delimiter">"</span></span>
|
<span class="key">payload_off</span>: <span class="string"><span class="delimiter">"</span><span class="content">off</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">retain</span>: <span class="string"><span class="content">true</span></span>
|
<span class="key">retain</span>: <span class="string"><span class="content">true</span></span>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Architecture | Home Assistant]]></title>
|
<title><![CDATA[Category: Architecture | Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/categories/architecture/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/blog/categories/architecture/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2016-03-21T15:35:58+00:00</updated>
|
<updated>2016-03-21T19:41:07+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Branding | Home Assistant]]></title>
|
<title><![CDATA[Category: Branding | Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/categories/branding/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/blog/categories/branding/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2016-03-21T15:35:58+00:00</updated>
|
<updated>2016-03-21T19:41:07+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Community | Home Assistant]]></title>
|
<title><![CDATA[Category: Community | Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/categories/community/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/blog/categories/community/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2016-03-21T15:35:58+00:00</updated>
|
<updated>2016-03-21T19:41:07+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: ESP8266 | Home Assistant]]></title>
|
<title><![CDATA[Category: ESP8266 | Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/categories/esp8266/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/blog/categories/esp8266/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2016-03-21T15:35:58+00:00</updated>
|
<updated>2016-03-21T19:41:07+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: How-To | Home Assistant]]></title>
|
<title><![CDATA[Category: How-To | Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/categories/how-to/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/blog/categories/how-to/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2016-03-21T15:35:58+00:00</updated>
|
<updated>2016-03-21T19:41:07+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
@ -286,7 +286,7 @@ output = audioresample ! audio/x-raw,rate=48000,channels=2,format=S16LE ! audioc
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>Replace <code>localhost</code> with the location of the running MQTT Broker. Devices from the MQTT Bridge are published to the path <code>/smartthings/<Device Name>/<Atribute></code></p>
|
<p>Replace <code>localhost</code> with the location of the running MQTT Broker. Devices from the MQTT Bridge are published to the path <code>smartthings/<Device Name>/<Atribute></code></p>
|
||||||
|
|
||||||
<p>For example, my Dimmer Z-Wave Lamp is called “Fireplace Lights” in SmartThings. The following topics are published:</p>
|
<p>For example, my Dimmer Z-Wave Lamp is called “Fireplace Lights” in SmartThings. The following topics are published:</p>
|
||||||
|
|
||||||
|
@ -299,11 +299,11 @@ output = audioresample ! audio/x-raw,rate=48000,channels=2,format=S16LE ! audioc
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>/smartthings/Fireplace Lights/level</td>
|
<td>smartthings/Fireplace Lights/level</td>
|
||||||
<td>Brightness (0-99)</td>
|
<td>Brightness (0-99)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>/smartthings/Fireplace Lights/switch</td>
|
<td>smartthings/Fireplace Lights/switch</td>
|
||||||
<td>Switch State (on/off)</td>
|
<td>Switch State (on/off)</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
@ -315,10 +315,10 @@ output = audioresample ! audio/x-raw,rate=48000,channels=2,format=S16LE ! audioc
|
||||||
<div class="code"><pre><span class="key">switch</span>:
|
<div class="code"><pre><span class="key">switch</span>:
|
||||||
<span class="key">platform</span>: <span class="string"><span class="content">mqtt</span></span>
|
<span class="key">platform</span>: <span class="string"><span class="content">mqtt</span></span>
|
||||||
<span class="key">name</span>: <span class="string"><span class="delimiter">"</span><span class="content">Fireplace Lights</span><span class="delimiter">"</span></span>
|
<span class="key">name</span>: <span class="string"><span class="delimiter">"</span><span class="content">Fireplace Lights</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">state_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">/smartthings/Fireplace Lights/switch</span><span class="delimiter">"</span></span>
|
<span class="key">state_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">smartthings/Fireplace Lights/switch</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">command_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">/smartthings/Fireplace Lights/switch</span><span class="delimiter">"</span></span>
|
<span class="key">command_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">smartthings/Fireplace Lights/switch</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">brightness_state_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">/smartthings/Fireplace Lights/level</span><span class="delimiter">"</span></span>
|
<span class="key">brightness_state_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">smartthings/Fireplace Lights/level</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">brightness_command_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">/smartthings/Fireplace Lights/level</span><span class="delimiter">"</span></span>
|
<span class="key">brightness_command_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">smartthings/Fireplace Lights/level</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">payload_on</span>: <span class="string"><span class="delimiter">"</span><span class="content">on</span><span class="delimiter">"</span></span>
|
<span class="key">payload_on</span>: <span class="string"><span class="delimiter">"</span><span class="content">on</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">payload_off</span>: <span class="string"><span class="delimiter">"</span><span class="content">off</span><span class="delimiter">"</span></span>
|
<span class="key">payload_off</span>: <span class="string"><span class="delimiter">"</span><span class="content">off</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">retain</span>: <span class="string"><span class="content">true</span></span>
|
<span class="key">retain</span>: <span class="string"><span class="content">true</span></span>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: MQTT | Home Assistant]]></title>
|
<title><![CDATA[Category: MQTT | Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/categories/mqtt/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/blog/categories/mqtt/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2016-03-21T15:35:58+00:00</updated>
|
<updated>2016-03-21T19:41:07+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
@ -132,7 +132,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>Replace <code>localhost</code> with the location of the running MQTT Broker. Devices from the MQTT Bridge are published to the path <code>/smartthings/<Device Name>/<Atribute></code></p>
|
<p>Replace <code>localhost</code> with the location of the running MQTT Broker. Devices from the MQTT Bridge are published to the path <code>smartthings/<Device Name>/<Atribute></code></p>
|
||||||
|
|
||||||
<p>For example, my Dimmer Z-Wave Lamp is called “Fireplace Lights” in SmartThings. The following topics are published:</p>
|
<p>For example, my Dimmer Z-Wave Lamp is called “Fireplace Lights” in SmartThings. The following topics are published:</p>
|
||||||
|
|
||||||
|
@ -145,11 +145,11 @@
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>/smartthings/Fireplace Lights/level</td>
|
<td>smartthings/Fireplace Lights/level</td>
|
||||||
<td>Brightness (0-99)</td>
|
<td>Brightness (0-99)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>/smartthings/Fireplace Lights/switch</td>
|
<td>smartthings/Fireplace Lights/switch</td>
|
||||||
<td>Switch State (on/off)</td>
|
<td>Switch State (on/off)</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
@ -161,10 +161,10 @@
|
||||||
<div class="code"><pre><span class="key">switch</span>:
|
<div class="code"><pre><span class="key">switch</span>:
|
||||||
<span class="key">platform</span>: <span class="string"><span class="content">mqtt</span></span>
|
<span class="key">platform</span>: <span class="string"><span class="content">mqtt</span></span>
|
||||||
<span class="key">name</span>: <span class="string"><span class="delimiter">"</span><span class="content">Fireplace Lights</span><span class="delimiter">"</span></span>
|
<span class="key">name</span>: <span class="string"><span class="delimiter">"</span><span class="content">Fireplace Lights</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">state_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">/smartthings/Fireplace Lights/switch</span><span class="delimiter">"</span></span>
|
<span class="key">state_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">smartthings/Fireplace Lights/switch</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">command_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">/smartthings/Fireplace Lights/switch</span><span class="delimiter">"</span></span>
|
<span class="key">command_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">smartthings/Fireplace Lights/switch</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">brightness_state_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">/smartthings/Fireplace Lights/level</span><span class="delimiter">"</span></span>
|
<span class="key">brightness_state_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">smartthings/Fireplace Lights/level</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">brightness_command_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">/smartthings/Fireplace Lights/level</span><span class="delimiter">"</span></span>
|
<span class="key">brightness_command_topic</span>: <span class="string"><span class="delimiter">"</span><span class="content">smartthings/Fireplace Lights/level</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">payload_on</span>: <span class="string"><span class="delimiter">"</span><span class="content">on</span><span class="delimiter">"</span></span>
|
<span class="key">payload_on</span>: <span class="string"><span class="delimiter">"</span><span class="content">on</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">payload_off</span>: <span class="string"><span class="delimiter">"</span><span class="content">off</span><span class="delimiter">"</span></span>
|
<span class="key">payload_off</span>: <span class="string"><span class="delimiter">"</span><span class="content">off</span><span class="delimiter">"</span></span>
|
||||||
<span class="key">retain</span>: <span class="string"><span class="content">true</span></span>
|
<span class="key">retain</span>: <span class="string"><span class="content">true</span></span>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Public-Service-Announcement | Home Assistant]]></title>
|
<title><![CDATA[Category: Public-Service-Announcement | Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/categories/public-service-announcement/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/blog/categories/public-service-announcement/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2016-03-21T15:35:58+00:00</updated>
|
<updated>2016-03-21T19:41:07+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Release-Notes | Home Assistant]]></title>
|
<title><![CDATA[Category: Release-Notes | Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/categories/release-notes/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/blog/categories/release-notes/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2016-03-21T15:35:58+00:00</updated>
|
<updated>2016-03-21T19:41:07+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Survey | Home Assistant]]></title>
|
<title><![CDATA[Category: Survey | Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/categories/survey/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/blog/categories/survey/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2016-03-21T15:35:58+00:00</updated>
|
<updated>2016-03-21T19:41:07+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: User-Stories | Home Assistant]]></title>
|
<title><![CDATA[Category: User-Stories | Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/blog/categories/user-stories/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/blog/categories/user-stories/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2016-03-21T15:35:58+00:00</updated>
|
<updated>2016-03-21T19:41:07+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||||
|
|
312
sitemap.xml
312
sitemap.xml
|
@ -1283,626 +1283,626 @@
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/alarm_control_panel.html</loc>
|
<loc>https://home-assistant.io/components/alarm_control_panel.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/alarm_control_panel.manual.html</loc>
|
<loc>https://home-assistant.io/components/alarm_control_panel.manual.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/alarm_control_panel.mqtt.html</loc>
|
<loc>https://home-assistant.io/components/alarm_control_panel.mqtt.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/arduino.html</loc>
|
<loc>https://home-assistant.io/components/arduino.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/automation.html</loc>
|
<loc>https://home-assistant.io/components/automation.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/browser.html</loc>
|
<loc>https://home-assistant.io/components/browser.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/camera.foscam.html</loc>
|
<loc>https://home-assistant.io/components/camera.foscam.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/camera.generic.html</loc>
|
<loc>https://home-assistant.io/components/camera.generic.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/configurator.html</loc>
|
<loc>https://home-assistant.io/components/configurator.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/conversation.html</loc>
|
<loc>https://home-assistant.io/components/conversation.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_sun_light_trigger.html</loc>
|
<loc>https://home-assistant.io/components/device_sun_light_trigger.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.actiontec.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.actiontec.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.aruba.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.aruba.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.asuswrt.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.asuswrt.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.ddwrt.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.ddwrt.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.locative.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.locative.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.luci.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.luci.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.mqtt.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.mqtt.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.netgear.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.netgear.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.nmap_scanner.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.nmap_scanner.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.owntracks.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.owntracks.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.snmp.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.snmp.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.thomson.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.thomson.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.tomato.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.tomato.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.tplink.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.tplink.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/device_tracker.ubus.html</loc>
|
<loc>https://home-assistant.io/components/device_tracker.ubus.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/discovery.html</loc>
|
<loc>https://home-assistant.io/components/discovery.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/downloader.html</loc>
|
<loc>https://home-assistant.io/components/downloader.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/ecobee.html</loc>
|
<loc>https://home-assistant.io/components/ecobee.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/group.html</loc>
|
<loc>https://home-assistant.io/components/group.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/history.html</loc>
|
<loc>https://home-assistant.io/components/history.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/ifttt.html</loc>
|
<loc>https://home-assistant.io/components/ifttt.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/ifttt.manything.html</loc>
|
<loc>https://home-assistant.io/components/ifttt.manything.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/introduction.html</loc>
|
<loc>https://home-assistant.io/components/introduction.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/isy994.html</loc>
|
<loc>https://home-assistant.io/components/isy994.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/keyboard.html</loc>
|
<loc>https://home-assistant.io/components/keyboard.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/light.blinksticklight.html</loc>
|
<loc>https://home-assistant.io/components/light.blinksticklight.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/light.html</loc>
|
<loc>https://home-assistant.io/components/light.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/light.hue.html</loc>
|
<loc>https://home-assistant.io/components/light.hue.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/light.hyperion.html</loc>
|
<loc>https://home-assistant.io/components/light.hyperion.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/light.limitlessled.html</loc>
|
<loc>https://home-assistant.io/components/light.limitlessled.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/light.rfxtrx.html</loc>
|
<loc>https://home-assistant.io/components/light.rfxtrx.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/light.tellstick.html</loc>
|
<loc>https://home-assistant.io/components/light.tellstick.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/light.vera.html</loc>
|
<loc>https://home-assistant.io/components/light.vera.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/light.wink.html</loc>
|
<loc>https://home-assistant.io/components/light.wink.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/lock.html</loc>
|
<loc>https://home-assistant.io/components/lock.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/lock.wink.html</loc>
|
<loc>https://home-assistant.io/components/lock.wink.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/logbook.html</loc>
|
<loc>https://home-assistant.io/components/logbook.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/media_player.cast.html</loc>
|
<loc>https://home-assistant.io/components/media_player.cast.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/media_player.denon.html</loc>
|
<loc>https://home-assistant.io/components/media_player.denon.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/media_player.firetv.html</loc>
|
<loc>https://home-assistant.io/components/media_player.firetv.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/media_player.html</loc>
|
<loc>https://home-assistant.io/components/media_player.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/media_player.itunes.html</loc>
|
<loc>https://home-assistant.io/components/media_player.itunes.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/media_player.kodi.html</loc>
|
<loc>https://home-assistant.io/components/media_player.kodi.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/media_player.mpd.html</loc>
|
<loc>https://home-assistant.io/components/media_player.mpd.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/media_player.plex.html</loc>
|
<loc>https://home-assistant.io/components/media_player.plex.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/media_player.sonos.html</loc>
|
<loc>https://home-assistant.io/components/media_player.sonos.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/media_player.squeezebox.html</loc>
|
<loc>https://home-assistant.io/components/media_player.squeezebox.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/modbus.html</loc>
|
<loc>https://home-assistant.io/components/modbus.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/mqtt.html</loc>
|
<loc>https://home-assistant.io/components/mqtt.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.file.html</loc>
|
<loc>https://home-assistant.io/components/notify.file.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.html</loc>
|
<loc>https://home-assistant.io/components/notify.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.instapush.html</loc>
|
<loc>https://home-assistant.io/components/notify.instapush.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.nma.html</loc>
|
<loc>https://home-assistant.io/components/notify.nma.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.pushbullet.html</loc>
|
<loc>https://home-assistant.io/components/notify.pushbullet.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.pushover.html</loc>
|
<loc>https://home-assistant.io/components/notify.pushover.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.slack.html</loc>
|
<loc>https://home-assistant.io/components/notify.slack.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.smtp.html</loc>
|
<loc>https://home-assistant.io/components/notify.smtp.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.syslog.html</loc>
|
<loc>https://home-assistant.io/components/notify.syslog.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.telegram.html</loc>
|
<loc>https://home-assistant.io/components/notify.telegram.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/notify.xmpp.html</loc>
|
<loc>https://home-assistant.io/components/notify.xmpp.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/rfxtrx.html</loc>
|
<loc>https://home-assistant.io/components/rfxtrx.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/scene.html</loc>
|
<loc>https://home-assistant.io/components/scene.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/script.html</loc>
|
<loc>https://home-assistant.io/components/script.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.arduino.html</loc>
|
<loc>https://home-assistant.io/components/sensor.arduino.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.arest.html</loc>
|
<loc>https://home-assistant.io/components/sensor.arest.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.bitcoin.html</loc>
|
<loc>https://home-assistant.io/components/sensor.bitcoin.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.command_sensor.html</loc>
|
<loc>https://home-assistant.io/components/sensor.command_sensor.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.cpuspeed.html</loc>
|
<loc>https://home-assistant.io/components/sensor.cpuspeed.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.dht.html</loc>
|
<loc>https://home-assistant.io/components/sensor.dht.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.ecobee.html</loc>
|
<loc>https://home-assistant.io/components/sensor.ecobee.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.efergy.html</loc>
|
<loc>https://home-assistant.io/components/sensor.efergy.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.forecast.html</loc>
|
<loc>https://home-assistant.io/components/sensor.forecast.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.glances.html</loc>
|
<loc>https://home-assistant.io/components/sensor.glances.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.html</loc>
|
<loc>https://home-assistant.io/components/sensor.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.modbus.html</loc>
|
<loc>https://home-assistant.io/components/sensor.modbus.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.mqtt.html</loc>
|
<loc>https://home-assistant.io/components/sensor.mqtt.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.mysensors.html</loc>
|
<loc>https://home-assistant.io/components/sensor.mysensors.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.openweathermap.html</loc>
|
<loc>https://home-assistant.io/components/sensor.openweathermap.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.rest.html</loc>
|
<loc>https://home-assistant.io/components/sensor.rest.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.rfxtrx.html</loc>
|
<loc>https://home-assistant.io/components/sensor.rfxtrx.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.rpi_gpio.html</loc>
|
<loc>https://home-assistant.io/components/sensor.rpi_gpio.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.sabnzbd.html</loc>
|
<loc>https://home-assistant.io/components/sensor.sabnzbd.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.speedtest.html</loc>
|
<loc>https://home-assistant.io/components/sensor.speedtest.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.swiss_public_transport.html</loc>
|
<loc>https://home-assistant.io/components/sensor.swiss_public_transport.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.systemmonitor.html</loc>
|
<loc>https://home-assistant.io/components/sensor.systemmonitor.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.tellstick.html</loc>
|
<loc>https://home-assistant.io/components/sensor.tellstick.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.temper.html</loc>
|
<loc>https://home-assistant.io/components/sensor.temper.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.time_date.html</loc>
|
<loc>https://home-assistant.io/components/sensor.time_date.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.transmission.html</loc>
|
<loc>https://home-assistant.io/components/sensor.transmission.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.vera.html</loc>
|
<loc>https://home-assistant.io/components/sensor.vera.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.wink.html</loc>
|
<loc>https://home-assistant.io/components/sensor.wink.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sensor.worldclock.html</loc>
|
<loc>https://home-assistant.io/components/sensor.worldclock.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/shell_command.html</loc>
|
<loc>https://home-assistant.io/components/shell_command.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/simple_alarm.html</loc>
|
<loc>https://home-assistant.io/components/simple_alarm.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/sun.html</loc>
|
<loc>https://home-assistant.io/components/sun.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.arduino.html</loc>
|
<loc>https://home-assistant.io/components/switch.arduino.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.arest.html</loc>
|
<loc>https://home-assistant.io/components/switch.arest.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.command_switch.html</loc>
|
<loc>https://home-assistant.io/components/switch.command_switch.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.edimax.html</loc>
|
<loc>https://home-assistant.io/components/switch.edimax.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.hikvision.html</loc>
|
<loc>https://home-assistant.io/components/switch.hikvision.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.html</loc>
|
<loc>https://home-assistant.io/components/switch.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.modbus.html</loc>
|
<loc>https://home-assistant.io/components/switch.modbus.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.mqtt.html</loc>
|
<loc>https://home-assistant.io/components/switch.mqtt.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.rest.html</loc>
|
<loc>https://home-assistant.io/components/switch.rest.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.rfxtrx.html</loc>
|
<loc>https://home-assistant.io/components/switch.rfxtrx.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.rpi_gpio.html</loc>
|
<loc>https://home-assistant.io/components/switch.rpi_gpio.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.tellstick.html</loc>
|
<loc>https://home-assistant.io/components/switch.tellstick.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.transmission.html</loc>
|
<loc>https://home-assistant.io/components/switch.transmission.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.vera.html</loc>
|
<loc>https://home-assistant.io/components/switch.vera.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.wemo.html</loc>
|
<loc>https://home-assistant.io/components/switch.wemo.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/switch.wink.html</loc>
|
<loc>https://home-assistant.io/components/switch.wink.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/tellstick.html</loc>
|
<loc>https://home-assistant.io/components/tellstick.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/thermostat.ecobee.html</loc>
|
<loc>https://home-assistant.io/components/thermostat.ecobee.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/thermostat.heat_control.html</loc>
|
<loc>https://home-assistant.io/components/thermostat.heat_control.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/thermostat.html</loc>
|
<loc>https://home-assistant.io/components/thermostat.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/thermostat.nest.html</loc>
|
<loc>https://home-assistant.io/components/thermostat.nest.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/thermostat.radiotherm.html</loc>
|
<loc>https://home-assistant.io/components/thermostat.radiotherm.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/vera.html</loc>
|
<loc>https://home-assistant.io/components/vera.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/verisure.html</loc>
|
<loc>https://home-assistant.io/components/verisure.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/wink.html</loc>
|
<loc>https://home-assistant.io/components/wink.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/zone.html</loc>
|
<loc>https://home-assistant.io/components/zone.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/components/zwave.html</loc>
|
<loc>https://home-assistant.io/components/zwave.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/demo/frontend.html</loc>
|
<loc>https://home-assistant.io/demo/frontend.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/demo/index.html</loc>
|
<loc>https://home-assistant.io/demo/index.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/developers/add_new_platform.html</loc>
|
<loc>https://home-assistant.io/developers/add_new_platform.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/developers/api.html</loc>
|
<loc>https://home-assistant.io/developers/api.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/developers/architecture.html</loc>
|
<loc>https://home-assistant.io/developers/architecture.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/developers/creating_components.html</loc>
|
<loc>https://home-assistant.io/developers/creating_components.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/developers/credits.html</loc>
|
<loc>https://home-assistant.io/developers/credits.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/developers/frontend.html</loc>
|
<loc>https://home-assistant.io/developers/frontend.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/developers/python_api.html</loc>
|
<loc>https://home-assistant.io/developers/python_api.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/developers/rest_api.html</loc>
|
<loc>https://home-assistant.io/developers/rest_api.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/developers/website.html</loc>
|
<loc>https://home-assistant.io/developers/website.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/getting-started/android.html</loc>
|
<loc>https://home-assistant.io/getting-started/android.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/getting-started/automation.html</loc>
|
<loc>https://home-assistant.io/getting-started/automation.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/getting-started/autostart.html</loc>
|
<loc>https://home-assistant.io/getting-started/autostart.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/getting-started/configuration.html</loc>
|
<loc>https://home-assistant.io/getting-started/configuration.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/getting-started/devices.html</loc>
|
<loc>https://home-assistant.io/getting-started/devices.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/getting-started/presence-detection.html</loc>
|
<loc>https://home-assistant.io/getting-started/presence-detection.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/getting-started/templating.html</loc>
|
<loc>https://home-assistant.io/getting-started/templating.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/getting-started/troubleshooting-configuration.html</loc>
|
<loc>https://home-assistant.io/getting-started/troubleshooting-configuration.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/getting-started/troubleshooting.html</loc>
|
<loc>https://home-assistant.io/getting-started/troubleshooting.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/googlef4f3693c209fe788.html</loc>
|
<loc>https://home-assistant.io/googlef4f3693c209fe788.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/static/mdi-demo.html</loc>
|
<loc>https://home-assistant.io/static/mdi-demo.html</loc>
|
||||||
<lastmod>2016-03-21T15:35:15+00:00</lastmod>
|
<lastmod>2016-03-21T19:40:29+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue