Site updated at 2017-04-09 08:45:01 UTC
This commit is contained in:
parent
10dc88b4e6
commit
d70e976524
29 changed files with 287 additions and 176 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>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></name>
|
||||||
|
@ -94,6 +94,19 @@
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<h2>If you need help…</h2>
|
||||||
|
<p>…don’t hesitate to use our very active <a href="https://community.home-assistant.io/">forums</a> or join us for a little <a href="https://gitter.im/home-assistant/home-assistant">chat</a>. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.</p>
|
||||||
|
|
||||||
|
<h2>Reporting Issues</h2>
|
||||||
|
<p>Experiencing issues introduced by this release? Please report them in our <a href="https://github.com/home-assistant/home-assistant/issues">issue tracker</a>. Make sure to fill in all fields of the issue template.</p>
|
||||||
|
|
||||||
|
<h2><a class="title-link" name="release-0421---april-9" href="#release-0421---april-9"></a> Release 0.42.1 - April 9</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Upgrade aiohttp to 2.0.6</li>
|
||||||
|
<li>Make discovery not cause startup warning</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<h2>All changes</h2>
|
<h2>All changes</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -367,6 +380,7 @@
|
||||||
<h2>Reporting Issues</h2>
|
<h2>Reporting Issues</h2>
|
||||||
<p>Experiencing issues introduced by this release? Please report them in our <a href="https://github.com/home-assistant/home-assistant/issues">issue tracker</a>. Make sure to fill in all fields of the issue template.</p>
|
<p>Experiencing issues introduced by this release? Please report them in our <a href="https://github.com/home-assistant/home-assistant/issues">issue tracker</a>. Make sure to fill in all fields of the issue template.</p>
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
<h2>All changes</h2>
|
<h2>All changes</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
@ -106,6 +106,7 @@
|
||||||
<p>…don’t hesitate to use our very active <a href="https://community.home-assistant.io/">forums</a> or join us for a little <a href="https://gitter.im/home-assistant/home-assistant">chat</a>. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.</p>
|
<p>…don’t hesitate to use our very active <a href="https://community.home-assistant.io/">forums</a> or join us for a little <a href="https://gitter.im/home-assistant/home-assistant">chat</a>. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.</p>
|
||||||
<h2>Reporting Issues</h2>
|
<h2>Reporting Issues</h2>
|
||||||
<p>Experiencing issues introduced by this release? Please report them in our <a href="https://github.com/home-assistant/home-assistant/issues">issue tracker</a>. Make sure to fill in all fields of the issue template.</p>
|
<p>Experiencing issues introduced by this release? Please report them in our <a href="https://github.com/home-assistant/home-assistant/issues">issue tracker</a>. Make sure to fill in all fields of the issue template.</p>
|
||||||
|
<a name="read-more"></a>
|
||||||
<h2>All changes</h2>
|
<h2>All changes</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Bugfix android camera autodiscovery settings (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6510">#6510</a>)</li>
|
<li>Bugfix android camera autodiscovery settings (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6510">#6510</a>)</li>
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2017-04-08T08:04:05+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> April 8, 2017</time>
|
<time datetime="2017-04-08T08:04:05+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> April 8, 2017</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> nine minutes reading time</span>
|
<span><i class='icon-time'></i> 10 minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
<i class="icon-tags"></i>
|
<i class="icon-tags"></i>
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
@ -141,6 +141,15 @@
|
||||||
<span class="pi">-</span> <span class="s">volume</span>
|
<span class="pi">-</span> <span class="s">volume</span>
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</div>
|
</div>
|
||||||
|
<h2>If you need help…</h2>
|
||||||
|
<p>…don’t hesitate to use our very active <a href="https://community.home-assistant.io/">forums</a> or join us for a little <a href="https://gitter.im/home-assistant/home-assistant">chat</a>. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.</p>
|
||||||
|
<h2>Reporting Issues</h2>
|
||||||
|
<p>Experiencing issues introduced by this release? Please report them in our <a href="https://github.com/home-assistant/home-assistant/issues">issue tracker</a>. Make sure to fill in all fields of the issue template.</p>
|
||||||
|
<h2><a class="title-link" name="release-0421---april-9" href="#release-0421---april-9"></a> Release 0.42.1 - April 9</h2>
|
||||||
|
<ul>
|
||||||
|
<li>Upgrade aiohttp to 2.0.6</li>
|
||||||
|
<li>Make discovery not cause startup warning</li>
|
||||||
|
</ul>
|
||||||
<h2>All changes</h2>
|
<h2>All changes</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Flux led update lib (<a href="https://github.com/danielhiversen">@danielhiversen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6763">#6763</a>)</li>
|
<li>Flux led update lib (<a href="https://github.com/danielhiversen">@danielhiversen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6763">#6763</a>)</li>
|
||||||
|
|
|
@ -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>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></name>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Device-Tracking | Home Assistant]]></title>
|
<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/blog/categories/device-tracking/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></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>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></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>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></name>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: iBeacons | Home Assistant]]></title>
|
<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/blog/categories/ibeacons/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></name>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Internet-of-Things | Home Assistant]]></title>
|
<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/blog/categories/internet-of-things/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></name>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: IoT-Data | Home Assistant]]></title>
|
<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/blog/categories/iot-data/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></name>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Merchandise | Home Assistant]]></title>
|
<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/blog/categories/merchandise/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></name>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Micropython | Home Assistant]]></title>
|
<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/blog/categories/micropython/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></name>
|
||||||
|
|
|
@ -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>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></name>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Organisation | Home Assistant]]></title>
|
<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/blog/categories/organisation/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></name>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: OwnTracks | Home Assistant]]></title>
|
<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/blog/categories/owntracks/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></name>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Presence-Detection | Home Assistant]]></title>
|
<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/blog/categories/presence-detection/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></name>
|
||||||
|
|
|
@ -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>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></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>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></name>
|
||||||
|
@ -91,6 +91,17 @@ sensor:
|
||||||
- volume
|
- volume
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## If you need help...
|
||||||
|
...don't hesitate to use our very active [forums][forum] or join us for a little [chat][gitter]. The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
|
||||||
|
|
||||||
|
## Reporting Issues
|
||||||
|
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
||||||
|
|
||||||
|
## <a class='title-link' name='release-0421---april-9' href='#release-0421---april-9'></a> Release 0.42.1 - April 9
|
||||||
|
|
||||||
|
- Upgrade aiohttp to 2.0.6
|
||||||
|
- Make discovery not cause startup warning
|
||||||
|
|
||||||
## All changes
|
## All changes
|
||||||
|
|
||||||
- Flux led update lib ([@danielhiversen] - [#6763])
|
- Flux led update lib ([@danielhiversen] - [#6763])
|
||||||
|
@ -366,6 +377,9 @@ sensor:
|
||||||
[@w1ll1am23]: https://github.com/w1ll1am23
|
[@w1ll1am23]: https://github.com/w1ll1am23
|
||||||
[@wardcraigj]: https://github.com/wardcraigj
|
[@wardcraigj]: https://github.com/wardcraigj
|
||||||
[@wmalgadey]: https://github.com/wmalgadey
|
[@wmalgadey]: https://github.com/wmalgadey
|
||||||
|
[forum]: https://community.home-assistant.io/
|
||||||
|
[gitter]: https://gitter.im/home-assistant/home-assistant
|
||||||
|
[issue]: https://github.com/home-assistant/home-assistant/issues
|
||||||
]]></content>
|
]]></content>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
@ -408,6 +422,7 @@ The new format of the changelog which was introduced with 0.40 will provide a li
|
||||||
## Reporting Issues
|
## Reporting Issues
|
||||||
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
Experiencing issues introduced by this release? Please report them in our [issue tracker][issue]. Make sure to fill in all fields of the issue template.
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
## All changes
|
## All changes
|
||||||
|
|
||||||
- Bugfix android camera autodiscovery settings ([@pvizeli] - [#6510])
|
- Bugfix android camera autodiscovery settings ([@pvizeli] - [#6510])
|
||||||
|
|
|
@ -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>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></name>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Talks | Home Assistant]]></title>
|
<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/blog/categories/talks/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></name>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Technology | Home Assistant]]></title>
|
<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/blog/categories/technology/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></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>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></name>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Video | Home Assistant]]></title>
|
<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/blog/categories/video/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></name>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Category: Website | Home Assistant]]></title>
|
<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/blog/categories/website/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2017-04-09T06:41:14+00:00</updated>
|
<updated>2017-04-09T08:41:13+00:00</updated>
|
||||||
<id>https://home-assistant.io/</id>
|
<id>https://home-assistant.io/</id>
|
||||||
<author>
|
<author>
|
||||||
<name><![CDATA[Home Assistant]]></name>
|
<name><![CDATA[Home Assistant]]></name>
|
||||||
|
|
133
blog/index.html
133
blog/index.html
|
@ -67,7 +67,7 @@
|
||||||
<div class="meta clearfix">
|
<div class="meta clearfix">
|
||||||
<time datetime="2017-04-08T08:04:05+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> April 8, 2017</time>
|
<time datetime="2017-04-08T08:04:05+00:00" pubdate data-updated="true"><i class="icon-calendar"></i> April 8, 2017</time>
|
||||||
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
<span class="byline author vcard"><i class='icon-user'></i> Paulus Schoutsen</span>
|
||||||
<span><i class='icon-time'></i> nine minutes reading time</span>
|
<span><i class='icon-time'></i> 10 minutes reading time</span>
|
||||||
<span>
|
<span>
|
||||||
<i class="icon-tags"></i>
|
<i class="icon-tags"></i>
|
||||||
<ul class="tags unstyled">
|
<ul class="tags unstyled">
|
||||||
|
@ -211,136 +211,7 @@
|
||||||
<p>…don’t hesitate to use our very active <a href="https://community.home-assistant.io/">forums</a> or join us for a little <a href="https://gitter.im/home-assistant/home-assistant">chat</a>. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.</p>
|
<p>…don’t hesitate to use our very active <a href="https://community.home-assistant.io/">forums</a> or join us for a little <a href="https://gitter.im/home-assistant/home-assistant">chat</a>. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.</p>
|
||||||
<h2>Reporting Issues</h2>
|
<h2>Reporting Issues</h2>
|
||||||
<p>Experiencing issues introduced by this release? Please report them in our <a href="https://github.com/home-assistant/home-assistant/issues">issue tracker</a>. Make sure to fill in all fields of the issue template.</p>
|
<p>Experiencing issues introduced by this release? Please report them in our <a href="https://github.com/home-assistant/home-assistant/issues">issue tracker</a>. Make sure to fill in all fields of the issue template.</p>
|
||||||
<h2>All changes</h2>
|
<a class="btn pull-right" href="/blog/2017/03/25/todo-volumio-workday/#read-more">Read on →</a>
|
||||||
<ul>
|
|
||||||
<li>Bugfix android camera autodiscovery settings (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6510">#6510</a>)</li>
|
|
||||||
<li>Insteon lib (<a href="https://github.com/wardcraigj">@wardcraigj</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6505">#6505</a>)</li>
|
|
||||||
<li>Update to Pyunifi2.0 (<a href="https://github.com/finish06">@finish06</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6490">#6490</a>)</li>
|
|
||||||
<li>Insteon lib (<a href="https://github.com/wardcraigj">@wardcraigj</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6505">#6505</a>)</li>
|
|
||||||
<li>Don’t allow sending to invalid iOS targets (<a href="https://github.com/robbiet480">@robbiet480</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6115">#6115</a>)</li>
|
|
||||||
<li>Bugfix rpi_rf cleanup (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6513">#6513</a>)</li>
|
|
||||||
<li>Include LICENSE.md in tarball (<a href="https://github.com/bachp">@bachp</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6514">#6514</a>)</li>
|
|
||||||
<li>Android webcam better error handling / pump library 0.4 (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6518">#6518</a>)</li>
|
|
||||||
<li>Fix mysensors gateway windows setup (<a href="https://github.com/MartinHjelmare">@MartinHjelmare</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6500">#6500</a>)</li>
|
|
||||||
<li>Update frontend (<a href="https://github.com/balloob">@balloob</a>)</li>
|
|
||||||
<li>Remove mint finance sensor (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6522">#6522</a>)</li>
|
|
||||||
<li>Append vera device id to entity id - but not name. (<a href="https://github.com/pavoni">@pavoni</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6523">#6523</a>)</li>
|
|
||||||
<li>Force update support for MQTT sensor (<a href="https://github.com/vrnagy">@vrnagy</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6492">#6492</a>)</li>
|
|
||||||
<li>Wink scene(shortcut) support (<a href="https://github.com/w1ll1am23">@w1ll1am23</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6147">#6147</a>)</li>
|
|
||||||
<li>Add type configuration in history_stats (<a href="https://github.com/bokub">@bokub</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6430">#6430</a>)</li>
|
|
||||||
<li>Discovery is a dict rather than an array. (<a href="https://github.com/pavoni">@pavoni</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6525">#6525</a>)</li>
|
|
||||||
<li>Fix colortemp conversion for osramlightify (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6516">#6516</a>)</li>
|
|
||||||
<li>Update Kodi notifier to async (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6497">#6497</a>) (Breaking Change)</li>
|
|
||||||
<li>Fix mysensors gateway windows setup (<a href="https://github.com/MartinHjelmare">@MartinHjelmare</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6500">#6500</a>)</li>
|
|
||||||
<li>Fix colortemp conversion for osramlightify (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6516">#6516</a>)</li>
|
|
||||||
<li>Remove mint finance sensor (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6522">#6522</a>)</li>
|
|
||||||
<li>Append vera device id to entity id - but not name. (<a href="https://github.com/pavoni">@pavoni</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6523">#6523</a>)</li>
|
|
||||||
<li>Discovery is a dict rather than an array. (<a href="https://github.com/pavoni">@pavoni</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6525">#6525</a>)</li>
|
|
||||||
<li>Version bump to 0.41.0.dev0 (<a href="https://github.com/lwis">@lwis</a>)</li>
|
|
||||||
<li>Simplify Android IP webcam discovery (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6528">#6528</a>)</li>
|
|
||||||
<li>Fix gen_requirements_all.py script for Windows. (<a href="https://github.com/siebert">@siebert</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6547">#6547</a>)</li>
|
|
||||||
<li>Fix wake_on_lan ping with None as host (<a href="https://github.com/iamtpage">@iamtpage</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6532">#6532</a>)</li>
|
|
||||||
<li>Be able to select mqtt:tls_version for Python (<a href="https://github.com/dennisdegreef">@dennisdegreef</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6442">#6442</a>)</li>
|
|
||||||
<li>ZWave binary sensor tests (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6555">#6555</a>)</li>
|
|
||||||
<li>Refactor zwave discovery to entity schema (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6445">#6445</a>)</li>
|
|
||||||
<li>Revert “Refactor zwave discovery to entity schema (#6445)” (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6564">#6564</a>)</li>
|
|
||||||
<li>Upgraded blinkpy version, increased Throttle time for camera (<a href="https://github.com/fronzbot">@fronzbot</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6561">#6561</a>)</li>
|
|
||||||
<li>Don’t start the push updater if the Apple TV is ‘off’ (<a href="https://github.com/jnewland">@jnewland</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6552">#6552</a>)</li>
|
|
||||||
<li>Bump voc version (fixes heater bug) (<a href="https://github.com/molobrakos">@molobrakos</a>)</li>
|
|
||||||
<li>Remove dispatcher camera (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6579">#6579</a>)</li>
|
|
||||||
<li>Fix for the case of zwave value used in several devices. (<a href="https://github.com/andrey-git">@andrey-git</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6577">#6577</a>)</li>
|
|
||||||
<li>Fix hydroquebec (<a href="https://github.com/titilambert">@titilambert</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6574">#6574</a>)</li>
|
|
||||||
<li>Upgrade async_timeout to 1.2.0 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6590">#6590</a>)</li>
|
|
||||||
<li>Upgrade pyasn1 to 0.2.3 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6588">#6588</a>)</li>
|
|
||||||
<li>Upgrade sqlalchemy to 1.1.6 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6591">#6591</a>)</li>
|
|
||||||
<li>Upgrade psutil to 5.2.0 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6585">#6585</a>)</li>
|
|
||||||
<li>Upgrade Sphinx to 1.5.3 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6587">#6587</a>)</li>
|
|
||||||
<li>Update pyecobee version to 0.0.7 (<a href="https://github.com/dale3h">@dale3h</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6593">#6593</a>)</li>
|
|
||||||
<li>Update SMA solar sensor to work with the new add_devices callback (<a href="https://github.com/kellerza">@kellerza</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6602">#6602</a>)</li>
|
|
||||||
<li>Fix link (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6612">#6612</a>)</li>
|
|
||||||
<li>Upgrade py-cpuinfo to 0.2.7 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6610">#6610</a>)</li>
|
|
||||||
<li>Upgrade googlemaps to 2.4.6 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6611">#6611</a>)</li>
|
|
||||||
<li>Error handling when connection refused (<a href="https://github.com/molobrakos">@molobrakos</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6614">#6614</a>)</li>
|
|
||||||
<li>Prevent entities running multiple updates simultaneously (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6511">#6511</a>)</li>
|
|
||||||
<li>Add configurable timeout option to notify/smtp (<a href="https://github.com/hawk259">@hawk259</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6609">#6609</a>)</li>
|
|
||||||
<li>Define db for SHOW DIAGNOSTICS query since some users will not have a… (<a href="https://github.com/tflack">@tflack</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6566">#6566</a>)</li>
|
|
||||||
<li>Cover myq fix update pymyq (<a href="https://github.com/arraylabs">@arraylabs</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6595">#6595</a>)</li>
|
|
||||||
<li>Update mpd.py (<a href="https://github.com/yeralin">@yeralin</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6553">#6553</a>) (Breaking Change)</li>
|
|
||||||
<li>Upgrade to dsmr_parser 0.8, supporting protocol 3 and 5. (<a href="https://github.com/aequitas">@aequitas</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6600">#6600</a>)</li>
|
|
||||||
<li>Add “Refactor zwave discovery to entity schema” (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6565">#6565</a>)</li>
|
|
||||||
<li>Tests for ZWave climate (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6629">#6629</a>)</li>
|
|
||||||
<li>Correctly flag Kodi media types (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6628">#6628</a>)</li>
|
|
||||||
<li>Use sqlite’s WAL mode to avoid <code class="highlighter-rouge">database is locked</code> errors (<a href="https://github.com/n8henrie">@n8henrie</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6519">#6519</a>)</li>
|
|
||||||
<li>Remove event decorators (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6634">#6634</a>) (Breaking Change)</li>
|
|
||||||
<li>Deprecate event forwarding (<a href="https://github.com/balloob">@balloob</a>)</li>
|
|
||||||
<li>Upgrade aiohttp to 1.3.4 (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6643">#6643</a>)</li>
|
|
||||||
<li>Kodi extra attributes for tvshow and music media (<a href="https://github.com/mvillarejo">@mvillarejo</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6622">#6622</a>)</li>
|
|
||||||
<li>Add ZWave cover tests (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6648">#6648</a>)</li>
|
|
||||||
<li>Kodi: Fix episode media type classification (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6645">#6645</a>)</li>
|
|
||||||
<li>Move LIFX to aiolifx for driving the bulbs (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6584">#6584</a>)</li>
|
|
||||||
<li>Fix #6534 (<a href="https://github.com/deisi">@deisi</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6598">#6598</a>)</li>
|
|
||||||
<li>self.loop.create_task -> self.add_job (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6632">#6632</a>)</li>
|
|
||||||
<li>Bugfix RFLINK remove group (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6580">#6580</a>)</li>
|
|
||||||
<li>Version bump to 0.40.1 (<a href="https://github.com/balloob">@balloob</a>)</li>
|
|
||||||
<li>Fix wake_on_lan ping with None as host (<a href="https://github.com/iamtpage">@iamtpage</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6532">#6532</a>)</li>
|
|
||||||
<li>Don’t start the push updater if the Apple TV is ‘off’ (<a href="https://github.com/jnewland">@jnewland</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6552">#6552</a>)</li>
|
|
||||||
<li>Fix for the case of zwave value used in several devices. (<a href="https://github.com/andrey-git">@andrey-git</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6577">#6577</a>)</li>
|
|
||||||
<li>Fix hydroquebec (<a href="https://github.com/titilambert">@titilambert</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6574">#6574</a>)</li>
|
|
||||||
<li>Update pyecobee version to 0.0.7 (<a href="https://github.com/dale3h">@dale3h</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6593">#6593</a>)</li>
|
|
||||||
<li>Update SMA solar sensor to work with the new add_devices callback (<a href="https://github.com/kellerza">@kellerza</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6602">#6602</a>)</li>
|
|
||||||
<li>Since knx_2_float can’t handle 0, bypass converting 0 value from knx to float (<a href="https://github.com/goofz">@goofz</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6626">#6626</a>)</li>
|
|
||||||
<li>Bugfix RFLINK remove group (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6580">#6580</a>)</li>
|
|
||||||
<li>Added workday sensor (<a href="https://github.com/BastianPoe">@BastianPoe</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6599">#6599</a>)</li>
|
|
||||||
<li>Add test for Z-wave switch (<a href="https://github.com/turbokongen">@turbokongen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6619">#6619</a>)</li>
|
|
||||||
<li>Upgrade python-digitalocean to 1.11 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6653">#6653</a>)</li>
|
|
||||||
<li>Add Zwave sensors test (<a href="https://github.com/turbokongen">@turbokongen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6640">#6640</a>)</li>
|
|
||||||
<li>round output values (<a href="https://github.com/joe248">@joe248</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6657">#6657</a>)</li>
|
|
||||||
<li>Support for non-clients, NVidia shield, dynamic grouping, extra metad (<a href="https://github.com/JesseWebDotCom">@JesseWebDotCom</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6054">#6054</a>)</li>
|
|
||||||
<li>Upgrade astral to 1.4 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6332">#6332</a>)</li>
|
|
||||||
<li>Upgrade aiohttp to 1.3.5 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6660">#6660</a>)</li>
|
|
||||||
<li>Check if droplet exists (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6663">#6663</a>)</li>
|
|
||||||
<li>Corrected help text for refresh_node (<a href="https://github.com/sebk-666">@sebk-666</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6659">#6659</a>)</li>
|
|
||||||
<li>Add configurable timeout option to camera.synology (<a href="https://github.com/hawk259">@hawk259</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6655">#6655</a>)</li>
|
|
||||||
<li>Pump Android ip webcam to 0.6 (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6665">#6665</a>)</li>
|
|
||||||
<li>add latitude and longitude configuration to darksky sensor (<a href="https://github.com/RickyTaterSalad">@RickyTaterSalad</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6191">#6191</a>)</li>
|
|
||||||
<li>Refactor Neurio to add Daily Power Sensor (<a href="https://github.com/mezz64">@mezz64</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6662">#6662</a>)</li>
|
|
||||||
<li>Added support for multiple efergy sensors in the same household. (<a href="https://github.com/miniconfig">@miniconfig</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6630">#6630</a>)</li>
|
|
||||||
<li>Add new media_player platform: Volumio Media Player (<a href="https://github.com/jslove">@jslove</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6556">#6556</a>)</li>
|
|
||||||
<li>Phone book lookup support for Fritz!Box call monitor (<a href="https://github.com/DavidMStraub">@DavidMStraub</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6474">#6474</a>)</li>
|
|
||||||
<li>Update Emby component to async (<a href="https://github.com/mezz64">@mezz64</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6664">#6664</a>)</li>
|
|
||||||
<li>Fix hass script execution on Windows (#4977). (<a href="https://github.com/matrixx567">@matrixx567</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6601">#6601</a>)</li>
|
|
||||||
<li>Fixed Show All Controls feature (<a href="https://github.com/JesseWebDotCom">@JesseWebDotCom</a>)</li>
|
|
||||||
<li>Update Torque component to match recent API. (<a href="https://github.com/tylercrumpton">@tylercrumpton</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6671">#6671</a>)</li>
|
|
||||||
<li>Rflink: added support for lights with toggle type (<a href="https://github.com/martinfrancois">@martinfrancois</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6521">#6521</a>)</li>
|
|
||||||
<li>Upgrade distro to 1.0.3 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6693">#6693</a>)</li>
|
|
||||||
<li>Fix longitude (<a href="https://github.com/mezz64">@mezz64</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6697">#6697</a>)</li>
|
|
||||||
<li>Bump PyChromecast to 0.8.1 (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6702">#6702</a>)</li>
|
|
||||||
<li>Kodi use websocket loop task created by library (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6703">#6703</a>)</li>
|
|
||||||
<li>Fix Kodi when websocket is disabled (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6706">#6706</a>)</li>
|
|
||||||
<li>Revise power and energy units and property names. (<a href="https://github.com/pavoni">@pavoni</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6212">#6212</a>) (Breaking Change)</li>
|
|
||||||
<li>automatically use bundled certificate it set to auto (<a href="https://github.com/printzlau">@printzlau</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6707">#6707</a>) (Breaking Change)</li>
|
|
||||||
<li>Update frontend (<a href="https://github.com/balloob">@balloob</a>)</li>
|
|
||||||
<li>Add zwave light tests (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6710">#6710</a>)</li>
|
|
||||||
<li>restore_state: do not crash if domain not defined (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6714">#6714</a>)</li>
|
|
||||||
<li>Fix for issue: luci returns 403 invalid token when rebooted #6715 (<a href="https://github.com/fbradyirl">@fbradyirl</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6717">#6717</a>)</li>
|
|
||||||
<li>Don’t warn if octoprint completion is null (<a href="https://github.com/jawilson">@jawilson</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6719">#6719</a>)</li>
|
|
||||||
<li>ZWave Sensor tests (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6721">#6721</a>)</li>
|
|
||||||
<li>ZWave switch tests (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6722">#6722</a>)</li>
|
|
||||||
<li>Update frontend (<a href="https://github.com/balloob">@balloob</a>)</li>
|
|
||||||
<li>Fix LIFX unregister races (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6723">#6723</a>)</li>
|
|
||||||
<li>Do not log warning on rest_command if no error (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6713">#6713</a>)</li>
|
|
||||||
<li>camera.zoneminder: Show recording state (<a href="https://github.com/mnoorenberghe">@mnoorenberghe</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6686">#6686</a>)</li>
|
|
||||||
<li>ZWave Lock Tests (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6730">#6730</a>)</li>
|
|
||||||
<li>Tado climate device (<a href="https://github.com/wmalgadey">@wmalgadey</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6572">#6572</a>)</li>
|
|
||||||
<li>Version bump to 0.40.2 (<a href="https://github.com/balloob">@balloob</a>)</li>
|
|
||||||
<li>Bump PyChromecast to 0.8.1 (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6702">#6702</a>)</li>
|
|
||||||
<li>Constrain core dependencies to core versions (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6738">#6738</a>)</li>
|
|
||||||
<li>Update constraints (<a href="https://github.com/balloob">@balloob</a>)</li>
|
|
||||||
<li>Adds Support for Lutron Caseta devices. (<a href="https://github.com/gurumitts">@gurumitts</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6631">#6631</a>)</li>
|
|
||||||
<li>Add sensor for Lyft time and price (based on Uber sensor) (<a href="https://github.com/drkp">@drkp</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6711">#6711</a>)</li>
|
|
||||||
<li>Add zwave per-node entity. (<a href="https://github.com/andrey-git">@andrey-git</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6690">#6690</a>)</li>
|
|
||||||
<li>Version bump to 0.41 (<a href="https://github.com/balloob">@balloob</a>)</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
198
developers/asyncio_101/index.html
Normal file
198
developers/asyncio_101/index.html
Normal file
|
@ -0,0 +1,198 @@
|
||||||
|
<!doctype html>
|
||||||
|
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||||
|
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||||
|
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
||||||
|
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<title>Asyncio 101 - Home Assistant</title>
|
||||||
|
<meta name="author" content="Home Assistant">
|
||||||
|
<meta name="description" content="An introduction to asyncio.">
|
||||||
|
<meta name="viewport" content="width=device-width">
|
||||||
|
<link rel="canonical" href="https://home-assistant.io/developers/asyncio_101/">
|
||||||
|
<meta property="fb:app_id" content="338291289691179">
|
||||||
|
<meta property="og:title" content="Asyncio 101">
|
||||||
|
<meta property="og:site_name" content="Home Assistant">
|
||||||
|
<meta property="og:url" content="https://home-assistant.io/developers/asyncio_101/">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:description" content="An introduction to asyncio.">
|
||||||
|
<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="Asyncio 101">
|
||||||
|
<meta name="twitter:description" content="An introduction to asyncio.">
|
||||||
|
<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">
|
||||||
|
<link rel='shortcut icon' href='/images/favicon.ico' />
|
||||||
|
<link rel='icon' type='image/png' href='/images/favicon-192x192.png' sizes='192x192' />
|
||||||
|
</head>
|
||||||
|
<body >
|
||||||
|
<header>
|
||||||
|
<div class="grid-wrapper">
|
||||||
|
<div class="grid">
|
||||||
|
<div class="grid__item three-tenths lap-two-sixths palm-one-whole ha-title">
|
||||||
|
<a href="/" class="site-title">
|
||||||
|
<img width='40' src='/demo/favicon-192x192.png'>
|
||||||
|
<span>Home Assistant</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="grid__item seven-tenths lap-four-sixths palm-one-whole">
|
||||||
|
<nav>
|
||||||
|
<input type="checkbox" id="toggle">
|
||||||
|
<label for="toggle" class="toggle" data-open="Main Menu" data-close="Close Menu"></label>
|
||||||
|
<ul class="menu pull-right">
|
||||||
|
<li><a href="/getting-started/">Getting started</a></li>
|
||||||
|
<li><a href="/components/">Components</a></li>
|
||||||
|
<li><a href="/docs/">Docs</a></li>
|
||||||
|
<li><a href="/cookbook/">Examples</a></li>
|
||||||
|
<li><a href="/developers/">Developers</a></li>
|
||||||
|
<li><a href="/blog/">Blog</a></li>
|
||||||
|
<li><a href="/help/">Need help?</a></li>
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
<div class="grid-wrapper">
|
||||||
|
<div class="grid grid-center">
|
||||||
|
<div class="grid__item two-thirds lap-one-whole palm-one-whole">
|
||||||
|
<article class="page">
|
||||||
|
<header>
|
||||||
|
<h1 class="title indent">
|
||||||
|
Asyncio 101
|
||||||
|
</h1>
|
||||||
|
</header>
|
||||||
|
<hr class="divider">
|
||||||
|
<p>If you are not familiar yet with asyncio, please watch the below video. It’s a great introduction by <a href="https://github.com/rob-smallshire">Robert Smallshire</a> in how and why asyncio works the way it does.</p>
|
||||||
|
<div class="videoWrapper">
|
||||||
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/M-UcUs7IMIM" frameborder="0" allowfullscreen=""></iframe>
|
||||||
|
</div>
|
||||||
|
<h3><a href="/developers/asyncio_categorizing_functions/">Next step: Categorizing Functions »</a></h3>
|
||||||
|
</article>
|
||||||
|
</div>
|
||||||
|
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||||
|
<div class="grid">
|
||||||
|
<section class="aside-module grid__item one-whole lap-one-half">
|
||||||
|
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/developers/asyncio_101.markdown'>Edit this page on GitHub</a></div>
|
||||||
|
<div class='section'>
|
||||||
|
<h1 class="title delta">Development Guide</h1>
|
||||||
|
<ul class='divided sidebar-menu'>
|
||||||
|
<li>
|
||||||
|
<a href='/developers/'>Introduction </a>
|
||||||
|
<ul>
|
||||||
|
<li><a href='/developers/architecture/'>Architecture </a></li>
|
||||||
|
<li><a href='/developers/architecture_components/'>Components </a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/developers/development/'>Starting with Development </a>
|
||||||
|
<ul>
|
||||||
|
<li><a href='/developers/development_environment/'>Setting up Environment </a></li>
|
||||||
|
<li><a href='/developers/development_submitting/'>Submit your Work </a></li>
|
||||||
|
<li><a href='/developers/development_checklist/'>Checklist </a></li>
|
||||||
|
<li><a href='/developers/development_testing/'>Testing </a></li>
|
||||||
|
<li><a href='/developers/development_catching_up/'>Catching up with Reality </a></li>
|
||||||
|
<li><a href='/developers/development_validation/'>Validation </a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/developers/add_new_platform/'>Support a new device (as a platform) </a>
|
||||||
|
<ul>
|
||||||
|
<li><a href='/developers/code_review_platform/'>Checklist creating a platform </a></li>
|
||||||
|
<li><a href='/developers/platform_example_sensor/'>Example sensor platform </a></li>
|
||||||
|
<li><a href='/developers/platform_example_light/'>Example light platform </a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/developers/creating_components/'>Adding a new component </a>
|
||||||
|
<ul>
|
||||||
|
<li><a href='/developers/code_review_component/'>Checklist creating a component </a></li>
|
||||||
|
<li><a href='/developers/component_loading/'>Loading components </a></li>
|
||||||
|
<li><a href='/developers/component_deps_and_reqs/'>Requirements & Dependencies </a></li>
|
||||||
|
<li><a href='/developers/component_initialization/'>Initialization </a></li>
|
||||||
|
<li><a href='/developers/component_events/'>Handling events </a></li>
|
||||||
|
<li><a href='/developers/component_states/'>States </a></li>
|
||||||
|
<li><a href='/developers/component_visibility/'>Visibility </a></li>
|
||||||
|
<li><a href='/developers/component_generic_discovery/'>Loading Platforms </a></li>
|
||||||
|
<li><a href='/developers/component_discovery/'>Component Discovery </a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/developers/asyncio/'>Asynchronous Programming </a>
|
||||||
|
<ul>
|
||||||
|
<li><a class='active' href='/developers/asyncio_101/'>Introduction to asyncio </a></li>
|
||||||
|
<li><a href='/developers/asyncio_categorizing_functions/'>Categorizing Functions </a></li>
|
||||||
|
<li><a href='/developers/asyncio_working_with_async/'>Working with Async </a></li>
|
||||||
|
<li><a href='/developers/asyncio_misc/'>Miscellaneous </a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/developers/frontend/'>Frontend Development </a>
|
||||||
|
<ul>
|
||||||
|
<li><a href='/developers/frontend_add_card/'>Add State Card </a></li>
|
||||||
|
<li><a href='/developers/frontend_add_more_info/'>Add More Info Dialog </a></li>
|
||||||
|
<li><a href='/developers/frontend_creating_custom_panels/'>Add Custom Panels </a></li>
|
||||||
|
<li><a href='/developers/frontend_creating_custom_ui/'>Add Custom UI </a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href='/developers/api/'>API </a>
|
||||||
|
<ul>
|
||||||
|
<li><a href='https://dev-docs.home-assistant.io/en/dev/'>Home Assistant API </a></li>
|
||||||
|
<li><a href='/developers/websocket_api/'>Websocket API </a></li>
|
||||||
|
<li><a href='/developers/rest_api/'>RESTful API </a></li>
|
||||||
|
<li><a href='/developers/python_api/'>Python API </a></li>
|
||||||
|
<li><a href='/developers/server_sent_events/'>Server-sent events </a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li><a href='/developers/helpers/'>Online helpers </a></li>
|
||||||
|
<li><a href='/developers/multiple_instances/'>Multiple Instances </a></li>
|
||||||
|
<li><a href='/developers/website/'>Home-Assistant.io </a></li>
|
||||||
|
<li><a href='/developers/releasing/'>Releasing </a></li>
|
||||||
|
<li>
|
||||||
|
Governance
|
||||||
|
<ul>
|
||||||
|
<li><a href='/developers/cla/'>Contributor License Agreement </a></li>
|
||||||
|
<li><a href='/developers/code_of_conduct/'>Code of Conduct </a></li>
|
||||||
|
<li><a href='/developers/credits/'>Credits </a></li>
|
||||||
|
<li><a href='/developers/license/'>License </a></li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</div>
|
||||||
|
</aside>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<footer>
|
||||||
|
<div class="grid-wrapper">
|
||||||
|
<div class="grid">
|
||||||
|
<div class="grid__item">
|
||||||
|
<div class="copyright">
|
||||||
|
<a rel="me" href='https://twitter.com/home_assistant'><i class="icon-twitter"></i></a>
|
||||||
|
<a rel="me" href='https://facebook.com/homeassistantio'><i class="icon-facebook"></i></a>
|
||||||
|
<a rel="me" href='https://plus.google.com/110560654828510104551'><i class="icon-google-plus"></i></a>
|
||||||
|
<a rel="me" href='https://github.com/home-assistant/home-assistant'><i class="icon-github"></i></a>
|
||||||
|
<div class="credit">
|
||||||
|
Contact us at <a href='mailto:hello@home-assistant.io'>hello@home-assistant.io</a>.<br>
|
||||||
|
Website powered by <a href='http://jekyllrb.com/'>Jekyll</a> and the <a href='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br />
|
||||||
|
Hosted by <a href='https://pages.github.com/'>GitHub</a> and served by <a href='https://cloudflare.com'>CloudFlare</a>.
|
||||||
|
</div>
|
||||||
|
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">home-assistant.io</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
<script>
|
||||||
|
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];
|
||||||
|
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
||||||
|
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
|
||||||
|
s.parentNode.insertBefore(g,s)}(document,'script'));
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -86,10 +86,10 @@ Home Assistant is an open-source home automation platform running on Python 3. T
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="grid__item one-third lap-one-third palm-one-whole">
|
<div class="grid__item one-third lap-one-third palm-one-whole">
|
||||||
<div class='current-version material-card text'>
|
<div class='current-version material-card text'>
|
||||||
<h1>Current Version: 0.42.0</h1>
|
<h1>Current Version: 0.42.1</h1>
|
||||||
Released: <span class='release-date'>April 08, 2017</span>
|
Released: <span class='release-date'>April 09, 2017</span>
|
||||||
<div class='links'>
|
<div class='links'>
|
||||||
<a href='/blog/2017/04/08/eddystone-beacons-lockitron-locks-total-connect/#'>Release notes</a>
|
<a href='/blog/2017/04/08/eddystone-beacons-lockitron-locks-total-connect/#release-0421---april-9'>Release notes</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class='join-community material-card text'>
|
<div class='join-community material-card text'>
|
||||||
|
|
33
sitemap.xml
33
sitemap.xml
|
@ -464,6 +464,9 @@
|
||||||
<loc>https://home-assistant.io/developers/asyncio/</loc>
|
<loc>https://home-assistant.io/developers/asyncio/</loc>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
|
<loc>https://home-assistant.io/developers/asyncio_101/</loc>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
<loc>https://home-assistant.io/developers/asyncio_categorizing_functions/</loc>
|
<loc>https://home-assistant.io/developers/asyncio_categorizing_functions/</loc>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
|
@ -3108,62 +3111,62 @@
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/demo/frontend.html</loc>
|
<loc>https://home-assistant.io/demo/frontend.html</loc>
|
||||||
<lastmod>2017-04-09T06:40:25+00:00</lastmod>
|
<lastmod>2017-04-09T08:40:28+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>2017-04-09T06:40:25+00:00</lastmod>
|
<lastmod>2017-04-09T08:40:28+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-event.html</loc>
|
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-event.html</loc>
|
||||||
<lastmod>2017-04-09T06:40:25+00:00</lastmod>
|
<lastmod>2017-04-09T08:40:28+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-info.html</loc>
|
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-info.html</loc>
|
||||||
<lastmod>2017-04-09T06:40:25+00:00</lastmod>
|
<lastmod>2017-04-09T08:40:28+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-service.html</loc>
|
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-service.html</loc>
|
||||||
<lastmod>2017-04-09T06:40:25+00:00</lastmod>
|
<lastmod>2017-04-09T08:40:28+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-state.html</loc>
|
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-state.html</loc>
|
||||||
<lastmod>2017-04-09T06:40:25+00:00</lastmod>
|
<lastmod>2017-04-09T08:40:28+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-template.html</loc>
|
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-template.html</loc>
|
||||||
<lastmod>2017-04-09T06:40:25+00:00</lastmod>
|
<lastmod>2017-04-09T08:40:28+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/demo/panels/ha-panel-history.html</loc>
|
<loc>https://home-assistant.io/demo/panels/ha-panel-history.html</loc>
|
||||||
<lastmod>2017-04-09T06:40:25+00:00</lastmod>
|
<lastmod>2017-04-09T08:40:28+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/demo/panels/ha-panel-iframe.html</loc>
|
<loc>https://home-assistant.io/demo/panels/ha-panel-iframe.html</loc>
|
||||||
<lastmod>2017-04-09T06:40:25+00:00</lastmod>
|
<lastmod>2017-04-09T08:40:28+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/demo/panels/ha-panel-logbook.html</loc>
|
<loc>https://home-assistant.io/demo/panels/ha-panel-logbook.html</loc>
|
||||||
<lastmod>2017-04-09T06:40:25+00:00</lastmod>
|
<lastmod>2017-04-09T08:40:28+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/demo/panels/ha-panel-map.html</loc>
|
<loc>https://home-assistant.io/demo/panels/ha-panel-map.html</loc>
|
||||||
<lastmod>2017-04-09T06:40:25+00:00</lastmod>
|
<lastmod>2017-04-09T08:40:28+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/googlef4f3693c209fe788.html</loc>
|
<loc>https://home-assistant.io/googlef4f3693c209fe788.html</loc>
|
||||||
<lastmod>2017-04-09T06:40:25+00:00</lastmod>
|
<lastmod>2017-04-09T08:40:28+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html</loc>
|
<loc>https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html</loc>
|
||||||
<lastmod>2017-04-09T06:40:25+00:00</lastmod>
|
<lastmod>2017-04-09T08:40:28+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html</loc>
|
<loc>https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html</loc>
|
||||||
<lastmod>2017-04-09T06:40:25+00:00</lastmod>
|
<lastmod>2017-04-09T08:40:28+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>2017-04-09T06:40:25+00:00</lastmod>
|
<lastmod>2017-04-09T08:40:28+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
{
|
{
|
||||||
"current_version": "0.42.0",
|
"current_version": "0.42.1",
|
||||||
"release_date": "2017-04-08T00:00:00+00:00",
|
"release_date": "2017-04-09T00:00:00+00:00",
|
||||||
"release_notes": "https://home-assistant.io/blog/2017/04/08/eddystone-beacons-lockitron-locks-total-connect/",
|
"release_notes": "https://home-assistant.io/blog/2017/04/08/eddystone-beacons-lockitron-locks-total-connect/",
|
||||||
"release_notes_path": "/blog/2017/04/08/eddystone-beacons-lockitron-locks-total-connect/",
|
"release_notes_path": "/blog/2017/04/08/eddystone-beacons-lockitron-locks-total-connect/",
|
||||||
"release_title": "Home Assistant 0.42: Eddystone Beacons, Lockitron locks and Total Connect alarm systems",
|
"release_title": "Home Assistant 0.42: Eddystone Beacons, Lockitron locks and Total Connect alarm systems",
|
||||||
"release_description": "Tons of bug fixes, performance increasements and some cool new integrations.",
|
"release_description": "Tons of bug fixes, performance increasements and some cool new integrations.",
|
||||||
"patch_version_notes": "#",
|
"patch_version_notes": "#release-0421---april-9",
|
||||||
"root_url": "https://home-assistant.io",
|
"root_url": "https://home-assistant.io",
|
||||||
"semantic_version": {
|
"semantic_version": {
|
||||||
"major": 0,
|
"major": 0,
|
||||||
"minor": 42,
|
"minor": 42,
|
||||||
"patch": 0
|
"patch": 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue