Site updated at 2015-06-13 17:05:18 UTC
This commit is contained in:
parent
1f74908bdf
commit
7b44ce4dee
10 changed files with 102 additions and 95 deletions
2
atom.xml
2
atom.xml
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2015-06-11T00:34:16-07:00</updated>
|
||||
<updated>2015-06-13T10:05:09-07:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<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/"/>
|
||||
<updated>2015-06-11T00:34:16-07:00</updated>
|
||||
<updated>2015-06-13T10:05:09-07:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<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/"/>
|
||||
<updated>2015-06-11T00:34:16-07:00</updated>
|
||||
<updated>2015-06-13T10:05:09-07:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: component | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/component/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2015-06-11T00:34:16-07:00</updated>
|
||||
<updated>2015-06-13T10:05:09-07:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: core | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/core/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2015-06-11T00:34:16-07:00</updated>
|
||||
<updated>2015-06-13T10:05:09-07:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: frontend | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/frontend/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2015-06-11T00:34:16-07:00</updated>
|
||||
<updated>2015-06-13T10:05:09-07:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<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/"/>
|
||||
<updated>2015-06-11T00:34:16-07:00</updated>
|
||||
<updated>2015-06-13T10:05:09-07:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: website | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/website/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2015-06-11T00:34:16-07:00</updated>
|
||||
<updated>2015-06-13T10:05:09-07:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Paulus Schoutsen]]></name>
|
||||
|
|
|
@ -128,8 +128,8 @@
|
|||
</span><span class='line'> # Type of trigger and information for the trigger
|
||||
</span><span class='line'> platform: state
|
||||
</span><span class='line'> state_entity_id: sun.sun
|
||||
</span><span class='line'> state_from: above_horizon
|
||||
</span><span class='line'> state_to: below_horizon
|
||||
</span><span class='line'> state_from: 'above_horizon'
|
||||
</span><span class='line'> state_to: 'below_horizon'
|
||||
</span><span class='line'>
|
||||
</span><span class='line'> # Action to be done when trigger activated
|
||||
</span><span class='line'> execute_service: notify.notify
|
||||
|
@ -187,23 +187,30 @@
|
|||
<span class='line-number'>15</span>
|
||||
<span class='line-number'>16</span>
|
||||
<span class='line-number'>17</span>
|
||||
</pre></td><td class='code'><pre><code class=''><span class='line'># Match when the sun sets
|
||||
</pre></td><td class='code'><pre><code class=''><span class='line'> # Match when the sun sets
|
||||
</span><span class='line'> platform: state
|
||||
</span><span class='line'> state_entity_id: sun.sun
|
||||
</span><span class='line'> state_from: above_horizon
|
||||
</span><span class='line'> state_to: below_horizon
|
||||
</span><span class='line'> state_from: 'above_horizon'
|
||||
</span><span class='line'> state_to: 'below_horizon'
|
||||
</span><span class='line'>
|
||||
</span><span class='line'> # Match when a person comes home
|
||||
</span><span class='line'> platform: state
|
||||
</span><span class='line'> state_entity_id: device_tracker.Paulus_OnePlus_One
|
||||
</span><span class='line'> state_from: not_home
|
||||
</span><span class='line'> state_to: home
|
||||
</span><span class='line'> state_from: 'not_home'
|
||||
</span><span class='line'> state_to: 'home'
|
||||
</span><span class='line'>
|
||||
</span><span class='line'> # Match when a light turns on
|
||||
</span><span class='line'> platform: state
|
||||
</span><span class='line'> state_entity_id: light.Ceiling
|
||||
</span><span class='line'> state_from: off
|
||||
</span><span class='line'> state_to: on</span></code></pre></td></tr></table></div></figure>
|
||||
</span><span class='line'> state_from: 'off'
|
||||
</span><span class='line'> state_to: 'on'</span></code></pre></td></tr></table></div></figure>
|
||||
|
||||
|
||||
|
||||
|
||||
<p class='note'>
|
||||
Use quotes around your values for <code>state_from</code> and <code>state_to</code> to avoid the YAML parser interpreting some values as booleans.
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Setting up the action</h2>
|
||||
|
@ -276,8 +283,8 @@
|
|||
</span><span class='line'>
|
||||
</span><span class='line'> platform: state
|
||||
</span><span class='line'> state_entity_id: sun.sun
|
||||
</span><span class='line'> state_from: above_horizon
|
||||
</span><span class='line'> state_to: below_horizon
|
||||
</span><span class='line'> state_from: 'above_horizon'
|
||||
</span><span class='line'> state_to: 'below_horizon'
|
||||
</span><span class='line'>
|
||||
</span><span class='line'> execute_service: notify.notify
|
||||
</span><span class='line'> service_data: {"message":"The sun has set"}
|
||||
|
@ -297,8 +304,8 @@
|
|||
</span><span class='line'>
|
||||
</span><span class='line'> platform: state
|
||||
</span><span class='line'> state_entity_id: device_tracker.Paulus_OnePlus
|
||||
</span><span class='line'> state_from: not_home
|
||||
</span><span class='line'> state_to: home
|
||||
</span><span class='line'> state_from: 'not_home'
|
||||
</span><span class='line'> state_to: 'home'
|
||||
</span><span class='line'>
|
||||
</span><span class='line'> execute_service: homeassistant.turn_on
|
||||
</span><span class='line'> service_entity_id: group.Study_Room</span></code></pre></td></tr></table></div></figure>
|
||||
|
|
148
sitemap.xml
148
sitemap.xml
|
@ -82,445 +82,445 @@
|
|||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/add_new_platform.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/getting-started/android.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/api.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/architecture.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/automation.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/browser.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/getting-started/configuration.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/configurator.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/conversation.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/creating_components.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/device_sun_light_trigger.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/device_tracker.ddwrt.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/device_tracker.luci.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/device_tracker.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/device_tracker.netgear.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/device_tracker.nmap_scanner.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/device_tracker.tomato.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/discovery.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/downloader.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/frontend.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/group.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/history.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/blog/</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/blog/archives/</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/getting-started/</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/isy994.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/keyboard.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/light.hue.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/light.limitlessled.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/light.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/logbook.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/media_player.cast.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/media_player.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/media_player.mpd.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/modbus.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/notify.instapush.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/notify.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/notify.nma.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/notify.pushbullet.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/notify.pushover.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/notify.smtp.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/notify.syslog.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/notify.xmpp.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/python_api.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/developers/rest_api.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/scene.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/scheduler.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/script.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/sensor.bitcoin.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/sensor.mysensors.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/sensor.openweathermap.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/sensor.sabnzbd.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/sensor.swiss_public_transport.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/sensor.systemmonitor.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/sensor.time_date.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/sensor.transmission.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/simple_alarm.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/sun.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/switch.command_switch.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/switch.hikvision.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/switch.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/switch.transmission.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/switch.wemo.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/tellstick.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/thermostat.heat_control.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/thermostat.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/thermostat.nest.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/getting-started/troubleshooting.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/vera.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/wink.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/zwave.html</loc>
|
||||
<lastmod>2015-06-11T00:34:16-07:00</lastmod>
|
||||
<lastmod>2015-06-13T10:05:09-07:00</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue