Site updated at 2017-05-20 22:59:15 UTC
This commit is contained in:
parent
024eeb853f
commit
ebffa845cd
709 changed files with 10815 additions and 1472 deletions
424
atom.xml
424
atom.xml
|
@ -4,7 +4,7 @@
|
||||||
<title><![CDATA[Home Assistant]]></title>
|
<title><![CDATA[Home Assistant]]></title>
|
||||||
<link href="https://home-assistant.io/atom.xml" rel="self"/>
|
<link href="https://home-assistant.io/atom.xml" rel="self"/>
|
||||||
<link href="https://home-assistant.io/"/>
|
<link href="https://home-assistant.io/"/>
|
||||||
<updated>2017-05-20T16:11:49+00:00</updated>
|
<updated>2017-05-20T22:54:47+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,188 @@
|
||||||
<generator uri="http://octopress.org/">Octopress</generator>
|
<generator uri="http://octopress.org/">Octopress</generator>
|
||||||
|
|
||||||
|
|
||||||
|
<entry>
|
||||||
|
<title type="html"><![CDATA[Home Assistant 0.45: Automation editor, Z-Wave panel, OCR]]></title>
|
||||||
|
<link href="https://home-assistant.io/blog/2017/05/20/automation-editor-zwave-panel-ocr/"/>
|
||||||
|
<updated>2017-05-20T13:00:00+00:00</updated>
|
||||||
|
<id>https://home-assistant.io/blog/2017/05/20/automation-editor-zwave-panel-ocr</id>
|
||||||
|
<content type="html"><![CDATA[<p><a href="https://home-assistant.io/components/#added_in_current_version/"><img src="https://home-assistant.io/images/blog/2017-05-0.45/components.png" style="border: 0;box-shadow: none;" /></a></p>
|
||||||
|
|
||||||
|
<p>Welcome to another great release of Home Assistant! While some of contributors and users are gathering at PyCon US 2017, we still managed to get a great release together!</p>
|
||||||
|
|
||||||
|
<p>First thing for this release is a feature that has been requested a lot: an automation editor! It’s still experimental - and many things are still in progress - but it works! You can create new automations and edit existing ones. If you start a new config, you’re all good to go. Otherwise check <a href="https://home-assistant.io/docs/automation/editor/">these instructions</a> to get your automations ready for editing in the UI.</p>
|
||||||
|
|
||||||
|
<p class="img">
|
||||||
|
<img src="https://home-assistant.io/images/blog/2017-05-0.45/trigger.png" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>Check this <a href="https://youtu.be/0j_hWdCTip4">video</a> by <a href="https://twitter.com/BRUHautomation">Ben</a> from <a href="http://www.bruhautomation.com/">BRUHautomation</a> to see the new release in action.</p>
|
||||||
|
|
||||||
|
<p>As the editor is experimental, there are some limitations. These include that Chrome/Chromium is the only supported browser, we don’t support all triggers and actions and there is no support for conditions yet. But the foundation is there and so if you want to contribute to this, come help!</p>
|
||||||
|
|
||||||
|
<p>On the Z-Wave front a lot has happened. The biggest one is that we have a major extension of the Z-Wave panel thanks to <a href="https://github.com/turbokongen">@turbokongen</a>! You will now be able to change config parameters and manage your devices.</p>
|
||||||
|
|
||||||
|
<p class="img">
|
||||||
|
<img src="https://home-assistant.io/images/blog/2017-05-0.45/zwave.png" />
|
||||||
|
</p>
|
||||||
|
<p>Thanks to the work by the Python Open Z-Wave team we are now able to install it on demand from PyPi! There is no longer a need to pre-compile it yourself. This should give us the guarantee that we work with the Python Open Z-Wave version that the code expects.</p>
|
||||||
|
|
||||||
|
<p class="note warning">
|
||||||
|
If you have a security key set in your Open Z-Wave <code class="highlighter-rouge">options.xml</code>, copy <code class="highlighter-rouge">options.xml</code> to your Home Assistant configuration directory. This is the only place where options will get persisted.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>Next to that <a href="https://github.com/armills">@armills</a> has lead the charge and managed to get full test coverage for Z-Wave! Thanks for all the hard work!</p>
|
||||||
|
|
||||||
|
<p>This release also contains two integrations which could help you to make non-smart devices a little smarter. The <a href="https://home-assistant.io/components/sensor.file/"><code class="highlighter-rouge">file</code> sensor</a> and the <a href="https://home-assistant.io/components/image_processing.seven_segments/"><code class="highlighter-rouge">seven_segments</code> OCR image processing platform</a>. The first simply reads a plain-text file which was created by a logger or alike. The latter one extracts the value from a captured image that shows a seven-segments display.</p>
|
||||||
|
|
||||||
|
<p class="img">
|
||||||
|
<img src="https://home-assistant.io/images/blog/2017-05-0.45/power-meter.png" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>And last, but not least, our Docker image is now based off Python 3.6. This version is faster and uses less memory than Python 3.5. Win!</p>
|
||||||
|
|
||||||
|
<p>If you are using our <a href="https://community.home-assistant.io/t/introducing-hass-io/17296">experimental Hass.io image</a>, we made a breaking change in how the panel is served. If you have an existing installation, make sure you update your supervisor to the latest version before updating Home Assistant. If you are going to flash a new Hass.io image, make sure to only flash the new 0.8 image as linked on <a href="https://home-assistant.io/hassio/installation/">the installation page</a>.</p>
|
||||||
|
|
||||||
|
<h2><a class="title-link" name="new-integrations" href="#new-integrations"></a> New integrations</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Add new raspihats component (<a href="https://github.com/florincosta">@florincosta</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7392">#7392</a>) (<a href="https://home-assistant.io/components/raspihats/">raspihats docs</a>) (new-platform)</li>
|
||||||
|
<li>Add datadog component (<a href="https://github.com/nunofgs">@nunofgs</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7158">#7158</a>) (<a href="https://home-assistant.io/components/datadog/">datadog docs</a>) (new-platform)</li>
|
||||||
|
<li>Add support for automation config panel (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7509">#7509</a>) (<a href="https://home-assistant.io/components/config.automation/">config.automation docs</a>) (new-platform)</li>
|
||||||
|
<li>Z-Wave panel API (<a href="https://github.com/turbokongen">@turbokongen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7456">#7456</a>) (<a href="https://home-assistant.io/components/zwave/">zwave docs</a>) (<a href="https://home-assistant.io/components/zwave.api/">zwave.api docs</a>) (new-platform)</li>
|
||||||
|
<li>myStrom Buttons support (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7099">#7099</a>) (<a href="https://home-assistant.io/components/binary_sensor.mystrom/">binary_sensor.mystrom docs</a>) (new-platform)</li>
|
||||||
|
<li>Support for the PiFace Digital I/O module (<a href="https://github.com/basschipper">@basschipper</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7494">#7494</a>) (<a href="https://home-assistant.io/components/rpi_pfio/">rpi_pfio docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.rpi_pfio/">binary_sensor.rpi_pfio docs</a>) (<a href="https://home-assistant.io/components/switch.rpi_pfio/">switch.rpi_pfio docs</a>) (new-platform)</li>
|
||||||
|
<li>Add raspihats binary sensor (<a href="https://github.com/florincosta">@florincosta</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7508">#7508</a>) (<a href="https://home-assistant.io/components/binary_sensor.raspihats/">binary_sensor.raspihats docs</a>) (new-platform)</li>
|
||||||
|
<li>Support lutron serena shades (<a href="https://github.com/gurumitts">@gurumitts</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7565">#7565</a>) (<a href="https://home-assistant.io/components/lutron_caseta/">lutron_caseta docs</a>) (<a href="https://home-assistant.io/components/cover.lutron_caseta/">cover.lutron_caseta docs</a>) (new-platform)</li>
|
||||||
|
<li>Add Kira component to sensor and remote platforms (<a href="https://github.com/stu-gott">@stu-gott</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7479">#7479</a>) (<a href="https://home-assistant.io/components/kira/">kira docs</a>) (<a href="https://home-assistant.io/components/remote.kira/">remote.kira docs</a>) (<a href="https://home-assistant.io/components/sensor.kira/">sensor.kira docs</a>) (new-platform)</li>
|
||||||
|
<li>File sensor (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7569">#7569</a>) (<a href="https://home-assistant.io/components/sensor.file/">sensor.file docs</a>) (new-platform)</li>
|
||||||
|
<li>Seven segments OCR image processing (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7632">#7632</a>) (<a href="https://home-assistant.io/components/image_processing.seven_segments/">image_processing.seven_segments docs</a>) (new-platform)</li>
|
||||||
|
<li>Axis component (<a href="https://github.com/Kane610">@Kane610</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7381">#7381</a>) (<a href="https://home-assistant.io/components/axis/">axis 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>…don’t hesitate to use our very active <a href="https://community.home-assistant.io/">forums</a> or join us for a little <a href="https://gitter.im/home-assistant/home-assistant">chat</a>. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.</p>
|
||||||
|
|
||||||
|
<h2><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>PyPI Openzwave (<a href="https://github.com/JshWright">@JshWright</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7415">#7415</a>) (<a href="https://home-assistant.io/components/zwave/">zwave docs</a>) (breaking change)</li>
|
||||||
|
<li>Remove listening to <code class="highlighter-rouge">homeassistant_start</code> with event automation (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7474">#7474</a>) (<a href="https://home-assistant.io/components/automation.event/">automation.event docs</a>) (breaking change)</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2><a class="title-link" name="all-changes" href="#all-changes"></a> All changes</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Add hass to rfxtrx object (<a href="https://github.com/danielhiversen">@danielhiversen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/6844">#6844</a>)</li>
|
||||||
|
<li>Add new raspihats component (<a href="https://github.com/florincosta">@florincosta</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7392">#7392</a>) (<a href="https://home-assistant.io/components/raspihats/">raspihats docs</a>) (new-platform)</li>
|
||||||
|
<li>sensor.envirophat: add missing requirement (<a href="https://github.com/imrehg">@imrehg</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7451">#7451</a>) (<a href="https://home-assistant.io/components/sensor.envirophat/">sensor.envirophat docs</a>)</li>
|
||||||
|
<li>PyPI Openzwave (<a href="https://github.com/JshWright">@JshWright</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7415">#7415</a>) (<a href="https://home-assistant.io/components/zwave/">zwave docs</a>) (breaking change)</li>
|
||||||
|
<li>Add datadog component (<a href="https://github.com/nunofgs">@nunofgs</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7158">#7158</a>)</li>
|
||||||
|
<li>Add tests for deprecation helpers (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7452">#7452</a>)</li>
|
||||||
|
<li>Forecasts for weather underground (<a href="https://github.com/pezinek">@pezinek</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7062">#7062</a>) (<a href="https://home-assistant.io/components/sensor.wunderground/">sensor.wunderground docs</a>)</li>
|
||||||
|
<li>sensor.envirophat: add missing requirement (<a href="https://github.com/imrehg">@imrehg</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7451">#7451</a>) (<a href="https://home-assistant.io/components/sensor.envirophat/">sensor.envirophat docs</a>)</li>
|
||||||
|
<li>Switch russound, pymysensors, and pocketcasts to pypi (<a href="https://github.com/andrey-git">@andrey-git</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7449">#7449</a>)</li>
|
||||||
|
<li>Upgrade pymysensors to 0.10.0 (<a href="https://github.com/MartinHjelmare">@MartinHjelmare</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7469">#7469</a>)</li>
|
||||||
|
<li>Upgrade Dockerfile to Python 3.6 (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7471">#7471</a>)</li>
|
||||||
|
<li>Test only dependencies (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7472">#7472</a>)</li>
|
||||||
|
<li>Update to pyunifi 2.12 (<a href="https://github.com/finish06">@finish06</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7468">#7468</a>) (<a href="https://home-assistant.io/components/device_tracker.unifi/">device_tracker.unifi docs</a>)</li>
|
||||||
|
<li>Remove listening to homeassistant_start with event automation (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7474">#7474</a>) (<a href="https://home-assistant.io/components/automation.event/">automation.event docs</a>) (breaking change)</li>
|
||||||
|
<li>Fix plant MIN_TEMPERATURE, MAX_TEMPERATURE validation (<a href="https://github.com/frog32">@frog32</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7476">#7476</a>) (<a href="https://home-assistant.io/components/plant/">plant docs</a>)</li>
|
||||||
|
<li>Forecasts for weather underground (<a href="https://github.com/pezinek">@pezinek</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7062">#7062</a>) (<a href="https://home-assistant.io/components/sensor.wunderground/">sensor.wunderground docs</a>)</li>
|
||||||
|
<li>Upgrade pymysensors to 0.10.0 (<a href="https://github.com/MartinHjelmare">@MartinHjelmare</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7469">#7469</a>)</li>
|
||||||
|
<li>Fix plant MIN_TEMPERATURE, MAX_TEMPERATURE validation (<a href="https://github.com/frog32">@frog32</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7476">#7476</a>) (<a href="https://home-assistant.io/components/plant/">plant docs</a>)</li>
|
||||||
|
<li>Update to pyunifi 2.12 (<a href="https://github.com/finish06">@finish06</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7468">#7468</a>) (<a href="https://home-assistant.io/components/device_tracker.unifi/">device_tracker.unifi docs</a>)</li>
|
||||||
|
<li>Uses pypi for deps (<a href="https://github.com/gurumitts">@gurumitts</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7485">#7485</a>) (<a href="https://home-assistant.io/components/lutron_caseta/">lutron_caseta docs</a>)</li>
|
||||||
|
<li>0.44.2 (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7488">#7488</a>)</li>
|
||||||
|
<li>LIFX: avoid out-of-bounds hue aborting the colorloop effect (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7495">#7495</a>)</li>
|
||||||
|
<li>Upgrade async_timeout to 1.2.1 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7490">#7490</a>)</li>
|
||||||
|
<li>Prevent printing of packets. (<a href="https://github.com/aequitas">@aequitas</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7492">#7492</a>) (<a href="https://home-assistant.io/components/rflink/">rflink docs</a>)</li>
|
||||||
|
<li>Upgrade beautifulsoup4 to 4.6.0 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7491">#7491</a>) (<a href="https://home-assistant.io/components/device_tracker.linksys_ap/">device_tracker.linksys_ap docs</a>) (<a href="https://home-assistant.io/components/sensor.scrape/">sensor.scrape docs</a>)</li>
|
||||||
|
<li>Switch onkyo to pypi (<a href="https://github.com/andrey-git">@andrey-git</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7497">#7497</a>) (<a href="https://home-assistant.io/components/media_player.onkyo/">media_player.onkyo docs</a>)</li>
|
||||||
|
<li>Fixed potential AttributeError when checking for deleted sources (<a href="https://github.com/scarface-4711">@scarface-4711</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7502">#7502</a>) (<a href="https://home-assistant.io/components/media_player.denonavr/">media_player.denonavr docs</a>)</li>
|
||||||
|
<li>Refactor sun component for correctness (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7295">#7295</a>)</li>
|
||||||
|
<li>new source only forces “play” if the current state is “playing” (<a href="https://github.com/abmantis">@abmantis</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7506">#7506</a>) (<a href="https://home-assistant.io/components/media_player.spotify/">media_player.spotify docs</a>)</li>
|
||||||
|
<li>Correct retrieval of spotify shuffle state (<a href="https://github.com/andersonshatch">@andersonshatch</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7505">#7505</a>) (<a href="https://home-assistant.io/components/media_player.spotify/">media_player.spotify docs</a>)</li>
|
||||||
|
<li>Fix sonos sleep timer (<a href="https://github.com/frog32">@frog32</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7503">#7503</a>) (<a href="https://home-assistant.io/components/media_player.sonos/">media_player.sonos docs</a>)</li>
|
||||||
|
<li>Add support for automation config panel (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7509">#7509</a>) ([automation.<strong>init</strong> docs]) (<a href="https://home-assistant.io/components/config.automation/">config.automation docs</a>) (<a href="https://home-assistant.io/components/config.__init__/">config.<strong>init</strong> docs</a>) (new-platform)</li>
|
||||||
|
<li>Zwave panel api (<a href="https://github.com/turbokongen">@turbokongen</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7456">#7456</a>) (<a href="https://home-assistant.io/components/zwave/">zwave docs</a>) (<a href="https://home-assistant.io/components/zwave.api/">zwave.api docs</a>) (new-platform)</li>
|
||||||
|
<li>Update docker dev environment to python3.6 (<a href="https://github.com/frog32">@frog32</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7520">#7520</a>)</li>
|
||||||
|
<li>Switch basicmodem and python-roku to pypi (<a href="https://github.com/andrey-git">@andrey-git</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7514">#7514</a>) (<a href="https://home-assistant.io/components/media_player.roku/">media_player.roku docs</a>) (<a href="https://home-assistant.io/components/sensor.modem_callerid/">sensor.modem_callerid docs</a>)</li>
|
||||||
|
<li>sensor.envirophat: do not set up platform if hardware is not attached (<a href="https://github.com/imrehg">@imrehg</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7438">#7438</a>) (<a href="https://home-assistant.io/components/sensor.envirophat/">sensor.envirophat docs</a>)</li>
|
||||||
|
<li>Telegram Bot enhancements with callback queries and new notification services (<a href="https://github.com/azogue">@azogue</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7454">#7454</a>) (<a href="https://home-assistant.io/components/telegram_bot/">telegram_bot docs</a>) (<a href="https://home-assistant.io/components/notify.telegram/">notify.telegram docs</a>) (<a href="https://home-assistant.io/components/telegram_bot.polling/">telegram_bot.polling docs</a>) (<a href="https://home-assistant.io/components/telegram_bot.services.yaml/">telegram_bot.services.yaml docs</a>) (<a href="https://home-assistant.io/components/telegram_bot.webhooks/">telegram_bot.webhooks docs</a>)</li>
|
||||||
|
<li>Add password parameter to uvc component (<a href="https://github.com/nunofgs">@nunofgs</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7499">#7499</a>) (<a href="https://home-assistant.io/components/camera.uvc/">camera.uvc docs</a>)</li>
|
||||||
|
<li>Don’t interact with hass directly (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7099">#7099</a>) (<a href="https://home-assistant.io/components/binary_sensor.mystrom/">binary_sensor.mystrom docs</a>) (new-platform)</li>
|
||||||
|
<li>Support for the PiFace Digital I/O module (<a href="https://github.com/basschipper">@basschipper</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7494">#7494</a>) (<a href="https://home-assistant.io/components/rpi_pfio/">rpi_pfio docs</a>) (<a href="https://home-assistant.io/components/binary_sensor.rpi_pfio/">binary_sensor.rpi_pfio docs</a>) (<a href="https://home-assistant.io/components/switch.rpi_pfio/">switch.rpi_pfio docs</a>) (new-platform)</li>
|
||||||
|
<li>Upgrade limitlessled to 1.0.7 (<a href="https://github.com/corneyl">@corneyl</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7525">#7525</a>) (<a href="https://home-assistant.io/components/light.limitlessled/">light.limitlessled docs</a>)</li>
|
||||||
|
<li>Update docstrings and log messages (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7526">#7526</a>) (<a href="https://home-assistant.io/components/light.blinksticklight/">light.blinksticklight docs</a>) (<a href="https://home-assistant.io/components/light.enocean/">light.enocean docs</a>) (<a href="https://home-assistant.io/components/light.flux_led/">light.flux_led docs</a>) (<a href="https://home-assistant.io/components/light.insteon_local/">light.insteon_local docs</a>) (<a href="https://home-assistant.io/components/light.insteon_plm/">light.insteon_plm docs</a>) (<a href="https://home-assistant.io/components/light.isy994/">light.isy994 docs</a>) (<a href="https://home-assistant.io/components/light.limitlessled/">light.limitlessled docs</a>) (<a href="https://home-assistant.io/components/light.mystrom/">light.mystrom docs</a>)</li>
|
||||||
|
<li>Try to request current_location Automatic scope (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7447">#7447</a>) (<a href="https://home-assistant.io/components/device_tracker.automatic/">device_tracker.automatic docs</a>)</li>
|
||||||
|
<li>Add myStrom binary sensor (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7530">#7530</a>)</li>
|
||||||
|
<li>Add not-context-manager (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7523">#7523</a>)</li>
|
||||||
|
<li>Threadsafe configurator (<a href="https://github.com/Kane610">@Kane610</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7536">#7536</a>) (<a href="https://home-assistant.io/components/configurator/">configurator docs</a>)</li>
|
||||||
|
<li>Fix for #7459 (<a href="https://github.com/jumpkick">@jumpkick</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7544">#7544</a>) (<a href="https://home-assistant.io/components/alexa/">alexa docs</a>)</li>
|
||||||
|
<li>Upgrade sendgrid to 4.1.0 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7538">#7538</a>) (<a href="https://home-assistant.io/components/notify.sendgrid/">notify.sendgrid docs</a>)</li>
|
||||||
|
<li>Automatic version bump (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7555">#7555</a>) (<a href="https://home-assistant.io/components/device_tracker.automatic/">device_tracker.automatic docs</a>)</li>
|
||||||
|
<li>Upgrade dweepy to 0.3.0 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7550">#7550</a>) (<a href="https://home-assistant.io/components/dweet/">dweet docs</a>) (<a href="https://home-assistant.io/components/sensor.dweet/">sensor.dweet docs</a>)</li>
|
||||||
|
<li>Add SSL support to NZBGet sensor (<a href="https://github.com/tboyce021">@tboyce021</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7553">#7553</a>) (<a href="https://home-assistant.io/components/sensor.nzbget/">sensor.nzbget docs</a>)</li>
|
||||||
|
<li>Do not install all dependencies in dev mode (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7548">#7548</a>)</li>
|
||||||
|
<li>Hide proximity updates in logbook (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7549">#7549</a>) (<a href="https://home-assistant.io/components/logbook/">logbook docs</a>)</li>
|
||||||
|
<li>Only install tox in dev mode (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7557">#7557</a>)</li>
|
||||||
|
<li>Support adding different server locations for Microsoft face component (<a href="https://github.com/tsvi">@tsvi</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7532">#7532</a>) (<a href="https://home-assistant.io/components/microsoft_face/">microsoft_face docs</a>)</li>
|
||||||
|
<li>Treat swing and fan level as optional in Sensibo Climate. (<a href="https://github.com/andrey-git">@andrey-git</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7560">#7560</a>) (<a href="https://home-assistant.io/components/climate.sensibo/">climate.sensibo docs</a>)</li>
|
||||||
|
<li>LIFX: add lifx_set_state service call (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7552">#7552</a>) (<a href="https://home-assistant.io/components/light.lifx/">light.lifx docs</a>)</li>
|
||||||
|
<li>Add raspihats binary sensor (<a href="https://github.com/florincosta">@florincosta</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7508">#7508</a>) (<a href="https://home-assistant.io/components/binary_sensor.raspihats/">binary_sensor.raspihats docs</a>) (new-platform)</li>
|
||||||
|
<li>update pywebpush to 1.0.0 (<a href="https://github.com/perosb">@perosb</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7561">#7561</a>) (<a href="https://home-assistant.io/components/notify.html5/">notify.html5 docs</a>)</li>
|
||||||
|
<li>Initialize sun with correct values. (<a href="https://github.com/aequitas">@aequitas</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7559">#7559</a>) (<a href="https://home-assistant.io/components/sun/">sun docs</a>)</li>
|
||||||
|
<li>Comment RasPi specific requirements (<a href="https://github.com/Juggels">@Juggels</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7562">#7562</a>) (<a href="https://home-assistant.io/components/sensor.envirophat/">sensor.envirophat docs</a>)</li>
|
||||||
|
<li>Update netdisco (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7563">#7563</a>)</li>
|
||||||
|
<li>Support lutron serena shades (<a href="https://github.com/gurumitts">@gurumitts</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7565">#7565</a>) (<a href="https://home-assistant.io/components/lutron_caseta/">lutron_caseta docs</a>) (<a href="https://home-assistant.io/components/cover.lutron_caseta/">cover.lutron_caseta docs</a>) (new-platform)</li>
|
||||||
|
<li>Tests for zwave discovery logic (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7566">#7566</a>)</li>
|
||||||
|
<li>Tests for zwave setup features (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7570">#7570</a>)</li>
|
||||||
|
<li>Blink version bump (<a href="https://github.com/fronzbot">@fronzbot</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7571">#7571</a>) (<a href="https://home-assistant.io/components/blink/">blink docs</a>) (<a href="https://home-assistant.io/components/sensor.blink/">sensor.blink docs</a>)</li>
|
||||||
|
<li>Fix systematic warning in influxdb sensor (<a href="https://github.com/bestlibre">@bestlibre</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7541">#7541</a>) (<a href="https://home-assistant.io/components/sensor.influxdb/">sensor.influxdb docs</a>)</li>
|
||||||
|
<li>Fix Kodi specific services registry and add descriptions (<a href="https://github.com/azogue">@azogue</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7551">#7551</a>) (<a href="https://home-assistant.io/components/media_player.kodi/">media_player.kodi docs</a>)</li>
|
||||||
|
<li>Add Kira component to sensor and remote platforms (<a href="https://github.com/stu-gott">@stu-gott</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7479">#7479</a>) (<a href="https://home-assistant.io/components/kira/">kira docs</a>) (<a href="https://home-assistant.io/components/remote.kira/">remote.kira docs</a>) (<a href="https://home-assistant.io/components/sensor.kira/">sensor.kira docs</a>) (new-platform)</li>
|
||||||
|
<li>Add tests for zwave network events (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7573">#7573</a>)</li>
|
||||||
|
<li>Additional Wink lock features (<a href="https://github.com/w1ll1am23">@w1ll1am23</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7445">#7445</a>)</li>
|
||||||
|
<li>Websocket_api: avoid parallel drain (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7576">#7576</a>) (<a href="https://home-assistant.io/components/websocket_api/">websocket_api docs</a>)</li>
|
||||||
|
<li>Remove more test requirements (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7574">#7574</a>)</li>
|
||||||
|
<li>camera.zoneminder: Handle old versions of zoneminder (<a href="https://github.com/mnoorenberghe">@mnoorenberghe</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7589">#7589</a>) (<a href="https://home-assistant.io/components/camera.zoneminder/">camera.zoneminder docs</a>)</li>
|
||||||
|
<li>Pass additional arguments to tox in test_docker (<a href="https://github.com/frog32">@frog32</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7591">#7591</a>)</li>
|
||||||
|
<li>Fix websocket api reaching queue (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7590">#7590</a>) (<a href="https://home-assistant.io/components/websocket_api/">websocket_api docs</a>)</li>
|
||||||
|
<li>SMTP notify enhancements: full HTML emails and custom <code class="highlighter-rouge">product_name</code> in email headers (<a href="https://github.com/azogue">@azogue</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7533">#7533</a>) (<a href="https://home-assistant.io/components/notify.smtp/">notify.smtp docs</a>)</li>
|
||||||
|
<li>Automation State Change For timer attribute fix (<a href="https://github.com/armills">@armills</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7584">#7584</a>) (<a href="https://home-assistant.io/components/automation.state/">automation.state docs</a>)</li>
|
||||||
|
<li>Add posibility to specify snmp protocol version (<a href="https://github.com/jhemzal">@jhemzal</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7564">#7564</a>) (<a href="https://home-assistant.io/components/sensor.snmp/">sensor.snmp docs</a>)</li>
|
||||||
|
<li>Add sonos alarm clock update service (<a href="https://github.com/frog32">@frog32</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7521">#7521</a>) (<a href="https://home-assistant.io/components/media_player.sonos/">media_player.sonos docs</a>)</li>
|
||||||
|
<li>Fix handling of single user (<a href="https://github.com/mezz64">@mezz64</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7587">#7587</a>) (<a href="https://home-assistant.io/components/eight_sleep/">eight_sleep docs</a>)</li>
|
||||||
|
<li>File sensor (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7569">#7569</a>) (<a href="https://home-assistant.io/components/sensor.file/">sensor.file docs</a>) (new-platform)</li>
|
||||||
|
<li>Make miflora monitored_conditions parameter optional (<a href="https://github.com/frog32">@frog32</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7598">#7598</a>) (<a href="https://home-assistant.io/components/sensor.miflora/">sensor.miflora docs</a>)</li>
|
||||||
|
<li>Force automation ids to always be a string (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7612">#7612</a>) ([automation.<strong>init</strong> docs])</li>
|
||||||
|
<li>Update Docker base image to python 3.6 (<a href="https://github.com/pschmitt">@pschmitt</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7613">#7613</a>)</li>
|
||||||
|
<li>Add Content-type: image/jpeg for camera proxy (<a href="https://github.com/olekenneth">@olekenneth</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7581">#7581</a>) (<a href="https://home-assistant.io/components/camera.__init__/">camera.<strong>init</strong> docs</a>)</li>
|
||||||
|
<li>Fix typo and update style to match the other platforms (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7621">#7621</a>) (<a href="https://home-assistant.io/components/image_processing.opencv/">image_processing.opencv docs</a>)</li>
|
||||||
|
<li>Bump pyvera - fixes issue with % in brightness levels. (<a href="https://github.com/pavoni">@pavoni</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7622">#7622</a>) (<a href="https://home-assistant.io/components/vera/">vera docs</a>)</li>
|
||||||
|
<li>Add kelvin/brightness_pct alternatives to light.turn_on (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7596">#7596</a>) (<a href="https://home-assistant.io/components/light.lifx/">light.lifx docs</a>) (<a href="https://home-assistant.io/components/light.__init__/">light.<strong>init</strong> docs</a>)</li>
|
||||||
|
<li>Add support for disabling tradfri groups (<a href="https://github.com/cnrd">@cnrd</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7593">#7593</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>)</li>
|
||||||
|
<li>Update docstrings and comments (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7626">#7626</a>) (<a href="https://home-assistant.io/components/image_processing.openalpr_cloud/">image_processing.openalpr_cloud docs</a>) (<a href="https://home-assistant.io/components/image_processing.openalpr_local/">image_processing.openalpr_local docs</a>)</li>
|
||||||
|
<li>Upgrade Sphinx to 1.6.1 (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7624">#7624</a>)</li>
|
||||||
|
<li>Update docstrings (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7630">#7630</a>) (<a href="https://home-assistant.io/components/image_processing.demo/">image_processing.demo docs</a>) (<a href="https://home-assistant.io/components/image_processing.dlib_face_detect/">image_processing.dlib_face_detect docs</a>) (<a href="https://home-assistant.io/components/image_processing.dlib_face_identify/">image_processing.dlib_face_identify docs</a>) (<a href="https://home-assistant.io/components/image_processing.microsoft_face_detect/">image_processing.microsoft_face_detect docs</a>) (<a href="https://home-assistant.io/components/image_processing.microsoft_face_identify/">image_processing.microsoft_face_identify docs</a>) (<a href="https://home-assistant.io/components/image_processing.opencv/">image_processing.opencv docs</a>)</li>
|
||||||
|
<li>Kodi specific service to call Kodi API methods (<a href="https://github.com/azogue">@azogue</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7603">#7603</a>) (<a href="https://home-assistant.io/components/media_player.kodi/">media_player.kodi docs</a>)</li>
|
||||||
|
<li>Updated limitlessled requirement to v1.0.8 (<a href="https://github.com/corneyl">@corneyl</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7629">#7629</a>)</li>
|
||||||
|
<li>Osram lightify Removed wrong assignment (<a href="https://github.com/commento">@commento</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7615">#7615</a>) (<a href="https://home-assistant.io/components/light.osramlightify/">light.osramlightify docs</a>)</li>
|
||||||
|
<li>Updated dependency (<a href="https://github.com/danielperna84">@danielperna84</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7638">#7638</a>) (<a href="https://home-assistant.io/components/homematic/">homematic docs</a>)</li>
|
||||||
|
<li>Seven segments OCR image processing (<a href="https://github.com/fabaff">@fabaff</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7632">#7632</a>) (<a href="https://home-assistant.io/components/image_processing.seven_segments/">image_processing.seven_segments docs</a>) (<a href="https://home-assistant.io/components/image_processing.__init__/">image_processing.<strong>init</strong> docs</a>) (new-platform)</li>
|
||||||
|
<li>Abort tests when instances leaked (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7623">#7623</a>)</li>
|
||||||
|
<li>Coerce color_temp to int even when passed in as kelvin (<a href="https://github.com/amelchio">@amelchio</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7640">#7640</a>) (<a href="https://home-assistant.io/components/light.__init__/">light.<strong>init</strong> docs</a>)</li>
|
||||||
|
<li>Fix automation failing to setup if no automations specified (<a href="https://github.com/balloob">@balloob</a> - <a href="https://github.com/home-assistant/home-assistant/pull/7647">#7647</a>) ([automation.<strong>init</strong> docs])</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
]]></content>
|
||||||
|
</entry>
|
||||||
|
|
||||||
<entry>
|
<entry>
|
||||||
<title type="html"><![CDATA[Home Assistant at PyCon US 2017]]></title>
|
<title type="html"><![CDATA[Home Assistant at PyCon US 2017]]></title>
|
||||||
<link href="https://home-assistant.io/blog/2017/05/19/home-assistant-at-pycon-us-2017/"/>
|
<link href="https://home-assistant.io/blog/2017/05/19/home-assistant-at-pycon-us-2017/"/>
|
||||||
|
@ -1838,246 +2020,6 @@ Screenshot of all the different functionality the IP webcam integration offers.
|
||||||
<li>Android webcam better error handling / pump library 0.4 (<a href="https://github.com/pvizeli">@pvizeli</a>)</li>
|
<li>Android webcam better error handling / pump library 0.4 (<a href="https://github.com/pvizeli">@pvizeli</a>)</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
]]></content>
|
|
||||||
</entry>
|
|
||||||
|
|
||||||
<entry>
|
|
||||||
<title type="html"><![CDATA[0.39: Configuration panel, state restoration and improved docs]]></title>
|
|
||||||
<link href="https://home-assistant.io/blog/2017/02/25/config-panel-and-state-restoration/"/>
|
|
||||||
<updated>2017-02-25T08:04:05+00:00</updated>
|
|
||||||
<id>https://home-assistant.io/blog/2017/02/25/config-panel-and-state-restoration</id>
|
|
||||||
<content type="html"><![CDATA[<p>It’s time for 0.39 and this release has some amazing new features!</p>
|
|
||||||
|
|
||||||
<p><a href="https://home-assistant.io/components/#added_in_current_version/"><img src="https://home-assistant.io/images/blog/2017-02-0.39/social.png" style="border: 0;box-shadow: none;" /></a></p>
|
|
||||||
|
|
||||||
<h2>T-Shirts</h2>
|
|
||||||
|
|
||||||
<p>First off, in case you haven’t seen it yet: <a href="https://home-assistant.io/blog/2017/02/22/home-assistant-tshirts-have-arrived/">we have t-shirts</a> now and they are beautiful. All proceeds from the shirts will be donated to the Electronic Frontier Foundation. The first three days all of you have already raised $400! Still waiting for Teespring to get back to me so stay tuned for the EU store.</p>
|
|
||||||
|
|
||||||
<h2>Configuration panel</h2>
|
|
||||||
|
|
||||||
<p>Yep, you read that right. We have a configuration panel. It’s just the first of many small steps. Putting in a foundation is important and gives us something to iterate on.</p>
|
|
||||||
|
|
||||||
<p>To start, we have three simple configuration panels:</p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Core: allows you to validate config, reload core/group/automation config and restart/stop Home Assistant</li>
|
|
||||||
<li>Group: allows you to rename groups, change type between group/view and reorder entities.</li>
|
|
||||||
<li>Z-Wave: allows you to set device specific configuration settings</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p class="img">
|
|
||||||
<img src="https://home-assistant.io/images/blog/2017-02-0.39/config.png" />
|
|
||||||
Screenshot of our new configuration panel.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>As a security measure, the configuration panel will need to be activated in the config file to be activated. This can be done by adding the following to your <code class="highlighter-rouge">configuration.yaml</code>:</p>
|
|
||||||
|
|
||||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">config</span><span class="pi">:</span>
|
|
||||||
</code></pre>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p>Using our configuration panels will require you to structure your groups and Z-Wave device config according to how the configuration panel expects it. This is on purpose as it we will not be aiming to build a system that supports both our extended set of configuration extend hooks and our configuration panels. It’s one or the other.</p>
|
|
||||||
|
|
||||||
<p>To activate them in your config, create empty files <code class="highlighter-rouge">groups.yaml</code> and <code class="highlighter-rouge">zwave_device_config.yaml</code> in your config dir and add the following entries to your config:</p>
|
|
||||||
|
|
||||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">group</span><span class="pi">:</span> <span class="kt">!include</span> <span class="s">groups.yaml</span>
|
|
||||||
|
|
||||||
<span class="s">zwave</span><span class="pi">:</span>
|
|
||||||
<span class="s">device_config</span><span class="pi">:</span> <span class="kt">!include</span> <span class="s">zwave_device_config.yaml</span>
|
|
||||||
</code></pre>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<p><em>Note that this is the first release. Things will be missing, things might be broken.</em></p>
|
|
||||||
|
|
||||||
<h2>Reorganized documentation</h2>
|
|
||||||
|
|
||||||
<p>Thanks to <a href="https://github.com/fabaff">Fabian</a> we have a great re-organized documentation. Is it perfect yet? No. But we are getting close. We put a lot of focus on making sure the Raspberry Pi is the main focus of our getting started. The other instructions are still available, just not as part of the main getting started.</p>
|
|
||||||
|
|
||||||
<h2>State restoration</h2>
|
|
||||||
|
|
||||||
<p>Ever have some input components or integrations and get annoyed with the fact that their state is lost after a restart? Don’t worry any longer. <a href="https://github.com/kellerza">Johann</a> has added the foundation for state restoration to Home Assistant. For the initial release support has been added to to <code class="highlighter-rouge">input_select</code> and <code class="highlighter-rouge">input_boolean</code> components. We will be adding this to more integrations in the future.</p>
|
|
||||||
|
|
||||||
<h2>Breaking changes to customize and Z-Wave “customize”</h2>
|
|
||||||
|
|
||||||
<p>A couple of releases ago we introduced a new way of doing <code class="highlighter-rouge">customize</code>. It became a list that allowed different ways of matching the config to the entity.</p>
|
|
||||||
|
|
||||||
<p>We realized that this was leading into a rabbit hole that we had to get out off. Besides making it unnecessarily complicated it also blocked the road to config panels. And who doesn’t like config panels?</p>
|
|
||||||
|
|
||||||
<p>So starting this release, we had to make some breaking changes to right the wrong. We will be releasing an online tool to help you convert your config to the new format later today.</p>
|
|
||||||
|
|
||||||
<p><a href="https://jsfiddle.net/balloob/d2e56q6f/74/"><strong>Update: the online tool can be found here.</strong></a></p>
|
|
||||||
|
|
||||||
<h4>Customize has been reverted to it’s original config</h4>
|
|
||||||
|
|
||||||
<p>The old customize is back. The options to match by domain or using glob have been moved to it’s own options. It will now look like this:</p>
|
|
||||||
|
|
||||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">homeassistant</span><span class="pi">:</span>
|
|
||||||
<span class="s">customize</span><span class="pi">:</span>
|
|
||||||
<span class="s">light.kitchen</span><span class="pi">:</span>
|
|
||||||
<span class="s">hidden</span><span class="pi">:</span> <span class="s">true</span>
|
|
||||||
<span class="s">customize_domain</span><span class="pi">:</span>
|
|
||||||
<span class="s">light</span><span class="pi">:</span>
|
|
||||||
<span class="s">icon</span><span class="pi">:</span> <span class="s">mdi:home</span>
|
|
||||||
<span class="s">customize_glob</span><span class="pi">:</span>
|
|
||||||
<span class="s2">"</span><span class="s">light.kitchen_*"</span><span class="pi">:</span>
|
|
||||||
<span class="s">icon</span><span class="pi">:</span> <span class="s">mid:description</span>
|
|
||||||
</code></pre>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h4>Z-Wave customize is now device config</h4>
|
|
||||||
|
|
||||||
<p>Ever wondered why the Z-Wave customize was called customize? Yeah, so did we. So when migrating this to the new config format, we decided to upgrade the name too:</p>
|
|
||||||
|
|
||||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">zwave</span><span class="pi">:</span>
|
|
||||||
<span class="s">device_config</span><span class="pi">:</span>
|
|
||||||
<span class="s">light.kitchen</span><span class="pi">:</span>
|
|
||||||
<span class="s">ignored</span><span class="pi">:</span> <span class="s">true</span>
|
|
||||||
<span class="s">device_config_domain</span><span class="pi">:</span>
|
|
||||||
<span class="s">light</span><span class="pi">:</span>
|
|
||||||
<span class="s">polling_intensity</span><span class="pi">:</span> <span class="s">2</span>
|
|
||||||
<span class="s">device_config_glob</span><span class="pi">:</span>
|
|
||||||
<span class="s2">"</span><span class="s">light.kitchen_*"</span><span class="pi">:</span>
|
|
||||||
<span class="s">polling_intensity</span><span class="pi">:</span> <span class="s">0</span>
|
|
||||||
</code></pre>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h2>Speed improvements</h2>
|
|
||||||
|
|
||||||
<p>And a final shout out to <a href="https://github.com/pvizeli">Pascal</a>. He keeps improving the performance of components and platforms all over Home Assistant.</p>
|
|
||||||
|
|
||||||
<!--more-->
|
|
||||||
|
|
||||||
<h2>All changes</h2>
|
|
||||||
|
|
||||||
<h4>New platforms/components</h4>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li><a href="https://home-assistant.io/componet/telegram_webhooks/">Telegram</a> webhooks (<a href="https://github.com/scipioni">@scipioni</a>)</li>
|
|
||||||
<li>Added <a href="https://home-assistant.io/components/media_player.openhome/">Openhome</a> support (<a href="https://github.com/bazwilliams">@bazwilliams</a>)</li>
|
|
||||||
<li><a href="https://home-assistant.io/components/sensor.ups/">UPS</a> sensor (<a href="https://github.com/happyleavesaoc">@happyleavesaoc</a>)</li>
|
|
||||||
<li><a href="https://home-assistant.io/components/sensor.fedex/">FEDex</a> sensor (<a href="https://github.com/happyleavesaoc">@happyleavesaoc</a>)</li>
|
|
||||||
<li><a href="https://home-assistant.io/components/media_player.gstreamer/">Gstreamer</a> media player (<a href="https://github.com/happyleavesaoc">@happyleavesaoc</a>)</li>
|
|
||||||
<li><a href="https://home-assistant.io/components/remote.itach/">iTach Remote</a> Platform (<a href="https://github.com/alanfischer">@alanfischer</a>)</li>
|
|
||||||
<li><a href="https://home-assistant.io/components/cover.myq/">myq</a> cover component (<a href="https://github.com/arraylabs">@arraylabs</a>)</li>
|
|
||||||
<li>Support for the <a href="https://home-assistant.io/components/climate.oem/">Open Energy Monitor Thermostat</a> (<a href="https://github.com/Cadair">@Cadair</a>)</li>
|
|
||||||
<li>Added Fritzbox <a href="https://home-assistant.io/components/sensor.fritzbox_netmonitor/">Netmonitor</a> (<a href="https://github.com/PetePriority">@PetePriority</a>)</li>
|
|
||||||
<li>Add platform for <a href="https://home-assistant.io/components/light.yeelightsunflower/">Yeelight Sunflower lights</a> (<a href="https://github.com/lindsaymarkward">@lindsaymarkward</a>)</li>
|
|
||||||
<li>Support for <a href="https://home-assistant.io/components/sensor.pocketcasts/">Pocket Casts</a> (<a href="https://github.com/molobrakos">@molobrakos</a>)</li>
|
|
||||||
<li><a href="https://home-assistant.io/components/volvooncall/">VolvoOnCall</a> component with support for sensors, heater and lock (<a href="https://github.com/molobrakos">@molobrakos</a>)</li>
|
|
||||||
<li>Add <a href="https://home-assistant.io/components/notify.pushsafer/">pushsafer.com</a> notification service (<a href="https://github.com/appzer">@appzer</a>)</li>
|
|
||||||
<li><a href="https://home-assistant.io/components/media_player.kodi/">Websocket push</a> notifications for Kodi (<a href="https://github.com/armills">@armills</a>)</li>
|
|
||||||
<li>New component ‘insteon_plm’ and related platforms (<a href="https://github.com/nugget">@nugget</a>)</li>
|
|
||||||
<li>Add <a href="https://home-assistant.io/components/binary_sensor.aurora/">aurora</a> sensor (<a href="https://github.com/walkerdb">@walkerdb</a>)</li>
|
|
||||||
<li>Add <a href="https://home-assistant.io/components/sensor.ebox/">Ebox</a> sensor platform (<a href="https://github.com/titilambert">@titilambert</a>)</li>
|
|
||||||
<li>Mediaplayer <a href="https://home-assistant.io/components/media_player.clementine/">clementine</a> remote (<a href="https://github.com/jjmontesl">@jjmontesl</a>)</li>
|
|
||||||
<li>Add <a href="https://home-assistant.io/components/sensor.fido/">Fido</a> sensor (<a href="https://github.com/titilambert">@titilambert</a>)</li>
|
|
||||||
<li>Add <a href="https://home-assistant.io/components/sensor.history_stats/">History Statistics</a> sensor platform (<a href="https://github.com/bokub">@bokub</a>)</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h4>Improvements</h4>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Tellduslive: Don’t throw exception if connection to server is lost (<a href="https://github.com/molobrakos">@molobrakos</a>)</li>
|
|
||||||
<li>Core: Convert config.components to a set (<a href="https://github.com/balloob">@balloob</a>)</li>
|
|
||||||
<li>Media Player - Apple TV: Handle connection errors when connecting to Apple TVs, re-use aiohttp session , add fake support for turn on/off (<a href="https://github.com/postlund">@postlund</a>)</li>
|
|
||||||
<li>Zoneminder: Refactoring and JSON decode error handling (<a href="https://github.com/pschmitt">@pschmitt</a>)</li>
|
|
||||||
<li>Recorder: Add tests for full schema migration, limit to session scope (<a href="https://github.com/armills">@armills</a>)</li>
|
|
||||||
<li>Device tracker - Tado: Add support for multiple devices to Tado device tracker (<a href="https://github.com/markoudev">@markoudev</a>)</li>
|
|
||||||
<li>Z-Wave: Fix zwave helper getter not to fail on some None results. (<a href="https://github.com/andrey-git">@andrey-git</a>)</li>
|
|
||||||
<li>Core: <code class="highlighter-rouge">sensor_class</code> migrate to <code class="highlighter-rouge">device_class</code> (<a href="https://github.com/armills">@armills</a>)</li>
|
|
||||||
<li>Sensor - Amcrest: Avoid traceback for Amcrest cameras/firmware that does not have the software_information API call (<a href="https://github.com/tchellomello">@tchellomello</a>)</li>
|
|
||||||
<li>Media Player - MPD: Adds play URL support to mpd (<a href="https://github.com/jjmontesl">@jjmontesl</a>)</li>
|
|
||||||
<li>Logbook: Component set add using OR (<a href="https://github.com/kellerza">@kellerza</a>)</li>
|
|
||||||
<li>Config: Add config component and hassbian example panel (<a href="https://github.com/balloob">@balloob</a>)</li>
|
|
||||||
<li>Proximity: Fixed proximity zone incorrectly using name instead of zone setting (<a href="https://github.com/jjmontesl">@jjmontesl</a>)</li>
|
|
||||||
<li>Z-Wave: Add device_class support to cover component (<a href="https://github.com/armills">@armills</a>)</li>
|
|
||||||
<li>Config: Add check_config API (<a href="https://github.com/balloob">@balloob</a>)</li>
|
|
||||||
<li>Media player: Add media_image to media_player component (<a href="https://github.com/postlund">@postlund</a>)</li>
|
|
||||||
<li>Sensor- Vasttrafik.py: vasttrafik: update token on read error (<a href="https://github.com/persandstrom">@persandstrom</a>)</li>
|
|
||||||
<li>Z-Wave.py: force_update zwave sensors (<a href="https://github.com/andrey-git">@andrey-git</a>)</li>
|
|
||||||
<li>Core: Two stage shutdown (<a href="https://github.com/pvizeli">@pvizeli</a>)</li>
|
|
||||||
<li>Z-Wave: Rename customize to device_config (<a href="https://github.com/balloob">@balloob</a>)</li>
|
|
||||||
<li>Thingspeak: Use the correct API key (<a href="https://github.com/fabaff">@fabaff</a>)</li>
|
|
||||||
<li>Lock - Nuki: Reduce battery drain on Nuki Lock (<a href="https://github.com/pschmitt">@pschmitt</a>)</li>
|
|
||||||
<li>Notify - Webostv: Only try to pair notify.webostv when not paired (<a href="https://github.com/andersonshatch">@andersonshatch</a>)</li>
|
|
||||||
<li>KNX: Fix slow status updates from the knx bus (<a href="https://github.com/keerts">@keerts</a>)</li>
|
|
||||||
<li>HDMI CEC: HDMI_CEC customization [Breaking change] (<a href="https://github.com/balloob">@balloob</a>, <a href="https://github.com/andrey-git">@andrey-git</a>)</li>
|
|
||||||
<li>Sensor - Moon: Remove unit of measurement (<a href="https://github.com/fabaff">@fabaff</a>)</li>
|
|
||||||
<li>Z-Wave: Add initial Z-Wave config panel (<a href="https://github.com/balloob">@balloob</a>)</li>
|
|
||||||
<li>History: Allow printing the number of states returned by history and time it took to extract and add day (<a href="https://github.com/andrey-git">@andrey-git</a>)</li>
|
|
||||||
<li>MQTT: Enable sensor for discovery (<a href="https://github.com/fabaff">@fabaff</a>)</li>
|
|
||||||
<li>Light - Limitlessled: Added limitlessled support for bridge v6 and RGBWW bulbs. (<a href="https://github.com/soldag">@soldag</a>)</li>
|
|
||||||
<li>Config - Hassbian: Update hassbian component with real output (<a href="https://github.com/balloob">@balloob</a>)</li>
|
|
||||||
<li>Media Player -Sonos: Bugfix sonos favorite_source after lost connection (<a href="https://github.com/pvizeli">@pvizeli</a>)</li>
|
|
||||||
<li>Sensor - SenseHAT: Add flag to declare if SenseHAT is attached (<a href="https://github.com/nodinosaur">@nodinosaur</a>)</li>
|
|
||||||
<li>RFLink: Reconnect robustness, expose connection state. (<a href="https://github.com/aequitas">@aequitas</a>)</li>
|
|
||||||
<li>Media player - CMUS: Remove IO from properties (<a href="https://github.com/armills">@armills</a>)</li>
|
|
||||||
<li>Light - Litejet: Lights should have the option to dim in the UI. (<a href="https://github.com/joncar">@joncar</a>)</li>
|
|
||||||
<li>Light - Hue: Add effect_list to hue light (<a href="https://github.com/armills">@armills</a>)</li>
|
|
||||||
<li>Meida player - Liveboxplaytv: Update liveboxplaytv and catch connection errors (<a href="https://github.com/pschmitt">@pschmitt</a>)</li>
|
|
||||||
<li>Llight - Lifx: Fix colortemp conversion for lifx lights (<a href="https://github.com/kitcorey">@kitcorey</a>)</li>
|
|
||||||
<li>Light - Flux_LED: Update FLUX_LED by adding Effects (<a href="https://github.com/dramamoose">@dramamoose</a>)</li>
|
|
||||||
<li>Alarm control panel - Simplisafe: SimpliSafe updates (<a href="https://github.com/w1ll1am23">@w1ll1am23</a>)</li>
|
|
||||||
<li>Cover Add supported_features to cover component (<a href="https://github.com/armills">@armills</a>)</li>
|
|
||||||
<li>Wink: Added tamper detection to Wink devices. (<a href="https://github.com/w1ll1am23">@w1ll1am23</a>)</li>
|
|
||||||
<li>Sensor - onewire: Add support for aliased owfs sensors (<a href="https://github.com/normakm">@normakm</a>)</li>
|
|
||||||
<li>Weather: Forecast (<a href="https://github.com/Tommatheussen">@Tommatheussen</a>)</li>
|
|
||||||
<li>Device tracker - ASUSwrt: Added support for alternate SSH ports in AsusWRT (<a href="https://github.com/swbradshaw">@swbradshaw</a>)</li>
|
|
||||||
<li>Zoneminder: Add camera mjpeg stream support (<a href="https://github.com/mnoorenberghe">@mnoorenberghe</a>)</li>
|
|
||||||
<li>Restore: Restore_state helper to restore entity states from the DB on startup (<a href="https://github.com/kellerza">@kellerza</a>)</li>
|
|
||||||
<li>Sensor - Darksky: Add ‘entity_picture’ to Darksky component (<a href="https://github.com/aronsky">@aronsky</a>)</li>
|
|
||||||
<li>Media Player - Samsungtv: Add support for waking up Samsung TVs over the network (<a href="https://github.com/justin8">@justin8</a>)</li>
|
|
||||||
<li>MQTT: Convert MQTT platforms to async (<a href="https://github.com/pvizeli">@pvizeli</a>)</li>
|
|
||||||
<li>tests/components/device_tracker/test_init.py: Restore for device_tracker (<a href="https://github.com/kellerza">@kellerza</a>)</li>
|
|
||||||
<li>Discovery: Make it possible to ignore platforms in discovery (<a href="https://github.com/postlund">@postlund</a>)</li>
|
|
||||||
<li>Image processing: Add <code class="highlighter-rouge">device_class</code> (<a href="https://github.com/pvizeli">@pvizeli</a>)</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3><a class="title-link" name="release-0391---february-27" href="#release-0391---february-27"></a> Release 0.39.1 - February 27</h3>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Add workaround for Paho out of memory issues (<a href="https://github.com/pvizeli">@pvizeli</a>)</li>
|
|
||||||
<li>When an error occurs while storing group config, fail instead of wiping config. (<a href="https://github.com/balloob">@balloob</a>)</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3><a class="title-link" name="release-0392---march-1" href="#release-0392---march-1"></a> Release 0.39.2 - March 1</h3>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Move Zigbee from eventbus to dispatcher (<a href="https://github.com/pvizeli">@pvizeli</a>)</li>
|
|
||||||
<li>Fix discovery taking up all memory and cpu (<a href="https://github.com/balloob">@balloob</a> + <a href="https://github.com/tomusher">@tomusher</a>)</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h3><a class="title-link" name="release-0393---march-4" href="#release-0393---march-4"></a> Release 0.39.3 - March 4</h3>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>Prevent discovered services and devices to be handled twice (@colinodell)</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<h4>Breaking changes</h4>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li>VolvoOnCall has been extended with more features and had to be converted to a component</li>
|
|
||||||
<li>Limitlessled support for Bridge v6 and RGBWW bulbs require users to specify <code class="highlighter-rouge">version</code> and `port</li>
|
|
||||||
<li>hdmi_cec config now requires users to set the types in the hdmi_cec config instead of using <code class="highlighter-rouge">customize</code>:</li>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">hdmi_cec</span><span class="pi">:</span>
|
|
||||||
<span class="s">types</span><span class="pi">:</span>
|
|
||||||
<span class="s">hdmi_cec.hdmi_5</span><span class="pi">:</span> <span class="s">media_player</span>
|
|
||||||
</code></pre>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<h4>Bugfixes:</h4>
|
|
||||||
|
|
||||||
<p><a href="https://github.com/pvizeli">@pvizeli</a>, <a href="https://github.com/LinuxChristian">@LinuxChristian</a>, <a href="https://github.com/molobrakos">@molobrakos</a>, <a href="https://github.com/balloob">@balloob</a>, <a href="https://github.com/rytilahti">@rytilahti</a>, <a href="https://github.com/fabaff">@fabaff</a>, <a href="https://github.com/andrey-git">@andrey-git</a>, <a href="https://github.com/aequitas">@aequitas</a>, <a href="https://github.com/konikvranik">@konikvranik</a>, <a href="https://github.com/Danielhiversen">@Danielhiversen</a>, <a href="https://github.com/colinodell">@colinodell</a>, <a href="https://github.com/pschmitt">@pschmitt</a>, <a href="https://github.com/bachp">@bachp</a>, <a href="https://github.com/bachp">@bachp</a>,<a href="https://github.com/w1ll1am23">@w1ll1am23</a>, <a href="https://github.com/valentinalexeev">@valentinalexeev</a>, <a href="https://github.com/robbiet480">@robbiet480</a>, <a href="https://github.com/MartinHjelmare">@MartinHjelmare</a>, <a href="https://github.com/happyleavesaoc">@happyleavesaoc</a>, <a href="https://github.com/tdickman">@tdickman</a>, <a href="https://github.com/arraylabs">@arraylabs</a>, <a href="https://github.com/lwis">@lwis</a>, <a href="https://github.com/titilambert">@titilambert</a></p>
|
|
||||||
|
|
||||||
<h3>If you need help…</h3>
|
|
||||||
<p>…don’t hesitate to use our very active <a href="https://community.home-assistant.io/">forums</a> or join us for a little <a href="https://gitter.im/home-assistant/home-assistant">chat</a>. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.</p>
|
|
||||||
|
|
||||||
<h3>Reporting Issues</h3>
|
|
||||||
<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>
|
|
||||||
|
|
||||||
]]></content>
|
]]></content>
|
||||||
</entry>
|
</entry>
|
||||||
|
|
||||||
|
|
|
@ -120,6 +120,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -132,9 +135,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -154,6 +154,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -166,9 +169,6 @@ This article will try to explain how they all relate.</p>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -156,9 +159,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -127,6 +127,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -139,9 +142,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -131,6 +131,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -143,9 +146,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -137,6 +137,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -149,9 +152,6 @@ Home Assistant now supports <code class="highlighter-rouge">--open-ui</code> and
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -142,6 +142,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -154,9 +157,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/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -128,6 +128,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -140,9 +143,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -122,6 +122,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -134,9 +137,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -125,6 +125,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -137,9 +140,6 @@ The old logo, the new detailed logo and the new simple logo.
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -150,6 +150,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -162,9 +165,6 @@ An initial version of voice control for Home Assistant has landed. The current i
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -186,6 +186,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -198,9 +201,6 @@ I (Paulus) have contributed a scene component. A user can create scenes that cap
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -194,6 +194,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -206,9 +209,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -138,6 +138,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -150,9 +153,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -208,6 +208,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -220,9 +223,6 @@ Before diving into the newly supported devices and services, I want to highlight
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -254,6 +254,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -266,9 +269,6 @@ This switch platform allows you to control your motion detection setting on your
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -218,6 +218,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -230,9 +233,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/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -201,6 +201,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -213,9 +216,6 @@ Support for Temper temperature sensors has been contributed by <a href="https://
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -138,6 +138,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -150,9 +153,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -238,6 +238,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -250,9 +253,6 @@ The automation and script syntax here is using a deprecated and no longer suppor
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -199,6 +199,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -211,9 +214,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -276,6 +276,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -288,9 +291,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -266,6 +266,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -278,9 +281,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -165,6 +165,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -177,9 +180,6 @@ Glances web server started on http://0.0.0.0:61208/
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -161,6 +161,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -173,9 +176,6 @@ Automation has gotten a lot of love. It now supports conditions, multiple trigge
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -144,6 +144,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -156,9 +159,6 @@ Map in Home Assistant showing two people and three zones (home, school, work)
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -329,6 +329,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -341,9 +344,6 @@ Home Assistant will keep track of historical values and allow you to integrate i
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -134,6 +134,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -146,9 +149,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -151,6 +151,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -163,9 +166,6 @@ This makes more sense as most people run Home Assistant as a daemon</p>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -161,9 +164,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -176,6 +176,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -188,9 +191,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -127,6 +127,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -139,9 +142,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -147,9 +150,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -189,6 +189,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -201,9 +204,6 @@ name: binary_sensor
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -156,6 +156,9 @@ This is where we’ll 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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -168,9 +171,6 @@ This is where we’ll configure our task, so select the plus icon to select an a
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -142,6 +142,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -154,9 +157,6 @@ Philips Hue FAQ entries regarding 3rd party light bulbs.
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -181,6 +181,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -193,9 +196,6 @@ sudo docker run -it --rm -p 80:80 --name certbot <span class="se">\</span>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -171,9 +174,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -162,9 +165,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -151,9 +154,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -153,6 +153,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -165,9 +168,6 @@ Example of the new views in the frontend. <a href="/components/group/">Learn mor
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -273,6 +273,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -285,9 +288,6 @@ Z-Wave light bulb |
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -247,6 +247,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -259,9 +262,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -158,6 +158,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -170,9 +173,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -212,6 +212,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -224,9 +227,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -155,6 +155,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -167,9 +170,6 @@ Hold your NFC tag against the belly of Garfield to unlock the alarm.
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -157,6 +157,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -169,9 +172,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -158,6 +158,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -170,9 +173,6 @@ player state attributes. This change affects automations, scripts and scenes.</l
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -166,6 +166,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -178,9 +181,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -126,6 +126,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -138,9 +141,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -129,6 +129,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -141,9 +144,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -138,6 +138,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -150,9 +153,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -124,6 +124,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -136,9 +139,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -136,6 +136,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -148,9 +151,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -158,6 +158,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -170,9 +173,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -200,6 +200,9 @@ For example, my wife works next door - and I couldn’t detect whether she’s 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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -212,9 +215,6 @@ For example, my wife works next door - and I couldn’t detect whether she’s a
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -124,6 +124,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -136,9 +139,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -198,6 +198,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -210,9 +213,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -124,6 +124,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -136,9 +139,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -130,6 +130,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -142,9 +145,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -166,9 +169,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -127,6 +127,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -139,9 +142,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -240,9 +243,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -136,6 +136,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -148,9 +151,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -168,6 +168,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -180,9 +183,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -140,6 +140,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -152,9 +155,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -174,9 +177,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -208,6 +208,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -220,9 +223,6 @@ target_dir /tmp
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -163,6 +163,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -175,9 +178,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -153,6 +153,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -165,9 +168,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/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -171,9 +174,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -196,6 +196,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -208,9 +211,6 @@ SQLite version 3.11.0 2016-02-15 17:29:24
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -163,6 +163,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -175,9 +178,6 @@ One of the graphs created with this tutorial.
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -243,6 +243,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -255,9 +258,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/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -175,6 +175,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -187,9 +190,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -207,6 +207,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -219,9 +222,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -202,6 +202,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -214,9 +217,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -175,6 +175,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -187,9 +190,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -225,9 +228,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -125,6 +125,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -137,9 +140,6 @@ Heatmap
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -274,6 +274,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -286,9 +289,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -201,6 +201,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -213,9 +216,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/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -203,6 +203,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -215,9 +218,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -208,6 +208,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -220,9 +223,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -129,6 +129,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -141,9 +144,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -149,9 +152,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -219,6 +219,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -231,9 +234,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -391,6 +391,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -403,9 +406,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -147,6 +147,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -159,9 +162,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -215,6 +215,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -227,9 +230,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -176,6 +176,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -188,9 +191,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -237,6 +237,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -249,9 +252,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -202,9 +205,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -128,6 +128,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -140,9 +143,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -138,6 +138,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -150,9 +153,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -207,6 +207,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -219,9 +222,6 @@ You have to note:
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -130,6 +130,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -142,9 +145,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -167,6 +167,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -179,9 +182,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -253,6 +253,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/2017/05/20/automation-editor-zwave-panel-ocr/">Home Assistant 0.45: Automation editor, Z-Wave panel, OCR</a>
|
||||||
|
</li>
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
<a href="/blog/2017/05/19/home-assistant-at-pycon-us-2017/">Home Assistant at PyCon US 2017</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -265,9 +268,6 @@
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
<a href="/blog/2017/05/06/zigbee-opencv-dlib/">Home Assistant 0.44: ZigBee, OpenCV and DLib</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="post">
|
|
||||||
<a href="/blog/2017/05/05/podcast-init-interview/">Podcast.__init__ interview with Paulus Schoutsen</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue