Site updated at 2017-10-30 17:16:09 UTC
This commit is contained in:
parent
861a7bf9a5
commit
6c4647ee03
28 changed files with 116 additions and 71 deletions
|
@ -82,7 +82,17 @@
|
|||
</span><span class="nt">"repeat"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w">
|
||||
</span><span class="nt">"active"</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w">
|
||||
</span><span class="nt">"interval"</span><span class="p">:</span><span class="w"> </span><span class="mi">300</span><span class="w">
|
||||
</span><span class="p">}</span><span class="w">
|
||||
</span><span class="p">},</span><span class="w">
|
||||
</span><span class="nt">"deployment_key"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="w">
|
||||
</span><span class="s2">"-----BEGIN RSA PRIVATE KEY-----"</span><span class="p">,</span><span class="w">
|
||||
</span><span class="s2">"MIIEowIBAAKCAQEAv3hUrCvqGZKpXQ5ofxTOuH6pYSOZDsCqPqmaGBdUzBFgauQM"</span><span class="p">,</span><span class="w">
|
||||
</span><span class="s2">"xDEcoODGHIsWd7t9meAFqUtKXndeiKjfP0MMKsttnDohL1kb9mRvHre4VUqMsT5F"</span><span class="p">,</span><span class="w">
|
||||
</span><span class="s2">"..."</span><span class="p">,</span><span class="w">
|
||||
</span><span class="s2">"i3RUtnIHxGi1NqknIY56Hwa3id2yk7cEzvQGAAko/t6PCbe20AfmSQczs7wDNtBD"</span><span class="p">,</span><span class="w">
|
||||
</span><span class="s2">"HgXRyIqIXHYk2+5w+N2eunURIBqCI9uWYK/r81TMR6V84R+XhtvM"</span><span class="p">,</span><span class="w">
|
||||
</span><span class="s2">"-----END RSA PRIVATE KEY-----"</span><span class="w">
|
||||
</span><span class="p">],</span><span class="w">
|
||||
</span><span class="nt">"deployment_key_protocol"</span><span class="p">:</span><span class="w"> </span><span class="s2">"rsa"</span><span class="w">
|
||||
</span><span class="p">}</span><span class="w">
|
||||
</span></code></pre>
|
||||
</div>
|
||||
|
@ -91,6 +101,17 @@
|
|||
<li><strong>auto_restart</strong> (<em>Optional</em>): Make a restart of Home-Assistant if the config have change and is valid.</li>
|
||||
<li><strong>repeat/active</strong> (<em>Optional</em>): Pull periodic for GIT updates.</li>
|
||||
<li><strong>repeat/interval</strong> (<em>Optional</em>): Pull all x seconds and look for changes.</li>
|
||||
<li><strong>deployment_key</strong> (<em>Optional</em>): A private SSH key that will be used for communication during git operations. This key is mandatory for ssh-accessed repositories, which are the ones with the following pattern: <code class="highlighter-rouge"><user>@<host>:<repository path></code>.</li>
|
||||
<li>
|
||||
<p><strong>deployment_key_protocol</strong> (<em>Optional</em>): The key protocol. Default is “rsa”. Valid protocols are:</p>
|
||||
<ul>
|
||||
<li><strong>dsa</strong></li>
|
||||
<li><strong>ecdsa</strong></li>
|
||||
<li><strong>ed25519</strong></li>
|
||||
<li><strong>rsa</strong></li>
|
||||
</ul>
|
||||
<p>The protocol is typically known by the suffix of the private key –e.g., a key file named <code class="highlighter-rouge">id_rsa</code> will be a private key using “rsa” protocol.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</article>
|
||||
</div>
|
||||
|
|
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>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Announcements | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/announcements/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<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/"/>
|
||||
<updated>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Device-Tracking | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/device-tracking/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<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/"/>
|
||||
<updated>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<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/"/>
|
||||
<updated>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: iBeacons | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/ibeacons/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Internet-of-Things | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/internet-of-things/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: IoT-Data | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/iot-data/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Media | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/media/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Merchandise | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/merchandise/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Micropython | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/micropython/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<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/"/>
|
||||
<updated>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Organisation | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/organisation/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: OwnTracks | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/owntracks/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Presence-Detection | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/presence-detection/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<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/"/>
|
||||
<updated>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></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>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<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/"/>
|
||||
<updated>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Talks | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/talks/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Technology | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/technology/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<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/"/>
|
||||
<updated>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<title><![CDATA[Category: Video | Home Assistant]]></title>
|
||||
<link href="https://home-assistant.io/blog/categories/video/atom.xml" rel="self"/>
|
||||
<link href="https://home-assistant.io/"/>
|
||||
<updated>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></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>2017-10-30T14:07:35+00:00</updated>
|
||||
<updated>2017-10-30T17:08:23+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
|
@ -75,7 +75,11 @@
|
|||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">webostv</code> platform allows you to control a <a href="http://www.lg.com/">LG</a> webOS Smart TV.</p>
|
||||
<p>When the TV is first connected, you will need to accept Home Assistant on the TV to allow communication.</p>
|
||||
<h3><a class="title-link" name="setup" href="#setup"></a> Setup</h3>
|
||||
<p>To begin with enable <em>LG Connect Apps</em> feature in <em>Network</em> settings of the TV <a href="http://www.lg.com/uk/support/product-help/CT00008334-1437131798537-others">instructions</a>.</p>
|
||||
<p>Once basic configuration is added to your <code class="highlighter-rouge">configuration.yaml</code> <em>Configuration</em> card should prompt on your HA’s States. Follow the instructions and accept pairing request on your TV.</p>
|
||||
<p>Pairing information will be saved to the <code class="highlighter-rouge">filename:</code> provided in configuration; this process is IP sensitive, in case the IP address of your TV would change in future.</p>
|
||||
<h3><a class="title-link" name="configuration" href="#configuration"></a> Configuration</h3>
|
||||
<p>To add a TV to your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">media_player</span><span class="pi">:</span>
|
||||
|
@ -91,12 +95,11 @@
|
|||
<li><strong>filename</strong> (<em>Optional</em>): The filename where the pairing key with the TV should be stored. This path is relative to Home Assistant’s config directory. It defaults to <code class="highlighter-rouge">webostv.conf</code>.</li>
|
||||
<li><strong>customize</strong> array (<em>Optional</em>): List of options to customize.
|
||||
<ul>
|
||||
<li><em><strong>sources</strong> array (</em>Optional*): List of hardware inputs.</li>
|
||||
<li><em><strong>sources</strong> array (</em>Optional*): List of hardware and webOS App inputs.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p>If you do not specify <code class="highlighter-rouge">host:</code>, all LG webOS Smart TVs within your network will be auto-discovered if they use the default name setting of <code class="highlighter-rouge">[LG] webOS TV</code>.
|
||||
Home Assistant is able to turn on a LG webOS Smart TV if you specify an action, like HDMI-CEC or WakeOnLan.</p>
|
||||
<p>If you do not specify <code class="highlighter-rouge">host:</code>, all LG webOS Smart TVs within your network will be auto-discovered.</p>
|
||||
<p>A full configuration example will look like the sample below:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">media_player</span><span class="pi">:</span>
|
||||
|
@ -117,6 +120,27 @@ Home Assistant is able to turn on a LG webOS Smart TV if you specify an action,
|
|||
<span class="pi">-</span> <span class="s">netflix</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>** avoid using <code class="highlighter-rouge">[ ]</code> in the <code class="highlighter-rouge">name:</code> of your device.</p>
|
||||
<p><em>Turn On Action</em></p>
|
||||
<p>Home Assistant is able to turn on a LG webOS Smart TV if you specify an action, like HDMI-CEC or WakeOnLan.</p>
|
||||
<p>Common for webOS 3.0 and higher would be to use WakeOnLan feature.
|
||||
To use this feature your TV should be connected to your network via Ethernet rather than Wireless and you should enable <em>LG Connect Apps</em> feature in <em>Network</em> settings of the TV <a href="http://www.lg.com/uk/support/product-help/CT00008334-1437131798537-others">instructions</a> (or <em>Mobile App</em> in <em>General</em> settings for older models) (*may vary by version).</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">wake_on_lan</span><span class="pi">:</span> <span class="c1"># enables `wake_on_lan` domain</span>
|
||||
|
||||
<span class="s">media_player</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">webostv</span>
|
||||
<span class="s">host</span><span class="pi">:</span> <span class="s">192.168.0.10</span>
|
||||
<span class="c1">#other settings</span>
|
||||
<span class="s">turn_on_action</span><span class="pi">:</span>
|
||||
<span class="s">service</span><span class="pi">:</span> <span class="s">wake_on_lan.send_magic_packet</span>
|
||||
<span class="s">data</span><span class="pi">:</span>
|
||||
<span class="s">mac</span><span class="pi">:</span> <span class="s">B4:E6:2A:1E:11:0F</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Any other <a href="/docs/automation/action/">actions</a> to power on the device can be configured.</p>
|
||||
<p><em>Sources</em></p>
|
||||
<p>To obtain complete list of available sources currently configured on the TV, once the webOS TV is configured and linked, while its powered on head to the <strong>Developer Tools</strong> > <strong>States</strong>, find your <code class="highlighter-rouge">media_player.<name></code> and use the sources listed in <code class="highlighter-rouge">source_list:</code> remembering to split them per line into your <code class="highlighter-rouge">sources:</code> configuration.</p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
|
|
@ -363,7 +363,7 @@ easily via a hidden menu item at the Mi-Home app.
|
|||
<ol>
|
||||
<li>Configure the robot with the Mi-Home app.</li>
|
||||
<li>Using iTunes, create an unencrypted backup of your iPhone.</li>
|
||||
<li>Install <a href="Get ADB f.e. `apt-get install android-tools-adb`">iBackup Viewer</a>, open it, and open your backup.</li>
|
||||
<li>Install <a href="http://www.imactools.com/iphonebackupviewer/">iBackup Viewer</a>, open it, and open your backup.</li>
|
||||
<li>Open the “Raw Data” module.</li>
|
||||
<li>Navigate to <code class="highlighter-rouge">com.xiaomi.mihome</code>.</li>
|
||||
<li>Search for a file that looks like this: <code class="highlighter-rouge">123456789_mihome.sqlite</code> – note that <code class="highlighter-rouge">_mihome.sqlite</code> is <em>not</em> the correct file.</li>
|
||||
|
|
80
sitemap.xml
80
sitemap.xml
|
@ -3542,7 +3542,7 @@
|
|||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/switch.hook/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/cookbook/automation_for_rainy_days/</loc>
|
||||
|
@ -4210,99 +4210,99 @@
|
|||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/autostart/init.d/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/api/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/configuration/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/example_apps/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/installation/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/operation/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/reboot/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/running/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/tutorial/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/updating/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/windows/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/certificates/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/hadashboard/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/hass-configurator/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/ios/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/nginx/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/notebooks/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/scenegen/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/synology/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/tools/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/tools/dev-tools/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/tools/hass/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/tools/scripts/</loc>
|
||||
<lastmod>2017-10-30T14:07:35+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:08:23+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/faq/after-upgrading/</loc>
|
||||
|
@ -5384,62 +5384,62 @@
|
|||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/frontend.html</loc>
|
||||
<lastmod>2017-10-30T14:06:13+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:07:44+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/index.html</loc>
|
||||
<lastmod>2017-10-30T14:06:13+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:07:44+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-event.html</loc>
|
||||
<lastmod>2017-10-30T14:06:13+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:07:44+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-info.html</loc>
|
||||
<lastmod>2017-10-30T14:06:13+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:07:44+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-service.html</loc>
|
||||
<lastmod>2017-10-30T14:06:13+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:07:44+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-state.html</loc>
|
||||
<lastmod>2017-10-30T14:06:13+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:07:44+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-template.html</loc>
|
||||
<lastmod>2017-10-30T14:06:13+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:07:44+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-history.html</loc>
|
||||
<lastmod>2017-10-30T14:06:13+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:07:44+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-iframe.html</loc>
|
||||
<lastmod>2017-10-30T14:06:13+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:07:44+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-logbook.html</loc>
|
||||
<lastmod>2017-10-30T14:06:13+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:07:44+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-map.html</loc>
|
||||
<lastmod>2017-10-30T14:06:13+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:07:44+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/googlef4f3693c209fe788.html</loc>
|
||||
<lastmod>2017-10-30T14:06:13+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:07:44+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html</loc>
|
||||
<lastmod>2017-10-30T14:06:14+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:07:44+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html</loc>
|
||||
<lastmod>2017-10-30T14:06:14+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:07:44+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/static/mdi-demo.html</loc>
|
||||
<lastmod>2017-10-30T14:06:14+00:00</lastmod>
|
||||
<lastmod>2017-10-30T17:07:44+00:00</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue