Site updated at 2017-10-14 06:49:32 UTC
This commit is contained in:
parent
64bb7af75d
commit
ad179fcd0e
28 changed files with 77 additions and 74 deletions
|
@ -8,7 +8,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>DuckDNS - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Automatically update your Duck DNS IP address.">
|
||||
<meta name="description" content="Automatically update your Duck DNS IP address with integrated HTTPS support via Let's Encrypt.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/addons/duckdns/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
|
@ -16,12 +16,12 @@
|
|||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/addons/duckdns/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Automatically update your Duck DNS IP address.">
|
||||
<meta property="og:description" content="Automatically update your Duck DNS IP address with integrated HTTPS support via Let's Encrypt.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
<meta name="twitter:title" content="DuckDNS">
|
||||
<meta name="twitter:description" content="Automatically update your Duck DNS IP address.">
|
||||
<meta name="twitter:description" content="Automatically update your Duck DNS IP address with integrated HTTPS support via Let's Encrypt.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
<ul>
|
||||
<li>
|
||||
<a href='/addons/duckdns/'>DuckDNS</a><br>
|
||||
Automatically update your Duck DNS IP address.
|
||||
Automatically update your Duck DNS IP address with integrated HTTPS support via Let's Encrypt.
|
||||
</li>
|
||||
<li>
|
||||
<a href='/addons/google_assistant/'>Google Assistant</a><br>
|
||||
|
@ -93,10 +93,6 @@
|
|||
<a href='/addons/configurator/'>HASS Configurator</a><br>
|
||||
Browser-based configuration file editor for Home Assistant.
|
||||
</li>
|
||||
<li>
|
||||
<a href='/addons/lets_encrypt/'>Let's Encrypt</a><br>
|
||||
Automatically manage your SSL certificate using Let's Encrypt.
|
||||
</li>
|
||||
<li>
|
||||
<a href='/addons/mosquitto/'>Mosquitto MQTT broker</a><br>
|
||||
Fast and reliable MQTT broker.
|
||||
|
@ -136,6 +132,10 @@
|
|||
<a href='/addons/git_pull/'>GIT pull</a><br>
|
||||
Load and update configuration files for Home Assistant from a GIT repository.
|
||||
</li>
|
||||
<li>
|
||||
<a href='/addons/lets_encrypt/'>Let's Encrypt</a><br>
|
||||
Automatically manage your SSL certificate using Let's Encrypt.
|
||||
</li>
|
||||
<li>
|
||||
<a href='/addons/mariadb/'>MariaDB</a><br>
|
||||
MariaDB Server is one of the most popular database servers in the world.
|
||||
|
|
|
@ -75,9 +75,12 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>Setup and manage a <a href="https://letsencrypt.org/">Let’s Encrypt</a> certificate. This will create a certificate on the first run and will auto-renew if the certificate is within 30 days of expiration.</p>
|
||||
<p class="note">
|
||||
You should not use this if you are also using the <a href="/addons/duckdns/">DuckDNS add-on</a>. The DuckDNS add-on has integrated Let’s Encrypt support.
|
||||
</p>
|
||||
<p>Setup and manage a <a href="https://letsencrypt.org/">Let’s Encrypt</a> certificate. This will create a certificate on the first run and will auto-renew if the certificate is within 30 days of expiration.</p>
|
||||
<p class="note warning">
|
||||
This add-on need port 80/443 to verify the certificate request, please stop all add-ons that also use these ports, or you may not be able to start this add-on.
|
||||
This add-on uses ports 80/443 to verify the certificate request. You will need to stop all other add-ons that also use these ports.
|
||||
</p>
|
||||
<div class="language-json highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w">
|
||||
</span><span class="nt">"challenge"</span><span class="p">:</span><span class="w"> </span><span class="s2">"https"</span><span class="p">,</span><span class="w">
|
||||
|
|
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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+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-14T04:51:46+00:00</updated>
|
||||
<updated>2017-10-14T06:42:06+00:00</updated>
|
||||
<id>https://home-assistant.io/</id>
|
||||
<author>
|
||||
<name><![CDATA[Home Assistant]]></name>
|
||||
|
|
80
sitemap.xml
80
sitemap.xml
|
@ -3442,7 +3442,7 @@
|
|||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/components/switch.hook/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/cookbook/automation_for_rainy_days/</loc>
|
||||
|
@ -4078,99 +4078,99 @@
|
|||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/autostart/init.d/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/api/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/configuration/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/example_apps/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/installation/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/operation/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/reboot/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/running/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/tutorial/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/updating/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/appdaemon/windows/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/certificates/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/hadashboard/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/hass-configurator/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/ios/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/nginx/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/notebooks/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/scenegen/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/ecosystem/synology/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/tools/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/tools/dev-tools/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/tools/hass/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/docs/tools/scripts/</loc>
|
||||
<lastmod>2017-10-14T04:51:46+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:42:06+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/faq/after-upgrading/</loc>
|
||||
|
@ -5226,62 +5226,62 @@
|
|||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/frontend.html</loc>
|
||||
<lastmod>2017-10-14T04:51:11+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:41:33+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/index.html</loc>
|
||||
<lastmod>2017-10-14T04:51:11+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:41:33+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-event.html</loc>
|
||||
<lastmod>2017-10-14T04:51:11+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:41:33+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-info.html</loc>
|
||||
<lastmod>2017-10-14T04:51:11+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:41:33+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-service.html</loc>
|
||||
<lastmod>2017-10-14T04:51:11+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:41:33+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-state.html</loc>
|
||||
<lastmod>2017-10-14T04:51:11+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:41:33+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-template.html</loc>
|
||||
<lastmod>2017-10-14T04:51:11+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:41:33+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-history.html</loc>
|
||||
<lastmod>2017-10-14T04:51:11+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:41:33+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-iframe.html</loc>
|
||||
<lastmod>2017-10-14T04:51:11+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:41:33+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-logbook.html</loc>
|
||||
<lastmod>2017-10-14T04:51:11+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:41:33+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/demo/panels/ha-panel-map.html</loc>
|
||||
<lastmod>2017-10-14T04:51:11+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:41:33+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/googlef4f3693c209fe788.html</loc>
|
||||
<lastmod>2017-10-14T04:51:11+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:41:33+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html</loc>
|
||||
<lastmod>2017-10-14T04:51:11+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:41:33+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html</loc>
|
||||
<lastmod>2017-10-14T04:51:11+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:41:33+00:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://home-assistant.io/static/mdi-demo.html</loc>
|
||||
<lastmod>2017-10-14T04:51:11+00:00</lastmod>
|
||||
<lastmod>2017-10-14T06:41:33+00:00</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue