<li>Support for GE Zwave fan controller (<ahref="https://github.com/armills">@armills</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7767">#7767</a>) (<ahref="https://home-assistant.io/components/zwave/">zwave docs</a>) (<ahref="https://home-assistant.io/components/fan.zwave/">fan.zwave docs</a>) (new-platform)</li>
<li>Introduced support to Netgear Arlo Cameras (<ahref="https://github.com/tchellomello">@tchellomello</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7826">#7826</a>) (<ahref="https://home-assistant.io/components/arlo/">arlo docs</a>) (<ahref="https://home-assistant.io/components/camera.arlo/">camera.arlo docs</a>) (<ahref="https://home-assistant.io/components/sensor.arlo/">sensor.arlo docs</a>) (new-platform)</li>
</ul>
<h2>Breaking changes</h2>
<ul>
<li>The USPS sensor entity names have changed as there are now two. One for packages and one for mail. Config will now also use <codeclass="highlighter-rouge">scan_interval</code> instead of <codeclass="highlighter-rouge">update_interval</code> (<ahref="https://github.com/happyleavesaoc">@happyleavesaoc</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7655">#7655</a>) (<ahref="https://home-assistant.io/components/sensor.usps/">sensor.usps docs</a>) (breaking change)</li>
<li>Automation state trigger: From/to checks will now ignore state changes that are just attribute changess (<ahref="https://github.com/amelchio">@amelchio</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7651">#7651</a>) (<ahref="https://home-assistant.io/components/automation.state/">automation.state docs</a>) (breaking change)</li>
<li>Redesign monitored variables for hp_ilo sensor. <codeclass="highlighter-rouge">monitored_variables</code> is now a list of <codeclass="highlighter-rouge">name</code> and <codeclass="highlighter-rouge">sensor_type</code> values (<ahref="https://github.com/Juggels">@Juggels</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7534">#7534</a>) (<ahref="https://home-assistant.io/components/sensor.hp_ilo/">sensor.hp_ilo docs</a>) (breaking change)</li>
<li>Automation - time: the <codeclass="highlighter-rouge">after</code> keyword has been deprecated in favor of the <codeclass="highlighter-rouge">at</code> keyword. This resembles better what it does (old one still works, gives a warning) (<ahref="https://github.com/armills">@armills</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7846">#7846</a>) (<ahref="https://home-assistant.io/components/automation.time/">automation.time docs</a>) (breaking change)</li>
<li>Automation - numeric_state: <codeclass="highlighter-rouge">above</code> and <codeclass="highlighter-rouge">below</code> will no longer trigger if it is equal. (<ahref="https://github.com/armills">@armills</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7857">#7857</a>) (breaking change)</li>
<li>Broadlink switches: Entity ids will change for switches that don’t have a default name set. In this case the object_id is now used. (<ahref="https://github.com/abmantis">@abmantis</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7845">#7845</a>) (<ahref="https://home-assistant.io/components/switch.broadlink/">switch.broadlink docs</a>) (breaking change)</li>
<li>Disallow ambiguous color descriptors in the light.turn_on schema. This means that you can no longer specify both <codeclass="highlighter-rouge">xy_color</code> and <codeclass="highlighter-rouge">rgb_color</code>. (<ahref="https://github.com/amelchio">@amelchio</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7765">#7765</a>) (breaking change)</li>
</ul>
<h2><aclass="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 <ahref="https://community.home-assistant.io/">forums</a> or join us for a little <ahref="https://gitter.im/home-assistant/home-assistant">chat</a>. The release notes have comments enabled but it’s preferred if you use the former communication channels. Thanks.</p>
<p>Experiencing issues introduced by this release? Please report them in our <ahref="https://github.com/home-assistant/home-assistant/issues">issue tracker</a>. Make sure to fill in all fields of the issue template.</p>
<aname="read-more"></a>
<h2>All changes</h2>
<ul>
<li>Align with OpenALPR platform for naming conf variables (<ahref="https://github.com/fabaff">@fabaff</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7650">#7650</a>) (<ahref="https://home-assistant.io/components/image_processing.seven_segments/">image_processing.seven_segments docs</a>)</li>
<li>Added support to Amcrest camera to feed using RTSP via ffmpeg (<ahref="https://github.com/tchellomello">@tchellomello</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7646">#7646</a>) (<ahref="https://home-assistant.io/components/camera.amcrest/">camera.amcrest docs</a>) (<ahref="https://home-assistant.io/components/sensor.amcrest/">sensor.amcrest docs</a>)</li>
<li>bump fedex version (<ahref="https://github.com/happyleavesaoc">@happyleavesaoc</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7653">#7653</a>) (<ahref="https://home-assistant.io/components/sensor.fedex/">sensor.fedex docs</a>)</li>
<li>bump ups version (<ahref="https://github.com/happyleavesaoc">@happyleavesaoc</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7654">#7654</a>)</li>
<li>Switch pymodbus to pypi (<ahref="https://github.com/andrey-git">@andrey-git</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7677">#7677</a>) (<ahref="https://home-assistant.io/components/modbus/">modbus docs</a>)</li>
<li>zoneminder: fix incorrect use of logging.exception. (<ahref="https://github.com/tobygray">@tobygray</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7675">#7675</a>) (<ahref="https://home-assistant.io/components/zoneminder/">zoneminder docs</a>)</li>
<li>Zwave: Apply refresh_node workaround on 1st instance only (<ahref="https://github.com/andrey-git">@andrey-git</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7579">#7579</a>) (<ahref="https://home-assistant.io/components/zwave/">zwave docs</a>)</li>
<li>Guard against new and removed state change events (<ahref="https://github.com/balloob">@balloob</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7687">#7687</a>) (<ahref="https://home-assistant.io/components/automation.state/">automation.state docs</a>)</li>
<li>ZWave: Add reset service to meters (<ahref="https://github.com/turbokongen">@turbokongen</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7676">#7676</a>) (<ahref="https://home-assistant.io/components/zwave/">zwave docs</a>)</li>
<li>Remove defunct INSTALL_OPENZWAVE from Dockerfile (<ahref="https://github.com/armills">@armills</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7697">#7697</a>)</li>
<li>Fix playback control of web streams (<ahref="https://github.com/cgtobi">@cgtobi</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7683">#7683</a>) (<ahref="https://home-assistant.io/components/media_player.volumio/">media_player.volumio docs</a>)</li>
<li>Sort entities in default groups by name (<ahref="https://github.com/amelchio">@amelchio</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7681">#7681</a>)</li>
<li>Continue tracking device over dhcp lease table if wireless adapter not installed (<ahref="https://github.com/LvivEchoes">@LvivEchoes</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7690">#7690</a>) (<ahref="https://home-assistant.io/components/device_tracker.mikrotik/">device_tracker.mikrotik docs</a>)</li>
<li>Bump pyEight version (<ahref="https://github.com/mezz64">@mezz64</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7701">#7701</a>) (<ahref="https://home-assistant.io/components/eight_sleep/">eight_sleep docs</a>)</li>
<li>Upgrade python-telegram-bot to 6.0.1 (<ahref="https://github.com/fabaff">@fabaff</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7704">#7704</a>)</li>
<li>Make ‘sender’ as requirement for the config (fixes #7698) (<ahref="https://github.com/fabaff">@fabaff</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7706">#7706</a>) (<ahref="https://home-assistant.io/components/notify.smtp/">notify.smtp docs</a>)</li>
<li>update apcacccess used in apcupsd to 0.0.10, which fixes random file drop from apcaccess (<ahref="https://github.com/infamy">@infamy</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7722">#7722</a>) (<ahref="https://home-assistant.io/components/apcupsd/">apcupsd docs</a>)</li>
<li>Constrain requests to a version (<ahref="https://github.com/balloob">@balloob</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7725">#7725</a>)</li>
<li>Prevent the random template filter from caching its output. Fixes #5678 (<ahref="https://github.com/antsar">@antsar</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7716">#7716</a>)</li>
<li>Don’t initialize mqtt components which have already been discovered (<ahref="https://github.com/nordeep">@nordeep</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7625">#7625</a>) (<ahref="https://home-assistant.io/components/mqtt.discovery/">mqtt.discovery docs</a>)</li>
<li>LIFX: disable color features for white-only bulbs (<ahref="https://github.com/amelchio">@amelchio</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7742">#7742</a>) (<ahref="https://home-assistant.io/components/light.lifx/">light.lifx docs</a>)</li>
<li>Don’t block startup more than 60 seconds while waiting for components. (<ahref="https://github.com/antsar">@antsar</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7739">#7739</a>)</li>
<li>Always return rgb color of bulbs (<ahref="https://github.com/w1ll1am23">@w1ll1am23</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7743">#7743</a>) (<ahref="https://home-assistant.io/components/light.wink/">light.wink docs</a>)</li>
<li>Fix time_date sensor to update at predictable intervals (<ahref="https://github.com/stu-gott">@stu-gott</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7644">#7644</a>) (<ahref="https://home-assistant.io/components/sensor.time_date/">sensor.time_date docs</a>)</li>
<li>Added new commands and functionality to the harmony remote component. (<ahref="https://github.com/everix1992">@everix1992</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7113">#7113</a>) (<ahref="https://home-assistant.io/components/remote/">remote docs</a>) (<ahref="https://home-assistant.io/components/remote.harmony/">remote.harmony docs</a>) (<ahref="https://home-assistant.io/components/remote.services.yaml/">remote.services.yaml docs</a>)</li>
<li>Exclude filter for event types (<ahref="https://github.com/amigian74">@amigian74</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7627">#7627</a>)</li>
<li>Change setup script to use pip install instead of setup.py develop (<ahref="https://github.com/hoh">@hoh</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7756">#7756</a>)</li>
<li>Add icons to device tracker. (<ahref="https://github.com/antsar">@antsar</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7759">#7759</a>)</li>
<li>Rename of the zwave hass.data constants (<ahref="https://github.com/armills">@armills</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7768">#7768</a>) (<ahref="https://home-assistant.io/components/zwave/">zwave docs</a>) (<ahref="https://home-assistant.io/components/cover.zwave/">cover.zwave docs</a>) (<ahref="https://home-assistant.io/components/lock.zwave/">lock.zwave docs</a>)</li>
<li>Get rid of mock http component app (<ahref="https://github.com/balloob">@balloob</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7775">#7775</a>)</li>
<li>Remove usage of event_loop fixture (<ahref="https://github.com/balloob">@balloob</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7776">#7776</a>)</li>
<li>assertEquals is deprecated (<ahref="https://github.com/balloob">@balloob</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7777">#7777</a>)</li>
<li>Support for GE Zwave fan controller (<ahref="https://github.com/armills">@armills</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7767">#7767</a>) (<ahref="https://home-assistant.io/components/zwave/">zwave docs</a>) (<ahref="https://home-assistant.io/components/fan.zwave/">fan.zwave docs</a>) (new-platform)</li>
<li>Replace executor with async_add_job (<ahref="https://github.com/balloob">@balloob</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7658">#7658</a>)</li>
<li>Fix Telegram Bot send file to multiple targets, snapshots of HA cameras, variable templating, digest auth (<ahref="https://github.com/azogue">@azogue</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7771">#7771</a>)</li>
<li>Fix more deprecation warnings (<ahref="https://github.com/balloob">@balloob</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7778">#7778</a>)</li>
<li>Powerview to async (<ahref="https://github.com/sander76">@sander76</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7682">#7682</a>) (<ahref="https://home-assistant.io/components/scene.hunterdouglas_powerview/">scene.hunterdouglas_powerview docs</a>)</li>
<li>Fix home/stay in concord232 (<ahref="https://github.com/CTLS">@CTLS</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7789">#7789</a>) (<ahref="https://home-assistant.io/components/alarm_control_panel.concord232/">alarm_control_panel.concord232 docs</a>)</li>
<li>Add Marantz SSDP discovery / Detect error string in AppCommand.xml body (<ahref="https://github.com/scarface-4711">@scarface-4711</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7779">#7779</a>) (<ahref="https://home-assistant.io/components/media_player.denonavr/">media_player.denonavr docs</a>)</li>
<li>Upgrade Sphinx to 1.6.2 (<ahref="https://github.com/fabaff">@fabaff</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7805">#7805</a>)</li>
<li>Upgrade slacker to 0.9.50 (<ahref="https://github.com/fabaff">@fabaff</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7797">#7797</a>) (<ahref="https://home-assistant.io/components/notify.slack/">notify.slack docs</a>)</li>
<li>Bump pyenvisalink to version 2.1 (<ahref="https://github.com/Cinntax">@Cinntax</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7803">#7803</a>) (<ahref="https://home-assistant.io/components/envisalink/">envisalink docs</a>)</li>
<li>Rest notify data (<ahref="https://github.com/Teagan42">@Teagan42</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7757">#7757</a>) (<ahref="https://home-assistant.io/components/notify.rest/">notify.rest docs</a>)</li>
<li>Added handling of an AssertionError from pxssh failed login (<ahref="https://github.com/aronsky">@aronsky</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7750">#7750</a>) (<ahref="https://home-assistant.io/components/device_tracker.asuswrt/">device_tracker.asuswrt docs</a>)</li>
<li>Upgrade sqlalchemy to 1.1.10 (<ahref="https://github.com/fabaff">@fabaff</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7807">#7807</a>)</li>
<li>Upgrade mypy to 0.511 (<ahref="https://github.com/fabaff">@fabaff</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7809">#7809</a>)</li>
<li>Expose the node name on the zwave node entity (<ahref="https://github.com/armills">@armills</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7787">#7787</a>) (<ahref="https://home-assistant.io/components/zwave/">zwave docs</a>)</li>
<li>Bumped pyhomematic version (<ahref="https://github.com/danielperna84">@danielperna84</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7861">#7861</a>) (<ahref="https://home-assistant.io/components/homematic/">homematic docs</a>)</li>
<li>Rename time trigger ‘after’ to ‘at’ (<ahref="https://github.com/armills">@armills</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7846">#7846</a>) (<ahref="https://home-assistant.io/components/automation.time/">automation.time docs</a>) (breaking change)</li>
<li>Use expected behvaior for above/below (<ahref="https://github.com/armills">@armills</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7857">#7857</a>) (breaking change)</li>
<li>log time delay of domain setup in info level (<ahref="https://github.com/azogue">@azogue</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7808">#7808</a>)</li>
<li>dont use default for switch name, so that the object id is used (<ahref="https://github.com/abmantis">@abmantis</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7845">#7845</a>) (<ahref="https://home-assistant.io/components/switch.broadlink/">switch.broadlink docs</a>) (breaking change)</li>
<li>Disallow ambiguous color descriptors in the light.turn_on schema (<ahref="https://github.com/amelchio">@amelchio</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7765">#7765</a>) (breaking change)</li>
<li>Make monkey patch work in Python 3.6 (<ahref="https://github.com/balloob">@balloob</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7848">#7848</a>)</li>
<li>fix permissions issue for Insteon Local #6558 (<ahref="https://github.com/wardcraigj">@wardcraigj</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7860">#7860</a>) (<ahref="https://home-assistant.io/components/insteon_local/">insteon_local docs</a>)</li>
<li>Start of migration framework, to allow moving of files in the config … (<ahref="https://github.com/infamy">@infamy</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7740">#7740</a>) (<ahref="https://home-assistant.io/components/ios/">ios docs</a>) (<ahref="https://home-assistant.io/components/notify.ios/">notify.ios docs</a>) (breaking change)</li>
<li>Query in InfluxDB sensor is now templatable (<ahref="https://github.com/titilambert">@titilambert</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7634">#7634</a>) (<ahref="https://home-assistant.io/components/sensor.influxdb/">sensor.influxdb docs</a>)</li>
<li>fix for https://github.com/home-assistant/home-assistant/issues/7019 (<ahref="https://github.com/molobrakos">@molobrakos</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7618">#7618</a>) (<ahref="https://home-assistant.io/components/tellduslive/">tellduslive docs</a>)</li>
<li>Check if media commands are actually applicable (<ahref="https://github.com/Juggels">@Juggels</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7595">#7595</a>) (<ahref="https://home-assistant.io/components/media_player.sonos/">media_player.sonos docs</a>)</li>
<li>Fix MQTT camera test (<ahref="https://github.com/balloob">@balloob</a> - <ahref="https://github.com/home-assistant/home-assistant/pull/7878">#7878</a>)</li>
</ul>
</article>
<sectionid="disqus">
<h3class="indent title">Comments</h3>
<divid="disqus_thread"aria-live="polite"><noscript>Please enable JavaScript to view the <ahref="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript></div>
Contact us at <ahref='mailto:hello@home-assistant.io'>hello@home-assistant.io</a> (no support!).<br>
Website powered by <ahref='http://jekyllrb.com/'>Jekyll</a> and the <ahref='https://github.com/coogie/oscailte'>Oscalite theme</a>.<br/>
Hosted by <ahref='https://pages.github.com/'>GitHub</a> and served by <ahref='https://cloudflare.com'>CloudFlare</a>.
</div>
<arel="license"href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><imgalt="Creative Commons License"style="border-width:0"src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png"/></a><br/><spanxmlns:dct="http://purl.org/dc/terms/"property="dct:title">home-assistant.io</span> is licensed under a <arel="license"href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
</div>
</div>
</div>
</div>
</footer>
<script>
var _gaq=[['_setAccount','UA-57927901-1'],['_trackPageview']];