Site updated at 2018-02-26 01:02:56 UTC

This commit is contained in:
Travis CI 2018-02-26 01:02:57 +00:00
parent 41c5c550a6
commit ac7487404f
816 changed files with 14568 additions and 2170 deletions

471
atom.xml
View file

@ -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>2018-02-25T23:52:28+00:00</updated> <updated>2018-02-26T00:51:46+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>
@ -13,6 +13,244 @@
<generator uri="http://octopress.org/">Octopress</generator> <generator uri="http://octopress.org/">Octopress</generator>
<entry>
<title type="html"><![CDATA[0.64: Over 1000 integrations! New: HomeKit, BMW, August.]]></title>
<link href="https://home-assistant.io/blog/2018/02/26/release-64/"/>
<updated>2018-02-26T00:01:00+00:00</updated>
<id>https://home-assistant.io/blog/2018/02/26/release-64</id>
<content type="html"><![CDATA[<p><a href="/components/#version/0.64"><img src="/images/blog/2018-02-0.64/components.png" style="border: 0;box-shadow: none;" /></a></p>
<p>🎉 1000 integrations, 1000 integrations, 1000 integrations! 🎉</p>
<p>Thats right, Home Assistant 0.64 is here! In case you have missed our latest <a href="https://home-assistant.io/blog/2018/02/19/cloud-update/">Cloud update</a>, the Home Assistant Alexa skill is now live in all regions and were working with Google in getting the Smart Home skill for Google Assistant approved. Exciting times!</p>
<p>In the meanwhile, some great new integrations have landed, including yet another car 🚗 This time its BMW.</p>
<p>This is going to be the last release that supports Python 3.4. Starting with the next release, the minimum version required will be Python 3.5.3. <a href="https://home-assistant.io/blog/2017/10/06/deprecating-python-3.4-support/">Learn more here.</a></p>
<h2><a class="title-link" name="homekit" href="#homekit"></a> HomeKit</h2>
<p>Native HomeKit support has arrived! Thanks to @cdce8p It is now possible to expose some devices over HomeKit to allow control via Siri and other things speaking the HomeKit protocol. Initial support has been added for temperature sensors and cover devices. Expect more devices to be added soon.</p>
<p><a href="https://home-assistant.io/components/homekit/">Check the HomeKit docs</a></p>
<h2><a class="title-link" name="hassio-ui-update" href="#hassio-ui-update"></a> Hass.io UI update</h2>
<p>Some of you already noticed that your Hass.io panel looks a bit different since this morning: @pvizeli pressed the <del>red</del> green button and the new UI got live. The Hass.io team (<a href="https://github.com/pvizeli">@frenck</a> <a href="https://github.com/ryanm101">@ryanm101</a>) is doing a great job in adding new features (like partial or encrypted snapshots) to the Hass.io backend and fixing bugs. However, those features where only added to the command line tools but not to the frontend.</p>
<p>Thats where <a href="https://github.com/c727">@c727</a> and <a href="https://github.com/ciotlosm">@ciotlosm</a> jumped in. They made new features accessible via the frontend and improved the overall navigation.</p>
<p>We know that some features are still missing or broken, we are fixing this right now! Check this <a href="https://github.com/home-assistant/home-assistant-polymer/issues/912">issue</a> first before you report any issues related to the Hass.io panel, please.</p>
<h2><a class="title-link" name="chartjs" href="#chartjs"></a> Chart.js</h2>
<p>The frontend is now rendering the graphs and charts using Chart.js thanks to the hard work by <a href="https://github.com/fanthos">@fanthos</a>. This means that you can now render all the charts without being connected to the internet!</p>
<h2><a class="title-link" name="august-integration" href="#august-integration"></a> August integration</h2>
<p>Major new integration by <a href="https://github.com/snjoetw">@snjoetw</a>: August locks and door bells! Lock and unlock from Home Assistant and detect when your doorbell is rung or senses motion. Awesome!</p>
<h2><a class="title-link" name="cast-bug-fixes" href="#cast-bug-fixes"></a> Cast bug fixes</h2>
<p><a href="https://github.com/OttoWinter">@OttoWinter</a> has crushed a bunch of bugs for our ChromeCast integration. Including that nasy Cast group discovery issue! He is working on some more improvements that should arrive soon, stay tuned. Awesome work Otto!</p>
<h2><a class="title-link" name="new-platforms" href="#new-platforms"></a> New Platforms</h2>
<ul>
<li>Support for August doorbell (<a href="https://github.com/snjoetw">@snjoetw</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11124">#11124</a>) (<a href="https://home-assistant.io/components/august/">august docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.august/">binary_sensor.august docs</a>) (<a href="https://home-assistant.io/components/camera.august/">camera.august docs</a>) (<a href="https://home-assistant.io/components/lock.august/">lock.august docs</a>) (new-platform)</li>
<li>Add new component: BMW connected drive (<a href="https://github.com/ChristianKuehnel">@ChristianKuehnel</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12277">#12277</a>) (<a href="https://home-assistant.io/components/bmw_connected_drive/">bmw_connected_drive docs</a>) (<a href="https://home-assistant.io/components/device_tracker.bmw_connected_drive/">device_tracker.bmw_connected_drive docs</a>) (<a href="https://home-assistant.io/components/sensor.bmw_connected_drive/">sensor.bmw_connected_drive docs</a>) (new-platform)</li>
<li>Add New Sensor for ISP Start.ca (<a href="https://github.com/mikeodr">@mikeodr</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12356">#12356</a>) (<a href="https://home-assistant.io/components/sensor.startca/">sensor.startca docs</a>) (new-platform)</li>
<li>Add the Xiaomi TV platform. (<a href="https://github.com/fattdev">@fattdev</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12359">#12359</a>) (<a href="https://home-assistant.io/components/media_player.xiaomi_tv/">media_player.xiaomi_tv docs</a>) (new-platform)</li>
<li>added smappee component (<a href="https://github.com/hmn">@hmn</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11491">#11491</a>) (<a href="https://home-assistant.io/components/smappee/">smappee docs</a>) (<a href="https://home-assistant.io/components/sensor.smappee/">sensor.smappee docs</a>) (<a href="https://home-assistant.io/components/switch.smappee/">switch.smappee docs</a>) (new-platform)</li>
<li>Add support for HomeKit (<a href="https://github.com/cdce8p">@cdce8p</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12488">#12488</a>) (<a href="https://home-assistant.io/components/homekit/">homekit docs</a>) (new-platform)</li>
<li>Adds filesize component (<a href="https://github.com/robmarkcole">@robmarkcole</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12211">#12211</a>) (<a href="https://home-assistant.io/components/sensor.filesize/">sensor.filesize docs</a>) (new-platform)</li>
<li>Adds folder sensor (<a href="https://github.com/robmarkcole">@robmarkcole</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12208">#12208</a>) (<a href="https://home-assistant.io/components/sensor.folder/">sensor.folder docs</a>) (new-platform)</li>
<li>Spotcrime (<a href="https://github.com/jcconnell">@jcconnell</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12460">#12460</a>) (<a href="https://home-assistant.io/components/sensor.spotcrime/">sensor.spotcrime docs</a>) (new-platform)</li>
<li>Add Tahoma scenes (<a href="https://github.com/bakedraccoon">@bakedraccoon</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12498">#12498</a>) (<a href="https://home-assistant.io/components/scene/">scene docs</a>) (<a href="https://home-assistant.io/components/tahoma/">tahoma docs</a>) (new-platform)</li>
</ul>
<h2><a class="title-link" name="if-you-need-help" href="#if-you-need-help"></a> If you need help…</h2>
<p>…dont hesitate to use our very active <a href="https://community.home-assistant.io/">forums</a> or join us for a little <a href="https://discord.gg/c5DvZ4e">chat</a>. The release notes have comments enabled but its preferred if you use the former communication channels. Thanks.</p>
<h2><a class="title-link" name="reporting-issues" href="#reporting-issues"></a> 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>
<!--more-->
<h2><a class="title-link" name="breaking-changes" href="#breaking-changes"></a> Breaking Changes</h2>
<ul>
<li>Home Assistant now defaults to purge recorded history that is older than 10 days. If you want to keep your recorded data for longer than that, you must configure the number of days to retain <em>before starting 0.64 for the first time</em>, for example:
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code> <span class="s">recorder</span><span class="pi">:</span>
<span class="s">purge_keep_days</span><span class="pi">:</span> <span class="s">30</span>
</code></pre>
</div>
<p>If you want to keep the previous default of never deleting history, use this configuration:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code> <span class="s">recorder</span><span class="pi">:</span>
<span class="s">purge_interval</span><span class="pi">:</span> <span class="s">0</span>
</code></pre>
</div>
<p>(<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12271">#12271</a>) (breaking change)</p>
</li>
<li>Show a persistent_notification if no symbols and no currencies are configured (<a href="https://github.com/ChristianKuehnel">@ChristianKuehnel</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12252">#12252</a>) (<a href="https://home-assistant.io/components/sensor.alpha_vantage/">sensor.alpha_vantage docs</a>) (breaking change)</li>
<li>Updated RainMachine unique IDs to play better with the entity registry. If RainMachine had been configured previously, new entries will be placed into the entity registry, causing there to be two of each program/zone defined. To address, simply alter the <code class="highlighter-rouge">entity_registry.yaml</code> as desired. (<a href="https://github.com/bachya">@bachya</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12315">#12315</a>) (<a href="https://home-assistant.io/components/switch.rainmachine/">switch.rainmachine docs</a>) (breaking change)</li>
<li>Updated AirVisual unique IDs to play better with the entity registry. If AirVisual had been configured previously, new entries will be placed into the entity registry, causing there to be two of each sensor type defined. To address, simply alter the <code class="highlighter-rouge">entity_registry.yaml</code> as desired. (<a href="https://github.com/bachya">@bachya</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12319">#12319</a>) (<a href="https://home-assistant.io/components/sensor.airvisual/">sensor.airvisual docs</a>) (breaking change)</li>
<li>Custom component devs only: voluptuous now requires default values for config keys to be valid values. (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12463">#12463</a>) (breaking change)</li>
<li>Fixes <code class="highlighter-rouge">usps</code> platform. Dependency <code class="highlighter-rouge">myusps</code> now leverages Selenium webdriver to overcome login issues. This is a breaking change since the user must now have additional dependencies installed - either <code class="highlighter-rouge">google-chrome</code> and <code class="highlighter-rouge">chromedriver</code>, or <code class="highlighter-rouge">phantomjs</code>. There is a new config option <code class="highlighter-rouge">driver</code> that allows the user to specify their preference, though <code class="highlighter-rouge">phantomjs</code> is the default. Doc PR forthcoming that will outline choices and make suggestions based on users OS.
(<a href="https://github.com/happyleavesaoc">@happyleavesaoc</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12465">#12465</a>) (<a href="https://home-assistant.io/components/usps/">usps docs</a>) (breaking change)</li>
<li>LimitlessLED has been converted to assumed state. Will no longer turn the lights off when restarting Home Assistant. Will no longer revert changes made by other controllers. (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12475">#12475</a>) (<a href="https://home-assistant.io/components/light.limitlessled/">light.limitlessled docs</a>) (breaking change)</li>
</ul>
<h2><a class="title-link" name="all-changes" href="#all-changes"></a> All changes</h2>
<ul>
<li>device_tracker.asuswrt: Clean up unused connection param (<a href="https://github.com/trisk">@trisk</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12262">#12262</a>) (<a href="https://home-assistant.io/components/device_tracker.asuswrt/">device_tracker.asuswrt docs</a>)</li>
<li>Fix some rfxtrx devices with multiple sensors (<a href="https://github.com/neffs">@neffs</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12264">#12264</a>) (<a href="https://home-assistant.io/components/sensor.rfxtrx/">sensor.rfxtrx docs</a>)</li>
<li>have climate fallback to state if no ATTR_OPERATION_MODE (#12271) (<a href="https://github.com/ttroy50">@ttroy50</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12279">#12279</a>) (<a href="https://home-assistant.io/components/google_assistant/">google_assistant docs</a>)</li>
<li>check_config check bootstrap errors (<a href="https://github.com/kellerza">@kellerza</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12291">#12291</a>)</li>
<li>Attempt fixing flakiness of check config test (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12283">#12283</a>)</li>
<li>Fix MQTT retained message not being re-dispatched (<a href="https://github.com/OttoWinter">@OttoWinter</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12004">#12004</a>) (<a href="https://home-assistant.io/components/mqtt/">mqtt docs</a>)</li>
<li>Fix config error for FTP links, add test (<a href="https://github.com/ReneNulschDE">@ReneNulschDE</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12294">#12294</a>) (<a href="https://home-assistant.io/components/weblink/">weblink docs</a>)</li>
<li>Fix Panel_IFrame - FTP URL not allowed in 0.63 (<a href="https://github.com/ReneNulschDE">@ReneNulschDE</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12295">#12295</a>) (<a href="https://home-assistant.io/components/panel_iframe/">panel_iframe docs</a>)</li>
<li>Upgrade pylint to 1.8.2 (<a href="https://github.com/OttoWinter">@OttoWinter</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12274">#12274</a>)</li>
<li>Move HassIntent handler code into helpers/intent (<a href="https://github.com/tschmidty69">@tschmidty69</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12181">#12181</a>) (<a href="https://home-assistant.io/components/conversation/">conversation docs</a>)</li>
<li>Migrated SABnzbd sensor to asyncio and switched to pypi library (<a href="https://github.com/jeradM">@jeradM</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12290">#12290</a>) (<a href="https://home-assistant.io/components/sensor.sabnzbd/">sensor.sabnzbd docs</a>)</li>
<li>📝 Fix fixture encoding (<a href="https://github.com/OttoWinter">@OttoWinter</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12296">#12296</a>)</li>
<li>Clarify tahoma errrors (<a href="https://github.com/bakedraccoon">@bakedraccoon</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12307">#12307</a>) (<a href="https://home-assistant.io/components/tahoma/">tahoma docs</a>)</li>
<li>add friendly_name_template to template sensor (<a href="https://github.com/NovapaX">@NovapaX</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12268">#12268</a>) (<a href="https://home-assistant.io/components/sensor.template/">sensor.template docs</a>)</li>
<li>Purge recorder data by default (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12271">#12271</a>) (breaking change)</li>
<li>Protect bloomsky platform setup (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12316">#12316</a>) (<a href="https://home-assistant.io/components/binary_sensor.bloomsky/">binary_sensor.bloomsky docs</a>) (<a href="https://home-assistant.io/components/camera.bloomsky/">camera.bloomsky docs</a>) (<a href="https://home-assistant.io/components/sensor.bloomsky/">sensor.bloomsky docs</a>)</li>
<li>Removed default sensor configuration (<a href="https://github.com/ChristianKuehnel">@ChristianKuehnel</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12252">#12252</a>) (<a href="https://home-assistant.io/components/sensor.alpha_vantage/">sensor.alpha_vantage docs</a>) (breaking change)</li>
<li>Force LF line endings for Windows (<a href="https://github.com/kellerza">@kellerza</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12266">#12266</a>)</li>
<li>Updated RainMachine to play better with the entity registry (<a href="https://github.com/bachya">@bachya</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12315">#12315</a>) (<a href="https://home-assistant.io/components/switch.rainmachine/">switch.rainmachine docs</a>) (breaking change)</li>
<li>Revert #12316 (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12329">#12329</a>) (<a href="https://home-assistant.io/components/binary_sensor.bloomsky/">binary_sensor.bloomsky docs</a>) (<a href="https://home-assistant.io/components/camera.bloomsky/">camera.bloomsky docs</a>) (<a href="https://home-assistant.io/components/sensor.bloomsky/">sensor.bloomsky docs</a>)</li>
<li>zha: Add remove service (<a href="https://github.com/rcloran">@rcloran</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11683">#11683</a>) (<a href="https://home-assistant.io/components/zha/">zha docs</a>)</li>
<li>Fix line endings [skipci] (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12333">#12333</a>)</li>
<li>Unifi tracking filter by SSID (<a href="https://github.com/mikeodr">@mikeodr</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12281">#12281</a>) (<a href="https://home-assistant.io/components/device_tracker.unifi/">device_tracker.unifi docs</a>)</li>
<li>device_tracker.asuswrt: Ignore unreachable ip neigh entries (<a href="https://github.com/trisk">@trisk</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12201">#12201</a>) (<a href="https://home-assistant.io/components/device_tracker.asuswrt/">device_tracker.asuswrt docs</a>)</li>
<li>nmap_tracker: dont scan on setup (<a href="https://github.com/abmantis">@abmantis</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12322">#12322</a>) (<a href="https://home-assistant.io/components/device_tracker.nmap_tracker/">device_tracker.nmap_tracker docs</a>)</li>
<li>Upgrade Sphinx to 1.7.0 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12335">#12335</a>)</li>
<li>Mock Module + Platform default to async (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12347">#12347</a>)</li>
<li>Change Unifi SSID filtering to list comprehension (<a href="https://github.com/mikeodr">@mikeodr</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12344">#12344</a>) (<a href="https://home-assistant.io/components/device_tracker.unifi/">device_tracker.unifi docs</a>)</li>
<li>Use the speedometer icon in the fastdotcom sensor (<a href="https://github.com/d0ugal">@d0ugal</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12348">#12348</a>) (<a href="https://home-assistant.io/components/sensor.fastdotcom/">sensor.fastdotcom docs</a>)</li>
<li>Communication reduced. Setting brightness and/or color temperature will turn on the device. (<a href="https://github.com/syssi">@syssi</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12343">#12343</a>) (<a href="https://home-assistant.io/components/light.xiaomi_miio/">light.xiaomi_miio docs</a>)</li>
<li>Add New Sensor for ISP Start.ca (<a href="https://github.com/mikeodr">@mikeodr</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12356">#12356</a>) (<a href="https://home-assistant.io/components/sensor.startca/">sensor.startca docs</a>) (new-platform)</li>
<li>bump fedex version (<a href="https://github.com/happyleavesaoc">@happyleavesaoc</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12362">#12362</a>) (<a href="https://home-assistant.io/components/sensor.fedex/">sensor.fedex docs</a>)</li>
<li>Upgrade alpha_vantage to 1.9.0 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12352">#12352</a>) (<a href="https://home-assistant.io/components/sensor.alpha_vantage/">sensor.alpha_vantage docs</a>)</li>
<li>Eq3btsmart more reliable (<a href="https://github.com/karlkar">@karlkar</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11555">#11555</a>) (<a href="https://home-assistant.io/components/climate.eq3btsmart/">climate.eq3btsmart docs</a>)</li>
<li>Allow disabling entities in the registry (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12360">#12360</a>)</li>
<li>Upgrade panasonic_viera to 0.3.1 (<a href="https://github.com/dgomes">@dgomes</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12370">#12370</a>) (<a href="https://home-assistant.io/components/media_player.panasonic_viera/">media_player.panasonic_viera docs</a>)</li>
<li>SMA sensor add SSL and upgrade to pysma 0.2 (<a href="https://github.com/kellerza">@kellerza</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12354">#12354</a>) (<a href="https://home-assistant.io/components/sensor.sma/">sensor.sma docs</a>)</li>
<li>Specify algorithms for webpush jwt verification (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12378">#12378</a>) (<a href="https://home-assistant.io/components/notify.html5/">notify.html5 docs</a>)</li>
<li>Upgrade youtube_dl to 2018.02.11 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12383">#12383</a>) (<a href="https://home-assistant.io/components/media_extractor/">media_extractor docs</a>)</li>
<li>Remove usage of deprecated assert method (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12379">#12379</a>)</li>
<li>Add attributes (fixes #12332) (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12377">#12377</a>) (<a href="https://home-assistant.io/components/sensor.speedtest/">sensor.speedtest docs</a>)</li>
<li>Improve service by allowing to reference entity id instead of deconz id (<a href="https://github.com/Kane610">@Kane610</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11862">#11862</a>) (<a href="https://home-assistant.io/components/deconz/">deconz docs</a>) (<a href="https://home-assistant.io/components/scene/">scene docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.deconz/">binary_sensor.deconz docs</a>) (<a href="https://home-assistant.io/components/light.deconz/">light.deconz docs</a>) (<a href="https://home-assistant.io/components/sensor.deconz/">sensor.deconz docs</a>)</li>
<li>Pollen.com: Entity Registry updates and cleanup (<a href="https://github.com/bachya">@bachya</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12361">#12361</a>) (<a href="https://home-assistant.io/components/sensor.pollen/">sensor.pollen docs</a>)</li>
<li>Changed pyvera version to 0.2.41 (<a href="https://github.com/patrik3k">@patrik3k</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12391">#12391</a>) (<a href="https://home-assistant.io/components/vera/">vera docs</a>)</li>
<li>File Path fixes for RPi Camera (<a href="https://github.com/FrederikBolding">@FrederikBolding</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12338">#12338</a>) (<a href="https://home-assistant.io/components/camera.rpi_camera/">camera.rpi_camera docs</a>)</li>
<li>Code cleanup of velux scene (<a href="https://github.com/Julius2342">@Julius2342</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12390">#12390</a>) (<a href="https://home-assistant.io/components/scene/">scene docs</a>)</li>
<li>Upgrade sphinx-autodoc-typehints to 1.2.5 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12404">#12404</a>)</li>
<li>Extract data validator to own file and add tests (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12401">#12401</a>) (<a href="https://home-assistant.io/components/cloud/">cloud docs</a>) (<a href="https://home-assistant.io/components/conversation/">conversation docs</a>) (<a href="https://home-assistant.io/components/http/">http docs</a>) (<a href="https://home-assistant.io/components/shopping_list/">shopping_list docs</a>) (new-platform)</li>
<li>Fix MQTT payload decode returning prematurely (<a href="https://github.com/OttoWinter">@OttoWinter</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12420">#12420</a>) (<a href="https://home-assistant.io/components/mqtt/">mqtt docs</a>)</li>
<li>Print every changed file on new line (<a href="https://github.com/cdce8p">@cdce8p</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12412">#12412</a>)</li>
<li>Added support for colored KNX lights (<a href="https://github.com/Julius2342">@Julius2342</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12411">#12411</a>) (<a href="https://home-assistant.io/components/knx/">knx docs</a>) (<a href="https://home-assistant.io/components/light.knx/">light.knx docs</a>)</li>
<li>Small code cleanup: (<a href="https://github.com/Julius2342">@Julius2342</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12409">#12409</a>) (<a href="https://home-assistant.io/components/scene/">scene docs</a>)</li>
<li>Cleanup of knx component (<a href="https://github.com/Julius2342">@Julius2342</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12408">#12408</a>) (<a href="https://home-assistant.io/components/knx/">knx docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.knx/">binary_sensor.knx docs</a>) (<a href="https://home-assistant.io/components/climate.knx/">climate.knx docs</a>) (<a href="https://home-assistant.io/components/cover.knx/">cover.knx docs</a>) (<a href="https://home-assistant.io/components/light.knx/">light.knx docs</a>) (<a href="https://home-assistant.io/components/notify.knx/">notify.knx docs</a>) (<a href="https://home-assistant.io/components/sensor.knx/">sensor.knx docs</a>) (<a href="https://home-assistant.io/components/switch.knx/">switch.knx docs</a>)</li>
<li>Update the Tibber sensor at startup (<a href="https://github.com/danielhiversen">@danielhiversen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12428">#12428</a>) (<a href="https://home-assistant.io/components/sensor.tibber/">sensor.tibber docs</a>)</li>
<li>zha: Add unique_id to entities (<a href="https://github.com/rcloran">@rcloran</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12331">#12331</a>) (<a href="https://home-assistant.io/components/zha/">zha docs</a>)</li>
<li>Cleanup http (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12424">#12424</a>) (<a href="https://home-assistant.io/components/frontend/">frontend docs</a>) (<a href="https://home-assistant.io/components/http/">http docs</a>)</li>
<li>Update CODEOWNERS (<a href="https://github.com/dgomes">@dgomes</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12440">#12440</a>)</li>
<li>Fix: timeout data attribute now is parsed to float (<a href="https://github.com/sjvc">@sjvc</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12432">#12432</a>) (<a href="https://home-assistant.io/components/telegram_bot/">telegram_bot docs</a>)</li>
<li>Stop mapping zigbee switches to lights &amp; switches. (<a href="https://github.com/igorbernstein2">@igorbernstein2</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12280">#12280</a>) (<a href="https://home-assistant.io/components/zha/">zha docs</a>)</li>
<li>AirVisual: Entity Registry updates and cleanup (<a href="https://github.com/bachya">@bachya</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12319">#12319</a>) (<a href="https://home-assistant.io/components/sensor.airvisual/">sensor.airvisual docs</a>) (breaking change)</li>
<li>Vagrant - sendfile python3.5 debian-stretch (<a href="https://github.com/tabakhase">@tabakhase</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12454">#12454</a>)</li>
<li>Add effects to iGlo Lights (<a href="https://github.com/jesserockz">@jesserockz</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12365">#12365</a>) (<a href="https://home-assistant.io/components/light.iglo/">light.iglo docs</a>)</li>
<li>Fake the state for a short period and skip the next update. (<a href="https://github.com/syssi">@syssi</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12446">#12446</a>) (<a href="https://home-assistant.io/components/fan.xiaomi_miio/">fan.xiaomi_miio docs</a>)</li>
<li>Initial support for Config Entries (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12079">#12079</a>)</li>
<li>Make WUnderground async (<a href="https://github.com/OttoWinter">@OttoWinter</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12385">#12385</a>) (<a href="https://home-assistant.io/components/sensor.wunderground/">sensor.wunderground docs</a>)</li>
<li>Add the Xiaomi TV platform. (<a href="https://github.com/fattdev">@fattdev</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12359">#12359</a>) (<a href="https://home-assistant.io/components/media_player.xiaomi_tv/">media_player.xiaomi_tv docs</a>) (new-platform)</li>
<li>Update voluputous (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12463">#12463</a>) (breaking change)</li>
<li>Map Alexa StepVolume responses to volume_up/down (<a href="https://github.com/lucasweb78">@lucasweb78</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12467">#12467</a>) (<a href="https://home-assistant.io/components/alexa/">alexa docs</a>)</li>
<li>ONVIF Camera added Error handling and rtsp authentication. (<a href="https://github.com/matt2005">@matt2005</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11129">#11129</a>) (<a href="https://home-assistant.io/components/camera.onvif/">camera.onvif docs</a>)</li>
<li>Bump aioautomatic to 0.6.5 for voluptuous 0.11 (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12480">#12480</a>) (<a href="https://home-assistant.io/components/device_tracker.automatic/">device_tracker.automatic docs</a>)</li>
<li>Add example in test how to create list or object in template (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12469">#12469</a>)</li>
<li>KNX/Climate: Fixed platform schema min/max values. (<a href="https://github.com/Julius2342">@Julius2342</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12477">#12477</a>) (<a href="https://home-assistant.io/components/climate.knx/">climate.knx docs</a>)</li>
<li>Prevent error when no internet or DNS is available (<a href="https://github.com/mjj4791">@mjj4791</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12486">#12486</a>) (<a href="https://home-assistant.io/components/sensor.buienradar/">sensor.buienradar docs</a>) (<a href="https://home-assistant.io/components/weather.buienradar/">weather.buienradar docs</a>)</li>
<li>Added doorbird_last_motion to DoorBird camera platform (<a href="https://github.com/sjvc">@sjvc</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12457">#12457</a>) (<a href="https://home-assistant.io/components/camera.doorbird/">camera.doorbird docs</a>)</li>
<li>Fail gracefully with unreachable LaMetric (<a href="https://github.com/PhilRW">@PhilRW</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12451">#12451</a>) (<a href="https://home-assistant.io/components/notify.lametric/">notify.lametric docs</a>)</li>
<li>Enable compression when sending json to client (<a href="https://github.com/elupus">@elupus</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11165">#11165</a>) (<a href="https://home-assistant.io/components/http/">http docs</a>)</li>
<li>bump usps version (<a href="https://github.com/happyleavesaoc">@happyleavesaoc</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12465">#12465</a>) (<a href="https://home-assistant.io/components/usps/">usps docs</a>) (breaking change)</li>
<li>Try deflaking recorder tests (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12492">#12492</a>)</li>
<li>Support for August doorbell (<a href="https://github.com/snjoetw">@snjoetw</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11124">#11124</a>) (<a href="https://home-assistant.io/components/august/">august docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.august/">binary_sensor.august docs</a>) (<a href="https://home-assistant.io/components/camera.august/">camera.august docs</a>) (<a href="https://home-assistant.io/components/lock.august/">lock.august docs</a>) (new-platform)</li>
<li>Avoid warnings when purging an empty database (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12494">#12494</a>)</li>
<li>Support for PTZ in Onvif cameras (<a href="https://github.com/karlkar">@karlkar</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11630">#11630</a>) (<a href="https://home-assistant.io/components/camera.onvif/">camera.onvif docs</a>)</li>
<li>Rework Sonos media player platform (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12126">#12126</a>) (<a href="https://home-assistant.io/components/media_player.sonos/">media_player.sonos docs</a>)</li>
<li>Converted shopping list to use json util and added default override for json util (<a href="https://github.com/FrederikBolding">@FrederikBolding</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12478">#12478</a>) (<a href="https://home-assistant.io/components/shopping_list/">shopping_list docs</a>)</li>
<li>added smappee component (<a href="https://github.com/hmn">@hmn</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11491">#11491</a>) (<a href="https://home-assistant.io/components/smappee/">smappee docs</a>) (<a href="https://home-assistant.io/components/sensor.smappee/">sensor.smappee docs</a>) (<a href="https://home-assistant.io/components/switch.smappee/">switch.smappee docs</a>) (new-platform)</li>
<li>More features for the Bluesound component (<a href="https://github.com/thrawnarn">@thrawnarn</a> - <a href="https://github.com/home-assistant/home-assistant/pull/11450">#11450</a>) (<a href="https://home-assistant.io/components/media_player.bluesound/">media_player.bluesound docs</a>)</li>
<li>zha: Simplify unique ID (<a href="https://github.com/rcloran">@rcloran</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12495">#12495</a>) (<a href="https://home-assistant.io/components/zha/">zha docs</a>)</li>
<li>zha: Add support for humidity sensors (<a href="https://github.com/rcloran">@rcloran</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12496">#12496</a>) (<a href="https://home-assistant.io/components/zha/">zha docs</a>) (<a href="https://home-assistant.io/components/sensor.zha/">sensor.zha docs</a>)</li>
<li>bump python-eq3bt version, fixes #12499 (<a href="https://github.com/rytilahti">@rytilahti</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12510">#12510</a>) (<a href="https://home-assistant.io/components/climate.eq3btsmart/">climate.eq3btsmart docs</a>)</li>
<li>new version of xiaomi lib (<a href="https://github.com/danielhiversen">@danielhiversen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12513">#12513</a>) (<a href="https://home-assistant.io/components/xiaomi_aqara/">xiaomi_aqara docs</a>)</li>
<li>python-miio version bumped. (Closes: #12471) (<a href="https://github.com/syssi">@syssi</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12481">#12481</a>) (<a href="https://home-assistant.io/components/fan.xiaomi_miio/">fan.xiaomi_miio docs</a>) (<a href="https://home-assistant.io/components/light.xiaomi_miio/">light.xiaomi_miio docs</a>) (<a href="https://home-assistant.io/components/remote.xiaomi_miio/">remote.xiaomi_miio docs</a>) (<a href="https://home-assistant.io/components/switch.xiaomi_miio/">switch.xiaomi_miio docs</a>) (<a href="https://home-assistant.io/components/vacuum.xiaomi_miio/">vacuum.xiaomi_miio docs</a>)</li>
<li>LimitlessLED assumed state (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12475">#12475</a>) (<a href="https://home-assistant.io/components/light.limitlessled/">light.limitlessled docs</a>) (breaking change)</li>
<li>Add support for HomeKit (<a href="https://github.com/cdce8p">@cdce8p</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12488">#12488</a>) (<a href="https://home-assistant.io/components/homekit/">homekit docs</a>) (new-platform)</li>
<li>Add password support (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12525">#12525</a>) (<a href="https://home-assistant.io/components/hassio/">hassio docs</a>)</li>
<li>Changed to async_schedule_update_ha_state (<a href="https://github.com/thrawnarn">@thrawnarn</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12518">#12518</a>) (<a href="https://home-assistant.io/components/media_player.bluesound/">media_player.bluesound docs</a>)</li>
<li>Fix Sphinx build (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12535">#12535</a>)</li>
<li>Update voluptuous serialize (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12538">#12538</a>) (<a href="https://home-assistant.io/components/config/">config docs</a>)</li>
<li>Clarify a comment regarding python versions (<a href="https://github.com/aprasanna">@aprasanna</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12537">#12537</a>)</li>
<li>Adds filesize component (<a href="https://github.com/robmarkcole">@robmarkcole</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12211">#12211</a>) (<a href="https://home-assistant.io/components/sensor.filesize/">sensor.filesize docs</a>) (new-platform)</li>
<li>Clarify cloud error (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12540">#12540</a>) (<a href="https://home-assistant.io/components/cloud/">cloud docs</a>)</li>
<li>Build JSON in executor (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12536">#12536</a>) (<a href="https://home-assistant.io/components/history/">history docs</a>) (<a href="https://home-assistant.io/components/logbook/">logbook docs</a>)</li>
<li>Bugfix: Input Datetime config schema (<a href="https://github.com/cdce8p">@cdce8p</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12552">#12552</a>) (<a href="https://home-assistant.io/components/input_datetime/">input_datetime docs</a>)</li>
<li>Fix numeric_state condition spamming on unavailable (<a href="https://github.com/OttoWinter">@OttoWinter</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12550">#12550</a>)</li>
<li>Frontier silicon async (<a href="https://github.com/zhelev">@zhelev</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12503">#12503</a>) (<a href="https://home-assistant.io/components/media_player.frontier_silicon/">media_player.frontier_silicon docs</a>)</li>
<li>Fix WUnderground spamming logs (<a href="https://github.com/OttoWinter">@OttoWinter</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12548">#12548</a>) (<a href="https://home-assistant.io/components/sensor.wunderground/">sensor.wunderground docs</a>)</li>
<li>Added support for milight single channel dimmer (<a href="https://github.com/rubenverhoef">@rubenverhoef</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12558">#12558</a>) (<a href="https://home-assistant.io/components/light.limitlessled/">light.limitlessled docs</a>)</li>
<li>Add new component: BMW connected drive (<a href="https://github.com/ChristianKuehnel">@ChristianKuehnel</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12277">#12277</a>) (<a href="https://home-assistant.io/components/bmw_connected_drive/">bmw_connected_drive docs</a>) (<a href="https://home-assistant.io/components/device_tracker.bmw_connected_drive/">device_tracker.bmw_connected_drive docs</a>) (<a href="https://home-assistant.io/components/sensor.bmw_connected_drive/">sensor.bmw_connected_drive docs</a>) (new-platform)</li>
<li>Cleanup hass.io component (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12556">#12556</a>) (<a href="https://home-assistant.io/components/hassio/">hassio docs</a>)</li>
<li>Add support for smoke detector in deconz (<a href="https://github.com/Kane610">@Kane610</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12561">#12561</a>) (<a href="https://home-assistant.io/components/deconz/">deconz docs</a>)</li>
<li>Fix caldav component handling missing dtend (<a href="https://github.com/bottomquark">@bottomquark</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12562">#12562</a>) (<a href="https://home-assistant.io/components/calendar.caldav/">calendar.caldav docs</a>)</li>
<li>Add limitlessled night effect (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12567">#12567</a>) (<a href="https://home-assistant.io/components/light.limitlessled/">light.limitlessled docs</a>)</li>
<li>Basic support of post 2016 AVR-X receivers (<a href="https://github.com/scarface-4711">@scarface-4711</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12569">#12569</a>) (<a href="https://home-assistant.io/components/media_player.denonavr/">media_player.denonavr docs</a>)</li>
<li>Fix config 404 (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12571">#12571</a>) (<a href="https://home-assistant.io/components/config/">config docs</a>)</li>
<li>Logbook speedup (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12566">#12566</a>) (<a href="https://home-assistant.io/components/logbook/">logbook docs</a>)</li>
<li>Fix sonos default errorcodes (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12582">#12582</a>) (<a href="https://home-assistant.io/components/media_player.sonos/">media_player.sonos docs</a>)</li>
<li>Update pychromecast to 2.0.0 (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12587">#12587</a>) (<a href="https://home-assistant.io/components/media_player.cast/">media_player.cast docs</a>)</li>
<li>Set event_id foreign key in recorded states (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12580">#12580</a>)</li>
<li>Deconz support water sensor (<a href="https://github.com/Kane610">@Kane610</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12581">#12581</a>) (<a href="https://home-assistant.io/components/deconz/">deconz docs</a>)</li>
<li>Cloud reconnect tweaks (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12586">#12586</a>) (<a href="https://home-assistant.io/components/cloud/">cloud docs</a>)</li>
<li>Hassio cleanup part2 (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12588">#12588</a>) (<a href="https://home-assistant.io/components/hassio/">hassio docs</a>)</li>
<li>Add Bluetooth and NFC card/tag Alarm types (<a href="https://github.com/matthewcky2k">@matthewcky2k</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12151">#12151</a>) (<a href="https://home-assistant.io/components/lock.zwave/">lock.zwave docs</a>)</li>
<li>Fix fix isy994 fan detection (<a href="https://github.com/OverloadUT">@OverloadUT</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12595">#12595</a>) (<a href="https://home-assistant.io/components/isy994/">isy994 docs</a>)</li>
<li>Adds folder sensor (<a href="https://github.com/robmarkcole">@robmarkcole</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12208">#12208</a>) (<a href="https://home-assistant.io/components/sensor.folder/">sensor.folder docs</a>) (new-platform)</li>
<li>Add unique_id to Xiaomi Aqara (<a href="https://github.com/tinloaf">@tinloaf</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12372">#12372</a>) (<a href="https://home-assistant.io/components/xiaomi_aqara/">xiaomi_aqara docs</a>)</li>
<li>Make groups entities again (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12574">#12574</a>) (<a href="https://home-assistant.io/components/alexa/">alexa docs</a>)</li>
<li>Python spotcrime (<a href="https://github.com/jcconnell">@jcconnell</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12460">#12460</a>) (<a href="https://home-assistant.io/components/sensor.spotcrime/">sensor.spotcrime docs</a>) (new-platform)</li>
<li>Allow ignoring call service events in mqtt_eventstream (<a href="https://github.com/cmsimike">@cmsimike</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12519">#12519</a>) (<a href="https://home-assistant.io/components/mqtt_eventstream/">mqtt_eventstream docs</a>)</li>
<li>Set speed service fixed. (<a href="https://github.com/syssi">@syssi</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12602">#12602</a>) (<a href="https://home-assistant.io/components/fan.xiaomi_miio/">fan.xiaomi_miio docs</a>)</li>
<li>Updated script/lint (<a href="https://github.com/cdce8p">@cdce8p</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12600">#12600</a>)</li>
<li>Adding RoomHinting to GoogleAssistant to allow for room annotations. (<a href="https://github.com/jeremydk">@jeremydk</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12598">#12598</a>) (<a href="https://home-assistant.io/components/google_assistant/">google_assistant docs</a>)</li>
<li>Fix mclimate accounts with not only melissa components (<a href="https://github.com/kennedyshead">@kennedyshead</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12427">#12427</a>) (<a href="https://home-assistant.io/components/melissa/">melissa docs</a>) (<a href="https://home-assistant.io/components/climate.melissa/">climate.melissa docs</a>)</li>
<li>Cast unique_id and async discovery (<a href="https://github.com/OttoWinter">@OttoWinter</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12474">#12474</a>) (<a href="https://home-assistant.io/components/media_player.cast/">media_player.cast docs</a>)</li>
<li>Add Tahoma scenes (<a href="https://github.com/bakedraccoon">@bakedraccoon</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12498">#12498</a>) (<a href="https://home-assistant.io/components/scene/">scene docs</a>) (<a href="https://home-assistant.io/components/tahoma/">tahoma docs</a>) (new-platform)</li>
<li>Optimize logbook SQL query (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12608">#12608</a>) (<a href="https://home-assistant.io/components/logbook/">logbook docs</a>)</li>
<li>Fix voluptuous breaking change things (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12611">#12611</a>) (<a href="https://home-assistant.io/components/xiaomi_aqara/">xiaomi_aqara docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.knx/">binary_sensor.knx docs</a>)</li>
<li>OpenGarage - correctly handle offline status (#12612) (<a href="https://github.com/swbradshaw">@swbradshaw</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12613">#12613</a>) (<a href="https://home-assistant.io/components/cover.opengarage/">cover.opengarage docs</a>)</li>
<li>Move recorder query out of event loop (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12615">#12615</a>)</li>
<li>Hassio update timeout filter list (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12617">#12617</a>) (<a href="https://home-assistant.io/components/hassio/">hassio docs</a>)</li>
<li>The name of the enum must be used here because of the speed_list. (<a href="https://github.com/syssi">@syssi</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12625">#12625</a>) (<a href="https://home-assistant.io/components/fan.xiaomi_miio/">fan.xiaomi_miio docs</a>)</li>
<li>Fix cast doing I/O in event loop (<a href="https://github.com/OttoWinter">@OttoWinter</a> - <a href="https://github.com/home-assistant/home-assistant/pull/12632">#12632</a>) (<a href="https://home-assistant.io/components/media_player.cast/">media_player.cast docs</a>)</li>
</ul>
]]></content>
</entry>
<entry> <entry>
<title type="html"><![CDATA[Cloud Update]]></title> <title type="html"><![CDATA[Cloud Update]]></title>
<link href="https://home-assistant.io/blog/2018/02/19/cloud-update/"/> <link href="https://home-assistant.io/blog/2018/02/19/cloud-update/"/>
@ -2739,237 +2977,6 @@ Demo is running... -&gt; CTRL + C to shutdown
<p>Hide the serial sensor if you dont want to see the raw data in the frontend and you are done. The whole setup with a Digispark is not very reliable because there is no hardware USB support. As a showcase and if you dont build your automation rules around it does the sensor what it should for a very small price.</p> <p>Hide the serial sensor if you dont want to see the raw data in the frontend and you are done. The whole setup with a Digispark is not very reliable because there is no hardware USB support. As a showcase and if you dont build your automation rules around it does the sensor what it should for a very small price.</p>
]]></content>
</entry>
<entry>
<title type="html"><![CDATA[0.56: Skybell, Google Assistant, Travis CI and Toon]]></title>
<link href="https://home-assistant.io/blog/2017/10/21/release-56/"/>
<updated>2017-10-21T10:00:00+00:00</updated>
<id>https://home-assistant.io/blog/2017/10/21/release-56</id>
<content type="html"><![CDATA[<p><a href="/components/#version/0.56"><img src="/images/blog/2017-10-0.56/components.png" style="border: 0;box-shadow: none;" /></a></p>
<p>We reached another milestone aka number: 10000. GitHub is assigning numbers to pull requests and issues and the “10000” is a <a href="https://github.com/home-assistant/home-assistant/pull/10000">PR</a>. Our ratio is around 1/3 issues and 2/3 pull requests. To be more precise: 64% pull requests and 36% issues.</p>
<p>If you havent noticed, there is now a <a href="https://home-assistant.io/docs/glossary/">glossary</a> that collects some Home Assistant relevant terms. Talking about the documentation: <a href="https://github.com/DubhAd">@DubhAd</a> rewrote large parts of the <a href="https://home-assistant.io/docs/z-wave/">Z-Wave section</a>. More structure to get started and to find details during the setup and the configuration.</p>
<h2><a class="title-link" name="google-assistant--google-home-integration" href="#google-assistant--google-home-integration"></a> Google Assistant / Google Home integration</h2>
<p>This release includes a new component to integrate Home Assistant with Google Assistant by <a href="https://github.com/philk">Phil Kates</a>. We integrate via the Smart Home API, this means that you will be able to control your devices in Home Assistant via any device that has Google Assistant. Learn more in <a href="https://home-assistant.io/components/google_assistant/">the documentation</a>.</p>
<h2><a class="title-link" name="hacktoberfest" href="#hacktoberfest"></a> Hacktoberfest</h2>
<p><a href="https://home-assistant.io/blog/2017/09/29/hacktoberfest/">Hacktoberfest</a> is still on and so far we have received a lot improvements. We cant make any promises to review everything by the end of October, but we are trying to make sure that you will get your t-shirt.</p>
<h2><a class="title-link" name="map" href="#map"></a> Map</h2>
<p>The <a href="https://home-assistant.io/components/map/">map</a> is now its own component. Similar to <a href="https://home-assistant.io/components/config/">configuration (<code class="highlighter-rouge">config:</code>)</a>, it will not show up without adding it to your <code class="highlighter-rouge">configuration.yaml</code> file.</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">map</span><span class="pi">:</span>
</code></pre>
</div>
<h2><a class="title-link" name="travis-ci" href="#travis-ci"></a> Travis CI</h2>
<p>Why not observe your <a href="https://travis-ci.org">Travis CI</a> jobs with Home Assistant? <a href="https://github.com/tchellomello">@tchellomello</a> created a <a href="https://home-assistant.io/components/sensor.travisci/">Travis CI</a> sensor which allows one to check on the current state of Travis jobs. Now you can make sure that the <a href="https://home-assistant.io/blog/2017/01/28/face-coffee-wink/#first-coffee-maker-supported">coffee</a> is ready when the build passed.</p>
<h2><a class="title-link" name="new-platforms" href="#new-platforms"></a> New Platforms</h2>
<ul>
<li>Add Arlo alarm control panel component (<a href="https://github.com/vickyg3">@vickyg3</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9711">#9711</a>) (<a href="https://home-assistant.io/components/alarm_control_panel.arlo/">alarm_control_panel.arlo docs</a>) (new-platform)</li>
<li>Abode Temp, Humidity, and Light Sensor (<a href="https://github.com/MisterWil">@MisterWil</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9709">#9709</a>) (<a href="https://home-assistant.io/components/abode/">abode docs</a>) (<a href="https://home-assistant.io/components/sensor.abode/">sensor.abode docs</a>) (new-platform)</li>
<li>Introducing support to Travis-CI (<a href="https://github.com/tchellomello">@tchellomello</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9701">#9701</a>) (<a href="https://home-assistant.io/components/sensor.travisci/">sensor.travisci docs</a>) (new-platform)</li>
<li>Skybell (<a href="https://github.com/MisterWil">@MisterWil</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9681">#9681</a>) (<a href="https://home-assistant.io/components/skybell/">skybell docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.skybell/">binary_sensor.skybell docs</a>) (<a href="https://home-assistant.io/components/camera.skybell/">camera.skybell docs</a>) (<a href="https://home-assistant.io/components/light.skybell/">light.skybell docs</a>) (<a href="https://home-assistant.io/components/sensor.skybell/">sensor.skybell docs</a>) (<a href="https://home-assistant.io/components/switch.skybell/">switch.skybell docs</a>) (new-platform)</li>
<li>Xiaomi Smart WiFi Socket and Smart Power Strip integration (<a href="https://github.com/syssi">@syssi</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9138">#9138</a>) (<a href="https://home-assistant.io/components/switch.xiaomi_miio/">switch.xiaomi_miio docs</a>) (new-platform)</li>
<li>Add notification platform for Rocket.Chat (<a href="https://github.com/webworxshop">@webworxshop</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9553">#9553</a>) (<a href="https://home-assistant.io/components/notify.rocketchat/">notify.rocketchat docs</a>) (new-platform)</li>
<li>Tesla bug fixes. (<a href="https://github.com/zabuldon">@zabuldon</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9774">#9774</a>) (<a href="https://home-assistant.io/components/tesla/">tesla docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.tesla/">binary_sensor.tesla docs</a>) (<a href="https://home-assistant.io/components/climate.tesla/">climate.tesla docs</a>) (<a href="https://home-assistant.io/components/lock.tesla/">lock.tesla docs</a>) (<a href="https://home-assistant.io/components/sensor.tesla/">sensor.tesla docs</a>) (<a href="https://home-assistant.io/components/switch.tesla/">switch.tesla docs</a>) (new-platform)</li>
<li>Split map panel out into its own component (<a href="https://github.com/cgarwood">@cgarwood</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9814">#9814</a>) (<a href="https://home-assistant.io/components/map/">map docs</a>) (breaking change) (new-platform)</li>
<li>Support for Yi cameras (<a href="https://github.com/bachya">@bachya</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9787">#9787</a>) (<a href="https://home-assistant.io/components/camera.yi/">camera.yi docs</a>) (new-platform)</li>
<li>Add namecheap DNS component (<a href="https://github.com/Munsio">@Munsio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9821">#9821</a>) (<a href="https://home-assistant.io/components/namecheapdns/">namecheapdns docs</a>) (new-platform)</li>
<li>Uptime sensor (<a href="https://github.com/fronzbot">@fronzbot</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9856">#9856</a>) (<a href="https://home-assistant.io/components/sensor.uptime/">sensor.uptime docs</a>) (new-platform)</li>
<li>Cloud connection via aiohttp (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9860">#9860</a>) (new-platform)</li>
<li>Google Actions for Assistant (<a href="https://github.com/philk">@philk</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9632">#9632</a>) (<a href="https://home-assistant.io/components/google_assistant/">google_assistant docs</a>) (<a href="https://home-assistant.io/components/http/">http docs</a>) (new-platform)</li>
<li>A new platform for controlling Monoprice 6-Zone amplifier (<a href="https://github.com/etsinko">@etsinko</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9662">#9662</a>) (<a href="https://home-assistant.io/components/media_player.monoprice/">media_player.monoprice docs</a>) (new-platform)</li>
<li>Add serial sensor (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9861">#9861</a>) (<a href="https://home-assistant.io/components/sensor.serial/">sensor.serial docs</a>) (new-platform)</li>
<li>Add Toon support (<a href="https://github.com/Boltgolt">@Boltgolt</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9483">#9483</a>) (<a href="https://home-assistant.io/components/toon/">toon docs</a>) (<a href="https://home-assistant.io/components/climate.toon/">climate.toon docs</a>) (<a href="https://home-assistant.io/components/sensor.toon/">sensor.toon docs</a>) (<a href="https://home-assistant.io/components/switch.toon/">switch.toon docs</a>) (new-platform)</li>
</ul>
<h2><a class="title-link" name="0561---october-22" href="#0561---october-22"></a> 0.56.1 - October 22</h2>
<ul>
<li>Fix device update / entity_id with names (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/10029">#10029</a>)</li>
<li>fix temperature/humidity sensors valid values (<a href="https://github.com/bieniu">@bieniu</a> - <a href="https://github.com/home-assistant/home-assistant/pull/10024">#10024</a>) (<a href="https://home-assistant.io/components/sensor.xiaomi_aqara/">sensor.xiaomi_aqara docs</a>)</li>
</ul>
<h2><a class="title-link" name="0562---october-23" href="#0562---october-23"></a> 0.56.2 - October 23</h2>
<ul>
<li>Fix gateway illumination sensor value (<a href="https://github.com/bieniu">@bieniu</a> - <a href="https://github.com/home-assistant/home-assistant/pull/10045">#10045</a>) (<a href="https://home-assistant.io/components/sensor.xiaomi_aqara/">sensor.xiaomi_aqara docs</a>)</li>
<li>Fix device update/<code class="highlighter-rouge">entity_id</code> with names (<a href="https://github.com/rytilahti">@rytilahti</a> - <a href="https://github.com/home-assistant/home-assistant/pull/10053">#10053</a>) (<a href="https://home-assistant.io/components/switch.tplink/">switch.tplink docs</a>)</li>
<li>Remove warning component / Update event trigger for UI created (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/10060">#10060</a>)</li>
</ul>
<h2><a class="title-link" name="if-you-need-help" href="#if-you-need-help"></a> If you need help…</h2>
<p>…dont hesitate to use our very active <a href="https://community.home-assistant.io/">forums</a> or join us for a little <a href="https://discord.gg/c5DvZ4e">chat</a>. The release notes have comments enabled but its preferred if you use the former communication channels. Thanks.</p>
<h2><a class="title-link" name="reporting-issues" href="#reporting-issues"></a> 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>
<!--more-->
<h2><a class="title-link" name="breaking-changes" href="#breaking-changes"></a> Breaking Changes</h2>
<ul>
<li>Simplify track_same_state (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9795">#9795</a>) (<a href="https://home-assistant.io/docs/automation/trigger/#numeric-state-trigger">automation.numeric_state docs</a>) (<a href="https://home-assistant.io/docs/automation/trigger/#state-trigger">automation.state docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.template/">binary_sensor.template docs</a>) (breaking change)</li>
<li>Split map panel out into its own component (<a href="https://github.com/cgarwood">@cgarwood</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9814">#9814</a>) (<a href="https://home-assistant.io/components/map/">map docs</a>) (breaking change) (new-platform)</li>
<li>Fix ISY994 fan platform overwriting state property (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9817">#9817</a>) (breaking change)</li>
<li>Changing name of clicksendaudio component to clicksend_tts (<a href="https://github.com/jeroenterheerdt">@jeroenterheerdt</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9859">#9859</a>) (<a href="https://home-assistant.io/components/notify.clicksend_tts/">notify.clicksend_tts docs</a>) (breaking change)</li>
<li>Fix load of components without any config from packages (<a href="https://github.com/azogue">@azogue</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9901">#9901</a>) (breaking change)</li>
<li>Fix the resource naming in the UI (<a href="https://github.com/cgtobi">@cgtobi</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9916">#9916</a>) (<a href="https://home-assistant.io/components/sensor.systemmonitor/">sensor.systemmonitor docs</a>) (breaking change)</li>
<li>Align away state tag with device_trackers (<a href="https://github.com/PeteBa">@PeteBa</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9884">#9884</a>) (<a href="https://home-assistant.io/components/sensor.mqtt_room/">sensor.mqtt_room docs</a>) (breaking change)</li>
<li>Moved siren to Wink from switch (<a href="https://github.com/w1ll1am23">@w1ll1am23</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9879">#9879</a>) (<a href="https://home-assistant.io/components/wink/">wink docs</a>) (<a href="https://home-assistant.io/components/switch.wink/">switch.wink docs</a>) (breaking change)</li>
</ul>
<h2><a class="title-link" name="all-changes" href="#all-changes"></a> All changes</h2>
<ul>
<li>fixed duplicate words (<a href="https://github.com/flowolf">@flowolf</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9705">#9705</a>) (<a href="https://home-assistant.io/components/light.hue/">light.hue docs</a>) (<a href="https://home-assistant.io/components/light.mqtt_json/">light.mqtt_json docs</a>) (<a href="https://home-assistant.io/components/media_player.denon/">media_player.denon docs</a>) (<a href="https://home-assistant.io/components/media_player.dunehd/">media_player.dunehd docs</a>)</li>
<li>move icon battery function from util to helpers (<a href="https://github.com/happyleavesaoc">@happyleavesaoc</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9708">#9708</a>) (<a href="https://home-assistant.io/components/vacuum/">vacuum docs</a>) (<a href="https://home-assistant.io/components/sensor.android_ip_webcam/">sensor.android_ip_webcam docs</a>) (<a href="https://home-assistant.io/components/sensor.fitbit/">sensor.fitbit docs</a>) (<a href="https://home-assistant.io/components/sensor.ios/">sensor.ios docs</a>) (<a href="https://home-assistant.io/components/sensor.raincloud/">sensor.raincloud docs</a>) (<a href="https://home-assistant.io/components/vacuum.dyson/">vacuum.dyson docs</a>) (<a href="https://home-assistant.io/components/vacuum.mqtt/">vacuum.mqtt docs</a>)</li>
<li>Updating helpers icon_for_battery_level location (<a href="https://github.com/tchellomello">@tchellomello</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9594">#9594</a>) (<a href="https://home-assistant.io/components/sensor.ring/">sensor.ring docs</a>)</li>
<li>Upgrade pyhomematic, add path setting and HM-CC-VG-1 support (<a href="https://github.com/danielperna84">@danielperna84</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9707">#9707</a>) (<a href="https://home-assistant.io/components/homematic/">homematic docs</a>)</li>
<li>bump the version and catch all exceptions to avoid showing backtraces… (<a href="https://github.com/rytilahti">@rytilahti</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9720">#9720</a>) (<a href="https://home-assistant.io/components/climate.eq3btsmart/">climate.eq3btsmart docs</a>)</li>
<li>More netdata sensors (<a href="https://github.com/fronzbot">@fronzbot</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9719">#9719</a>) (<a href="https://home-assistant.io/components/sensor.netdata/">sensor.netdata docs</a>)</li>
<li>Upgrade pysnmp to 4.3.10 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9722">#9722</a>) (<a href="https://home-assistant.io/components/device_tracker.snmp/">device_tracker.snmp docs</a>) (<a href="https://home-assistant.io/components/sensor.snmp/">sensor.snmp docs</a>)</li>
<li>arlo: Add alarm control panel component (<a href="https://github.com/vickyg3">@vickyg3</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9711">#9711</a>) (<a href="https://home-assistant.io/components/alarm_control_panel.arlo/">alarm_control_panel.arlo docs</a>) (new-platform)</li>
<li>Abode Temp, Humidity, and Light Sensor (<a href="https://github.com/MisterWil">@MisterWil</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9709">#9709</a>) (<a href="https://home-assistant.io/components/abode/">abode docs</a>) (<a href="https://home-assistant.io/components/sensor.abode/">sensor.abode docs</a>) (new-platform)</li>
<li>Arlo clean-up (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9725">#9725</a>) (<a href="https://home-assistant.io/components/arlo/">arlo docs</a>) (<a href="https://home-assistant.io/components/alarm_control_panel.arlo/">alarm_control_panel.arlo docs</a>) (<a href="https://home-assistant.io/components/camera.arlo/">camera.arlo docs</a>) (<a href="https://home-assistant.io/components/sensor.arlo/">sensor.arlo docs</a>)</li>
<li>Introducing support to Travis-CI (<a href="https://github.com/tchellomello">@tchellomello</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9701">#9701</a>) (<a href="https://home-assistant.io/components/sensor.travisci/">sensor.travisci docs</a>) (new-platform)</li>
<li>Add show_on_map config option to AirVisual (<a href="https://github.com/bachya">@bachya</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9654">#9654</a>) (<a href="https://home-assistant.io/components/sensor.airvisual/">sensor.airvisual docs</a>)</li>
<li>Move show_on_map to const (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9727">#9727</a>) (<a href="https://home-assistant.io/components/binary_sensor.iss/">binary_sensor.iss docs</a>) (<a href="https://home-assistant.io/components/sensor.airvisual/">sensor.airvisual docs</a>)</li>
<li>Bump release to 0.56.0dev (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9726">#9726</a>)</li>
<li>Add andrey-git to codeowners (<a href="https://github.com/andrey-git">@andrey-git</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9718">#9718</a>)</li>
<li>Fix: Last Played Media Title persists in plex (<a href="https://github.com/ryanm101">@ryanm101</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9664">#9664</a>) (<a href="https://home-assistant.io/components/media_player.plex/">media_player.plex docs</a>)</li>
<li>Event trigger nested conditions (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9732">#9732</a>) (<a href="https://home-assistant.io/docs/automation/trigger/#event-trigger">automation.event docs</a>)</li>
<li>Rewrite Alexa Smart-Home skill to v3 (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9699">#9699</a>) (<a href="https://home-assistant.io/components/alexa.smart_home/">alexa.smart_home docs</a>)</li>
<li>Fix I/O in event loop by Arlo alarm control panel (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9738">#9738</a>) (<a href="https://home-assistant.io/components/alarm_control_panel.arlo/">alarm_control_panel.arlo docs</a>)</li>
<li>Make Arlo battery_level icon dynamic (<a href="https://github.com/tchellomello">@tchellomello</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9747">#9747</a>) (<a href="https://home-assistant.io/components/sensor.arlo/">sensor.arlo docs</a>)</li>
<li>Fix for TypeError in synology camera (<a href="https://github.com/snjoetw">@snjoetw</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9754">#9754</a>) (<a href="https://home-assistant.io/components/camera.synology/">camera.synology docs</a>)</li>
<li>switch.tplink, light.tplink: bump the pyhs100 version and adapt to api changes (<a href="https://github.com/rytilahti">@rytilahti</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9454">#9454</a>) (<a href="https://home-assistant.io/components/light.tplink/">light.tplink docs</a>) (<a href="https://home-assistant.io/components/switch.tplink/">switch.tplink docs</a>)</li>
<li>RFC: Use bind_hass for helpers (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9745">#9745</a>)</li>
<li>Skybell (<a href="https://github.com/MisterWil">@MisterWil</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9681">#9681</a>) (<a href="https://home-assistant.io/components/skybell/">skybell docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.skybell/">binary_sensor.skybell docs</a>) (<a href="https://home-assistant.io/components/camera.skybell/">camera.skybell docs</a>) (<a href="https://home-assistant.io/components/light.skybell/">light.skybell docs</a>) (<a href="https://home-assistant.io/components/sensor.skybell/">sensor.skybell docs</a>) (<a href="https://home-assistant.io/components/switch.skybell/">switch.skybell docs</a>) (new-platform)</li>
<li>add myself to yeelight owners, too (<a href="https://github.com/rytilahti">@rytilahti</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9759">#9759</a>)</li>
<li>Update CODEOWNERS (<a href="https://github.com/danielhiversen">@danielhiversen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9760">#9760</a>)</li>
<li>Adding my contributions (<a href="https://github.com/bachya">@bachya</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9761">#9761</a>)</li>
<li>Initializing statistics sensor with data from database (<a href="https://github.com/ChristianKuehnel">@ChristianKuehnel</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9753">#9753</a>) (<a href="https://home-assistant.io/components/sensor.statistics/">sensor.statistics docs</a>)</li>
<li>Match test requirements by full package name. (<a href="https://github.com/andrey-git">@andrey-git</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9764">#9764</a>)</li>
<li>yeelight: implement min_mireds and max_mireds, fixes #9509 (<a href="https://github.com/rytilahti">@rytilahti</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9763">#9763</a>) (<a href="https://home-assistant.io/components/light.yeelight/">light.yeelight docs</a>)</li>
<li>Bump raincloudy version 0.0.3 (<a href="https://github.com/tchellomello">@tchellomello</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9767">#9767</a>) (<a href="https://home-assistant.io/components/raincloud/">raincloud docs</a>) (<a href="https://home-assistant.io/components/sensor.raincloud/">sensor.raincloud docs</a>)</li>
<li>Xiaomi Smart WiFi Socket and Smart Power Strip integration (<a href="https://github.com/syssi">@syssi</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9138">#9138</a>) (<a href="https://home-assistant.io/components/switch.xiaomi_miio/">switch.xiaomi_miio docs</a>) (new-platform)</li>
<li>fix for LocationParseError in netgear platform (<a href="https://github.com/etsinko">@etsinko</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9683">#9683</a>) (<a href="https://home-assistant.io/components/device_tracker/">device_tracker docs</a>) (<a href="https://home-assistant.io/components/device_tracker.netgear/">device_tracker.netgear docs</a>)</li>
<li>Expose time module in Python Scripts (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9736">#9736</a>) (<a href="https://home-assistant.io/components/python_script/">python_script docs</a>)</li>
<li>Add notification platform for Rocket.Chat. (<a href="https://github.com/webworxshop">@webworxshop</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9553">#9553</a>) (<a href="https://home-assistant.io/components/notify.rocketchat/">notify.rocketchat docs</a>) (new-platform)</li>
<li>Updating pythonegardia package requirement to .22 because of fixed bug in passing default value for parameter SSL for egardiaserver (<a href="https://github.com/jeroenterheerdt">@jeroenterheerdt</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9770">#9770</a>) (<a href="https://home-assistant.io/components/alarm_control_panel.egardia/">alarm_control_panel.egardia docs</a>)</li>
<li>Adding myself as codeowner for egardia alarm control panel. (<a href="https://github.com/jeroenterheerdt">@jeroenterheerdt</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9772">#9772</a>)</li>
<li>WIP: Fix Arlo Camera blocking IO (<a href="https://github.com/bachya">@bachya</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9758">#9758</a>) (<a href="https://home-assistant.io/components/camera.arlo/">camera.arlo docs</a>)</li>
<li>Tesla bug fixes. (<a href="https://github.com/zabuldon">@zabuldon</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9774">#9774</a>) (<a href="https://home-assistant.io/components/tesla/">tesla docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.tesla/">binary_sensor.tesla docs</a>) (<a href="https://home-assistant.io/components/climate.tesla/">climate.tesla docs</a>) (<a href="https://home-assistant.io/components/lock.tesla/">lock.tesla docs</a>) (<a href="https://home-assistant.io/components/sensor.tesla/">sensor.tesla docs</a>) (<a href="https://home-assistant.io/components/switch.tesla/">switch.tesla docs</a>) (new-platform)</li>
<li>Fix off by one error in arwn platform (<a href="https://github.com/sdague">@sdague</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9781">#9781</a>) (<a href="https://home-assistant.io/components/sensor.arwn/">sensor.arwn docs</a>)</li>
<li>missing is_closed ( rflink cover fix ) (<a href="https://github.com/passie">@passie</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9776">#9776</a>) (<a href="https://home-assistant.io/components/cover.rflink/">cover.rflink docs</a>)</li>
<li>Wink dome siren support (<a href="https://github.com/w1ll1am23">@w1ll1am23</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9667">#9667</a>) (<a href="https://home-assistant.io/components/wink/">wink docs</a>) (<a href="https://home-assistant.io/components/switch.wink/">switch.wink docs</a>)</li>
<li>Bump rxv library to 0.5.1 (<a href="https://github.com/sdague">@sdague</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9784">#9784</a>) (<a href="https://home-assistant.io/components/media_player.yamaha/">media_player.yamaha docs</a>)</li>
<li>Communication timeout support in modbus hub. (<a href="https://github.com/ziotibia81">@ziotibia81</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9780">#9780</a>) (<a href="https://home-assistant.io/components/modbus/">modbus docs</a>)</li>
<li>[light.tradfri] Fix transition time (<a href="https://github.com/lwis">@lwis</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9785">#9785</a>) (<a href="https://home-assistant.io/components/light.tradfri/">light.tradfri docs</a>)</li>
<li>OwnTracks: Fix handler is None checking (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9794">#9794</a>) (<a href="https://home-assistant.io/components/device_tracker.owntracks/">device_tracker.owntracks docs</a>)</li>
<li>Simplify track_same_state (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9795">#9795</a>) (<a href="https://home-assistant.io/docs/automation/trigger/#numeric-state-trigger">automation.numeric_state docs</a>) (<a href="https://home-assistant.io/docs/automation/trigger/#state-trigger">automation.state docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.template/">binary_sensor.template docs</a>) (breaking change)</li>
<li>Optimize event matcher (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9798">#9798</a>)</li>
<li>Resolving bug that prevents ssl_verify option for Unifi device_tracker (<a href="https://github.com/GenericStudent">@GenericStudent</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9788">#9788</a>) (<a href="https://home-assistant.io/components/device_tracker.unifi/">device_tracker.unifi docs</a>)</li>
<li>Upgrade pyasn1 to 0.3.7 and pyasn1-modules to 0.1.5 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9810">#9810</a>)</li>
<li>Split map panel out into its own component (<a href="https://github.com/cgarwood">@cgarwood</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9814">#9814</a>) (<a href="https://home-assistant.io/components/map/">map docs</a>) (breaking change) (new-platform)</li>
<li>Restore home-assistant-polymer pointer from #9720 (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9825">#9825</a>)</li>
<li>Fix ISY994 fan platform overwriting state property (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9817">#9817</a>) (breaking change)</li>
<li>Wait_template - support for trigger.entity_id and data_template values (<a href="https://github.com/cdce8p">@cdce8p</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9807">#9807</a>)</li>
<li>Adds image attribute to html5 notify (#9832) (<a href="https://github.com/cgarwood">@cgarwood</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9835">#9835</a>) (<a href="https://home-assistant.io/components/notify.html5/">notify.html5 docs</a>)</li>
<li>OwnTracks: Handle lwt message (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9831">#9831</a>) (<a href="https://home-assistant.io/components/device_tracker.owntracks/">device_tracker.owntracks docs</a>)</li>
<li>Upgrade libnacl (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9769">#9769</a>) (<a href="https://home-assistant.io/components/device_tracker.owntracks/">device_tracker.owntracks docs</a>)</li>
<li>Fixed reporting of vera UV sensors (<a href="https://github.com/alanfischer">@alanfischer</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9838">#9838</a>) (<a href="https://home-assistant.io/components/sensor.vera/">sensor.vera docs</a>)</li>
<li>Update CODEOWNERS */axis.py (<a href="https://github.com/Kane610">@Kane610</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9823">#9823</a>)</li>
<li>fix climate services (missing indentation, wrongly formatted example) (<a href="https://github.com/rytilahti">@rytilahti</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9805">#9805</a>)</li>
<li>Run initial generation for development mode (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9826">#9826</a>)</li>
<li>Add service descriptions (<a href="https://github.com/cgarwood">@cgarwood</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9806">#9806</a>) (<a href="https://home-assistant.io/components/__init__/"><strong>init</strong> docs</a>)</li>
<li>Bugfix: Include MQTT schema (<a href="https://github.com/tinloaf">@tinloaf</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9802">#9802</a>) (<a href="https://home-assistant.io/components/climate.mqtt/">climate.mqtt docs</a>)</li>
<li>Bugfix/9811 jinja autoescape (<a href="https://github.com/GenericStudent">@GenericStudent</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9842">#9842</a>)</li>
<li>Changed yaml.load into yaml.safe_load (<a href="https://github.com/GenericStudent">@GenericStudent</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9841">#9841</a>)</li>
<li>New PR (<a href="https://github.com/bachya">@bachya</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9787">#9787</a>) (<a href="https://home-assistant.io/components/camera.yi/">camera.yi docs</a>) (new-platform)</li>
<li>Do not auto-install credstash (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9844">#9844</a>)</li>
<li>Add namecheap DNS component (<a href="https://github.com/Munsio">@Munsio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9821">#9821</a>) (<a href="https://home-assistant.io/components/namecheapdns/">namecheapdns docs</a>) (new-platform)</li>
<li>Remove namecheap dns service (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9845">#9845</a>) (<a href="https://home-assistant.io/components/namecheapdns/">namecheapdns docs</a>)</li>
<li>Use the Last Seen attribute in unify (<a href="https://github.com/rbflurry">@rbflurry</a> - <a href="https://github.com/home-assistant/home-assistant/pull/8998">#8998</a>) (<a href="https://home-assistant.io/components/device_tracker.unifi/">device_tracker.unifi docs</a>)</li>
<li>Add CAPSman master to mikrotik presence detection (<a href="https://github.com/icovada">@icovada</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9729">#9729</a>) (<a href="https://home-assistant.io/components/device_tracker.mikrotik/">device_tracker.mikrotik docs</a>)</li>
<li>File permissions fix (<a href="https://github.com/cgarwood">@cgarwood</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9847">#9847</a>) (<a href="https://home-assistant.io/components/map/">map docs</a>)</li>
<li>HassIO - TimeZone / Host services (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9846">#9846</a>) (<a href="https://home-assistant.io/components/hassio/">hassio docs</a>)</li>
<li>Changing name of clicksendaudio component to clicksend_tts (<a href="https://github.com/jeroenterheerdt">@jeroenterheerdt</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9859">#9859</a>) (<a href="https://home-assistant.io/components/notify.clicksend_tts/">notify.clicksend_tts docs</a>) (breaking change)</li>
<li>Upgrade youtube_dl to 2017.10.12 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9862">#9862</a>) (<a href="https://home-assistant.io/components/media_extractor/">media_extractor docs</a>)</li>
<li>Uptime sensor (<a href="https://github.com/fronzbot">@fronzbot</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9856">#9856</a>) (<a href="https://home-assistant.io/components/sensor.uptime/">sensor.uptime docs</a>) (new-platform)</li>
<li>Darksky enhancements (<a href="https://github.com/rdbahm">@rdbahm</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9851">#9851</a>) (<a href="https://home-assistant.io/components/sensor.darksky/">sensor.darksky docs</a>)</li>
<li>Upgrade psutil to 5.4.0 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9869">#9869</a>) (<a href="https://home-assistant.io/components/sensor.systemmonitor/">sensor.systemmonitor docs</a>)</li>
<li>minimal fixes in the owntracks mqtt device tracker (<a href="https://github.com/azogue">@azogue</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9866">#9866</a>) (<a href="https://home-assistant.io/components/device_tracker.owntracks/">device_tracker.owntracks docs</a>)</li>
<li>Cloud connection via aiohttp (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9860">#9860</a>) (new-platform)</li>
<li>handle OWM API error calls (<a href="https://github.com/azogue">@azogue</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9865">#9865</a>) (<a href="https://home-assistant.io/components/sensor.openweathermap/">sensor.openweathermap docs</a>) (<a href="https://home-assistant.io/components/weather.openweathermap/">weather.openweathermap docs</a>)</li>
<li>Upgrade paho-mqtt to 1.3.1 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9874">#9874</a>) (<a href="https://home-assistant.io/components/mqtt/">mqtt docs</a>) (<a href="https://home-assistant.io/components/shiftr/">shiftr docs</a>)</li>
<li>Fix for TypeError in synology camera (<a href="https://github.com/snjoetw">@snjoetw</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9754">#9754</a>) (<a href="https://home-assistant.io/components/camera.synology/">camera.synology docs</a>)</li>
<li>missing is_closed ( rflink cover fix ) (<a href="https://github.com/passie">@passie</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9776">#9776</a>) (<a href="https://home-assistant.io/components/cover.rflink/">cover.rflink docs</a>)</li>
<li>[light.tradfri] Fix transition time (<a href="https://github.com/lwis">@lwis</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9785">#9785</a>) (<a href="https://home-assistant.io/components/light.tradfri/">light.tradfri docs</a>)</li>
<li>OwnTracks: Fix handler is None checking (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9794">#9794</a>) (<a href="https://home-assistant.io/components/device_tracker.owntracks/">device_tracker.owntracks docs</a>)</li>
<li>Changed yaml.load into yaml.safe_load (<a href="https://github.com/GenericStudent">@GenericStudent</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9841">#9841</a>)</li>
<li>Bugfix/9811 jinja autoescape (<a href="https://github.com/GenericStudent">@GenericStudent</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9842">#9842</a>)</li>
<li>Fix #9839 (<a href="https://github.com/pschmitt">@pschmitt</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9880">#9880</a>) (<a href="https://home-assistant.io/components/media_player.liveboxplaytv/">media_player.liveboxplaytv docs</a>)</li>
<li>Upgrade python-telegram-bot to 8.1.1 (<a href="https://github.com/azogue">@azogue</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9882">#9882</a>) (<a href="https://home-assistant.io/components/telegram_bot/">telegram_bot docs</a>)</li>
<li>Xknx improvements (<a href="https://github.com/Julius2342">@Julius2342</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9871">#9871</a>) (<a href="https://home-assistant.io/components/knx/">knx docs</a>) (<a href="https://home-assistant.io/components/climate.knx/">climate.knx docs</a>)</li>
<li>zha: Update to bellows 0.4.0 (<a href="https://github.com/rcloran">@rcloran</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9890">#9890</a>) (<a href="https://home-assistant.io/components/zha/">zha docs</a>) (<a href="https://home-assistant.io/components/sensor.zha/">sensor.zha docs</a>)</li>
<li>Changing clicksendaudio to clicksend_tts in .coveragerc (<a href="https://github.com/jeroenterheerdt">@jeroenterheerdt</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9900">#9900</a>)</li>
<li>Added super attributes to Wink binary sensors (<a href="https://github.com/w1ll1am23">@w1ll1am23</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9824">#9824</a>) (<a href="https://home-assistant.io/components/binary_sensor.wink/">binary_sensor.wink docs</a>)</li>
<li>Release 0.55.2 (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9904">#9904</a>)</li>
<li>Dependemcy version bump. (<a href="https://github.com/zabuldon">@zabuldon</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9899">#9899</a>) (<a href="https://home-assistant.io/components/device_tracker.mikrotik/">device_tracker.mikrotik docs</a>)</li>
<li>Update osramlightify.py (<a href="https://github.com/Bahnburner">@Bahnburner</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9905">#9905</a>) (<a href="https://home-assistant.io/components/light.osramlightify/">light.osramlightify docs</a>)</li>
<li>Fixes (<a href="https://github.com/bachya">@bachya</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9912">#9912</a>) (<a href="https://home-assistant.io/components/switch.rainmachine/">switch.rainmachine docs</a>)</li>
<li>Fix load of components without any config from packages (<a href="https://github.com/azogue">@azogue</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9901">#9901</a>) (breaking change)</li>
<li>Fixes (<a href="https://github.com/bachya">@bachya</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9911">#9911</a>) (<a href="https://home-assistant.io/components/sensor.airvisual/">sensor.airvisual docs</a>)</li>
<li>add last_action for xiaomi cube (<a href="https://github.com/danielhiversen">@danielhiversen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9897">#9897</a>) (<a href="https://home-assistant.io/components/binary_sensor.xiaomi_aqara/">binary_sensor.xiaomi_aqara docs</a>)</li>
<li>Added support for Denon AVR-4810. (<a href="https://github.com/scarface-4711">@scarface-4711</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9887">#9887</a>) (<a href="https://home-assistant.io/components/media_player.denonavr/">media_player.denonavr docs</a>)</li>
<li>Recorder: Extra check to incoming connections which could be not sqlite3 ones (<a href="https://github.com/azogue">@azogue</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9867">#9867</a>)</li>
<li>Fix the resource naming in the UI (<a href="https://github.com/cgtobi">@cgtobi</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9916">#9916</a>) (<a href="https://home-assistant.io/components/sensor.systemmonitor/">sensor.systemmonitor docs</a>) (breaking change)</li>
<li>Update xiaomi_aqara.py (<a href="https://github.com/danielhiversen">@danielhiversen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9920">#9920</a>) (<a href="https://home-assistant.io/components/sensor.xiaomi_aqara/">sensor.xiaomi_aqara docs</a>)</li>
<li>Fix the resource naming in the UI (<a href="https://github.com/cgtobi">@cgtobi</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9927">#9927</a>) (<a href="https://home-assistant.io/components/sensor.glances/">sensor.glances docs</a>)</li>
<li>Add transmission sensor: number of active torrents (<a href="https://github.com/mclem">@mclem</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9914">#9914</a>) (<a href="https://home-assistant.io/components/sensor.transmission/">sensor.transmission docs</a>)</li>
<li>Google Actions for Assistant (<a href="https://github.com/philk">@philk</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9632">#9632</a>) (<a href="https://home-assistant.io/components/google_assistant/">google_assistant docs</a>) (<a href="https://home-assistant.io/components/http/">http docs</a>) (new-platform)</li>
<li>Allow flexible relayer url (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9939">#9939</a>) (<a href="https://home-assistant.io/components/cloud.iot/">cloud.iot docs</a>)</li>
<li>update async_timeout from v1.4.0 tp v2.0.0 (<a href="https://github.com/TopdRob">@TopdRob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9938">#9938</a>)</li>
<li>Bump py-synology to 0.1.5 (<a href="https://github.com/arsaboo">@arsaboo</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9932">#9932</a>) (<a href="https://home-assistant.io/components/camera.synology/">camera.synology docs</a>)</li>
<li>Update aioimaplib from v0.7.12 to v0.7.13 (<a href="https://github.com/TopdRob">@TopdRob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9930">#9930</a>) (<a href="https://home-assistant.io/components/sensor.imap/">sensor.imap docs</a>)</li>
<li>A new platform for controlling Monoprice 6-Zone amplifier (<a href="https://github.com/etsinko">@etsinko</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9662">#9662</a>) (<a href="https://home-assistant.io/components/media_player.monoprice/">media_player.monoprice docs</a>) (new-platform)</li>
<li>Align away state tag with device_trackers (<a href="https://github.com/PeteBa">@PeteBa</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9884">#9884</a>) (<a href="https://home-assistant.io/components/sensor.mqtt_room/">sensor.mqtt_room docs</a>) (breaking change)</li>
<li>Add serial sensor (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9861">#9861</a>) (<a href="https://home-assistant.io/components/sensor.serial/">sensor.serial docs</a>) (new-platform)</li>
<li>Fix missing timeout for Netatmo binary sensor (<a href="https://github.com/jabesq">@jabesq</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9850">#9850</a>) (<a href="https://home-assistant.io/components/binary_sensor.netatmo/">binary_sensor.netatmo docs</a>)</li>
<li>Xiaomi config validation (<a href="https://github.com/danielhiversen">@danielhiversen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9941">#9941</a>) (<a href="https://home-assistant.io/components/xiaomi_aqara/">xiaomi_aqara docs</a>)</li>
<li>using defusedxml ElementTree for safer parsing of untrusted XML data (<a href="https://github.com/danielwelch">@danielwelch</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9934">#9934</a>) (<a href="https://home-assistant.io/components/device_tracker.upc_connect/">device_tracker.upc_connect docs</a>)</li>
<li>notify.xmpp - Add support for MUC (<a href="https://github.com/ldvc">@ldvc</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9931">#9931</a>) (<a href="https://home-assistant.io/components/notify.xmpp/">notify.xmpp docs</a>)</li>
<li>FFmpeg 1.8 (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9944">#9944</a>) (<a href="https://home-assistant.io/components/ffmpeg/">ffmpeg docs</a>) (<a href="https://home-assistant.io/components/camera.ffmpeg/">camera.ffmpeg docs</a>) (<a href="https://home-assistant.io/components/camera.onvif/">camera.onvif docs</a>) (<a href="https://home-assistant.io/components/camera.yi/">camera.yi docs</a>)</li>
<li>Changed returned attribute from “Game” to “game” (<a href="https://github.com/itchaboy">@itchaboy</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9945">#9945</a>) (<a href="https://home-assistant.io/components/sensor.steam_online/">sensor.steam_online docs</a>)</li>
<li>Move lights to const.py (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9929">#9929</a>) (<a href="https://home-assistant.io/components/abode/">abode docs</a>) (<a href="https://home-assistant.io/components/vera/">vera docs</a>) (<a href="https://home-assistant.io/components/light.template/">light.template docs</a>) (<a href="https://home-assistant.io/components/switch.flux/">switch.flux docs</a>)</li>
<li>Update directpy to 0.2 (<a href="https://github.com/arsaboo">@arsaboo</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9948">#9948</a>)</li>
<li>Update enocean to 0.40 (<a href="https://github.com/arsaboo">@arsaboo</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9949">#9949</a>) (<a href="https://home-assistant.io/components/enocean/">enocean docs</a>)</li>
<li>Update hikvision to 1.2 (<a href="https://github.com/arsaboo">@arsaboo</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9953">#9953</a>) (<a href="https://home-assistant.io/components/switch.hikvisioncam/">switch.hikvisioncam docs</a>)</li>
<li>Update fritzhome to 1.0.3 (<a href="https://github.com/arsaboo">@arsaboo</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9951">#9951</a>) (<a href="https://home-assistant.io/components/switch.fritzdect/">switch.fritzdect docs</a>)</li>
<li>Update fritzconnection to 0.6.5 (<a href="https://github.com/arsaboo">@arsaboo</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9950">#9950</a>) (<a href="https://home-assistant.io/components/device_tracker.fritz/">device_tracker.fritz docs</a>) (<a href="https://home-assistant.io/components/sensor.fritzbox_callmonitor/">sensor.fritzbox_callmonitor docs</a>) (<a href="https://home-assistant.io/components/sensor.fritzbox_netmonitor/">sensor.fritzbox_netmonitor docs</a>)</li>
<li>Upgraded pyhomematic (<a href="https://github.com/danielperna84">@danielperna84</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9956">#9956</a>) (<a href="https://home-assistant.io/components/homematic/">homematic docs</a>)</li>
<li>Add emeter attributes (<a href="https://github.com/gollo">@gollo</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9903">#9903</a>) (<a href="https://home-assistant.io/components/light.tplink/">light.tplink docs</a>)</li>
<li>Use default clientsession to stream synology video (<a href="https://github.com/snjoetw">@snjoetw</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9959">#9959</a>) (<a href="https://home-assistant.io/components/camera.synology/">camera.synology docs</a>)</li>
<li>Update ffmpeg 1.9 (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9963">#9963</a>)</li>
<li>Improve SSL certs used by aiohttp (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9958">#9958</a>) (<a href="https://home-assistant.io/components/cloud.iot/">cloud.iot docs</a>)</li>
<li>Fix async probs (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9924">#9924</a>)</li>
<li>Add Toon support (<a href="https://github.com/Boltgolt">@Boltgolt</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9483">#9483</a>) (<a href="https://home-assistant.io/components/toon/">toon docs</a>) (<a href="https://home-assistant.io/components/climate.toon/">climate.toon docs</a>) (<a href="https://home-assistant.io/components/sensor.toon/">sensor.toon docs</a>) (<a href="https://home-assistant.io/components/switch.toon/">switch.toon docs</a>) (new-platform)</li>
<li>[tradfri] Update pytradfri, simplify dependencies. (<a href="https://github.com/lwis">@lwis</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9875">#9875</a>) (<a href="https://home-assistant.io/components/tradfri/">tradfri docs</a>) (<a href="https://home-assistant.io/components/light.tradfri/">light.tradfri docs</a>) (<a href="https://home-assistant.io/components/sensor.tradfri/">sensor.tradfri docs</a>)</li>
<li>Moved siren to Wink from switch (<a href="https://github.com/w1ll1am23">@w1ll1am23</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9879">#9879</a>) (<a href="https://home-assistant.io/components/wink/">wink docs</a>) (<a href="https://home-assistant.io/components/switch.wink/">switch.wink docs</a>) (breaking change)</li>
<li>Remove async_update (<a href="https://github.com/pvizeli">@pvizeli</a> - <a href="https://github.com/home-assistant/home-assistant/pull/9997">#9997</a>)</li>
</ul>
]]></content> ]]></content>
</entry> </entry>

View file

@ -135,6 +135,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -147,9 +150,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -169,6 +169,9 @@ This article will try to explain how they all relate.</p>
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -181,9 +184,6 @@ This article will try to explain how they all relate.</p>
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -159,6 +159,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -171,9 +174,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -142,6 +142,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -154,9 +157,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -146,6 +146,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -158,9 +161,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -152,6 +152,9 @@ Home Assistant now supports <code class="highlighter-rouge">--open-ui</code> and
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -164,9 +167,6 @@ Home Assistant now supports <code class="highlighter-rouge">--open-ui</code> and
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -157,6 +157,9 @@ Events are saved in a local database. Google Graphs is used to draw the graph. D
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -169,9 +172,6 @@ Events are saved in a local database. Google Graphs is used to draw the graph. D
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -143,6 +143,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -155,9 +158,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -137,6 +137,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -149,9 +152,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -140,6 +140,9 @@ The old logo, the new detailed logo and the new simple logo.
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -152,9 +155,6 @@ The old logo, the new detailed logo and the new simple logo.
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -165,6 +165,9 @@ An initial version of voice control for Home Assistant has landed. The current i
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -177,9 +180,6 @@ An initial version of voice control for Home Assistant has landed. The current i
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -201,6 +201,9 @@ I (Paulus) have contributed a scene component. A user can create scenes that cap
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -213,9 +216,6 @@ I (Paulus) have contributed a scene component. A user can create scenes that cap
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -209,6 +209,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -221,9 +224,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -153,6 +153,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -165,9 +168,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -223,6 +223,9 @@ Before diving into the newly supported devices and services, I want to highlight
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -235,9 +238,6 @@ Before diving into the newly supported devices and services, I want to highlight
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -269,6 +269,9 @@ This switch platform allows you to control your motion detection setting on your
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -281,9 +284,6 @@ This switch platform allows you to control your motion detection setting on your
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -233,6 +233,9 @@ Fabian has added support for <a href="https://forecast.io/">Forecast.io</a> to g
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -245,9 +248,6 @@ Fabian has added support for <a href="https://forecast.io/">Forecast.io</a> to g
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -216,6 +216,9 @@ Support for Temper temperature sensors has been contributed by <a href="https://
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -228,9 +231,6 @@ Support for Temper temperature sensors has been contributed by <a href="https://
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -153,6 +153,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -165,9 +168,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -253,6 +253,9 @@ The automation and script syntax here is using a deprecated and no longer suppor
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -265,9 +268,6 @@ The automation and script syntax here is using a deprecated and no longer suppor
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -214,6 +214,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -226,9 +229,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -291,6 +291,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -303,9 +306,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -281,6 +281,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -293,9 +296,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -180,6 +180,9 @@ Glances web server started on http://0.0.0.0:61208/
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -192,9 +195,6 @@ Glances web server started on http://0.0.0.0:61208/
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -176,6 +176,9 @@ Automation has gotten a lot of love. It now supports conditions, multiple trigge
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -188,9 +191,6 @@ Automation has gotten a lot of love. It now supports conditions, multiple trigge
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -159,6 +159,9 @@ Map in Home Assistant showing two people and three zones (home, school, work)
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -171,9 +174,6 @@ Map in Home Assistant showing two people and three zones (home, school, work)
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -344,6 +344,9 @@ Home Assistant will keep track of historical values and allow you to integrate i
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -356,9 +359,6 @@ Home Assistant will keep track of historical values and allow you to integrate i
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -149,6 +149,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -161,9 +164,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -166,6 +166,9 @@ This makes more sense as most people run Home Assistant as a daemon</p>
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -178,9 +181,6 @@ This makes more sense as most people run Home Assistant as a daemon</p>
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -164,6 +164,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -176,9 +179,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -191,6 +191,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -203,9 +206,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -142,6 +142,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -154,9 +157,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -150,6 +150,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -162,9 +165,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -204,6 +204,9 @@ name: binary_sensor
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -216,9 +219,6 @@ name: binary_sensor
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -171,6 +171,9 @@ This is where well configure our task, so select the plus icon to select an a
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -183,9 +186,6 @@ This is where well configure our task, so select the plus icon to select an a
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -157,6 +157,9 @@ Philips Hue FAQ entries regarding 3rd party light bulbs.
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -169,9 +172,6 @@ Philips Hue FAQ entries regarding 3rd party light bulbs.
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -199,6 +199,9 @@ sudo docker run -it --rm -p 80:80 --name certbot <span class="se">\</span>
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -211,9 +214,6 @@ sudo docker run -it --rm -p 80:80 --name certbot <span class="se">\</span>
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -174,6 +174,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -186,9 +189,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -165,6 +165,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -177,9 +180,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -154,6 +154,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -166,9 +169,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -168,6 +168,9 @@ Example of the new views in the frontend. <a href="/components/group/">Learn mor
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -180,9 +183,6 @@ Example of the new views in the frontend. <a href="/components/group/">Learn mor
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -288,6 +288,9 @@ Z-Wave light bulb |
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -300,9 +303,6 @@ Z-Wave light bulb |
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -262,6 +262,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -274,9 +277,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -173,6 +173,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -185,9 +188,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -227,6 +227,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -239,9 +242,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -170,6 +170,9 @@ Hold your NFC tag against the belly of Garfield to unlock the alarm.
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -182,9 +185,6 @@ Hold your NFC tag against the belly of Garfield to unlock the alarm.
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -172,6 +172,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -184,9 +187,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -173,6 +173,9 @@ player state attributes. This change affects automations, scripts and scenes.</l
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -185,9 +188,6 @@ player state attributes. This change affects automations, scripts and scenes.</l
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -181,6 +181,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -193,9 +196,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -141,6 +141,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -153,9 +156,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -144,6 +144,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -156,9 +159,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -153,6 +153,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -165,9 +168,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -139,6 +139,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -151,9 +154,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -151,6 +151,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -163,9 +166,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -173,6 +173,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -185,9 +188,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -215,6 +215,9 @@ For example, my wife works next door - and I couldnt detect whether shes a
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -227,9 +230,6 @@ For example, my wife works next door - and I couldnt detect whether shes a
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -139,6 +139,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -151,9 +154,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -213,6 +213,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -225,9 +228,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -139,6 +139,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -151,9 +154,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -145,6 +145,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -157,9 +160,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -169,6 +169,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -181,9 +184,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -142,6 +142,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -154,9 +157,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -243,6 +243,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -255,9 +258,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -151,6 +151,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -163,9 +166,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -183,6 +183,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -195,9 +198,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -155,6 +155,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -167,9 +170,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -177,6 +177,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -189,9 +192,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -223,6 +223,9 @@ target_dir /tmp
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -235,9 +238,6 @@ target_dir /tmp
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -178,6 +178,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -190,9 +193,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -168,6 +168,9 @@ Over a year ago I participated in the <a href="https://www.kickstarter.com/proje
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -180,9 +183,6 @@ Over a year ago I participated in the <a href="https://www.kickstarter.com/proje
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -174,6 +174,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -186,9 +189,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -211,6 +211,9 @@ SQLite version 3.11.0 2016-02-15 17:29:24
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -223,9 +226,6 @@ SQLite version 3.11.0 2016-02-15 17:29:24
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -178,6 +178,9 @@ One of the graphs created with this tutorial.
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -190,9 +193,6 @@ One of the graphs created with this tutorial.
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -258,6 +258,9 @@ If a module is missing then you need to download it from the <a href="https://gi
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -270,9 +273,6 @@ If a module is missing then you need to download it from the <a href="https://gi
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -190,6 +190,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -202,9 +205,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -222,6 +222,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -234,9 +237,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -217,6 +217,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -229,9 +232,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -190,6 +190,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -202,9 +205,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -228,6 +228,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -240,9 +243,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -140,6 +140,9 @@ Heatmap
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -152,9 +155,6 @@ Heatmap
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -289,6 +289,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -301,9 +304,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -216,6 +216,9 @@ So, part 1 of <a href="/blog/2016/07/28/esp8266-and-micropython-part1/">ESP8266
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -228,9 +231,6 @@ So, part 1 of <a href="/blog/2016/07/28/esp8266-and-micropython-part1/">ESP8266
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -218,6 +218,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -230,9 +233,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -223,6 +223,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -235,9 +238,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -144,6 +144,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -156,9 +159,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -152,6 +152,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -164,9 +167,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -234,6 +234,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -246,9 +249,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -406,6 +406,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -418,9 +421,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -162,6 +162,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -174,9 +177,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -230,6 +230,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -242,9 +245,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -191,6 +191,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -203,9 +206,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -252,6 +252,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -264,9 +267,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -205,6 +205,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -217,9 +220,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -143,6 +143,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -155,9 +158,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -153,6 +153,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -165,9 +168,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -222,6 +222,9 @@ You have to note:
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -234,9 +237,6 @@ You have to note:
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -145,6 +145,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -157,9 +160,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -182,6 +182,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -194,9 +197,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

View file

@ -268,6 +268,9 @@
<section id="recent-posts" class="aside-module grid__item one-whole lap-one-half"> <section id="recent-posts" class="aside-module grid__item one-whole lap-one-half">
<h1 class="title delta">Recent Posts</h1> <h1 class="title delta">Recent Posts</h1>
<ul class="divided"> <ul class="divided">
<li class="post">
<a href="/blog/2018/02/26/release-64/">0.64: Over 1000 integrations! New: HomeKit, BMW, August.</a>
</li>
<li class="post"> <li class="post">
<a href="/blog/2018/02/19/cloud-update/">Cloud Update</a> <a href="/blog/2018/02/19/cloud-update/">Cloud Update</a>
</li> </li>
@ -280,9 +283,6 @@
<li class="post"> <li class="post">
<a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a> <a href="/blog/2018/01/27/release-62/">0.62: MyChevy, Iota and Venstar Thermostat</a>
</li> </li>
<li class="post">
<a href="/blog/2018/01/21/clarification-emulated-hue/">Clarification about Emulated Hue</a>
</li>
</ul> </ul>
</section> </section>
</div> </div>

Some files were not shown because too many files have changed in this diff Show more