No stats, no numbers, and alike this time. Ok, just one number: 0.37. We are back on track with our bi-weekly release cycle. Beside some organizational changes is this release shipping again cool features and new integrations. Please keep an eye on the "Breaking changes" section because there are also massive improvements for some platforms and components.
Governance
As announced, the new [Governance](https://home-assistant.io/blog/2017/01/21/home-assistant-governance/) requires for developers to sign the CLA. [Code of Conduct](https://home-assistant.io/developers/code_of_conduct/), [Contributor License Agreement](https://home-assistant.io/developers/cla/), and proper [Licensing](https://home-assistant.io/developers/license/) will to protect all involved parties in the Home Assistant eco-system from users and community members to contributors.
Face recognition using the Microsoft Face API
[pvizeli](https://github.com/pvizeli) has been on a roll with the image processing integrations. This time it's the [Microsoft Face API](https://home-assistant.io/components/microsoft_face/). This means that now it will be possible to train the API with the people you want to recognize and send images from your camera to the API as another source of automation.
Want to play a personalized tune when someone enters the house? It is now possible 😎
Improved camera security
After a security audit by Stephen O'Conner, he found that our source for randomly generated access tokens for camera feeds were reasonable predictable and could be brute force attacked in 2.5 weeks. A fix has been included in this release that uses the system provided random number generator for maximum randomness and rotates the keys every 10 minutes to reduce the window in which a brute force attack can happen.
Although the old method is not insecure, the new method is a lot more secure. Upgrading to the latest version is encouraged.
New customization options
[Andrey-git](https://github.com/andrey-git) has added some great new options to the customize functionality. It is now possible to specify customizations as a wildcard for entities or for a specific domain.
Major Wink and HDMI CEC improvements
[w1ll1am23](https://github.com/w1ll1am23) did an amazing job fixing a ton of bugs and issues with the Wink integration. Biggest improvement is that it now is able to automatically refresh the authentication tokens. This means that if you have your email address and password in your `configuration.yaml` file, no `client_id` and `client_secret` are needed, and token which was generated with the generator located in the [Wink](https://home-assistant.io/components/wink/) documentation.
The new Wink support will cause renaming of all the binary sensors and will also create new sensors for devices that weren't previously detected or supported in the older version.
Thanks to [konikvranik](https://github.com/konikvranik) the [HDMI CEC](https://home-assistant.io/components/hdmi_cec/) integration got a huge update with a lot of improvements. This update should make it easier to work with HDMI CEC and give you more control.
First Coffee Maker supported
[stu-gott](https://github.com/stu-gott) has added support for the first coffee maker in Home Assistant: [Mr. Coffee Smart Optimal Brew](https://home-assistant.io/components/switch.wemo/). Happy brewing!
All changes
New platforms/components
Netatmo: [Netatmo](https://home-assistant.io/components/netatmo/) Presence support ([gieljnssns](https://github.com/gieljnssns))
Sensor: [Amcrest](https://home-assistant.io/components/binary_sensor.arest/) camera sensors ([tchellomello](https://github.com/tchellomello))
Notify: New [Discord](https://home-assistant.io/components/notify.discord/) notification component ([Deinara](https://github.com/Deinara))
Device tracker: [Tado](https://home-assistant.io/components/device_tracker.tado/) device tracker support ([jmvermeulen](https://github.com/jmvermeulen))
Sensor: Add [Skybeacon](https://home-assistant.io/components/sensor.skybeacon/) BLE temperature/humidity sensor ([anpetrov](https://github.com/anpetrov))
New [Zabbix](https://home-assistant.io/components/zabbix/) component ([Whytey](https://github.com/Whytey))
Media player: New platform [Anthemav](https://home-assistant.io/components/media_player.anthemav/) Media player ([nugget](https://github.com/nugget))
Light: Add support for [Avion](https://home-assistant.io/components/light.avion/) Bluetooth dimmer switches ([mjg59](https://github.com/mjg59))
Binary sensor: [Beaglebone Black](https://home-assistant.io/components/binary_sensor.bbb_gpio/) binary sensor ([MatoKafkac](https://github.com/MatoKafkac))
Light: [Piglow](https://home-assistant.io/components/light.piglow/) support ([xarnze](https://github.com/xarnze))
[Face](https://home-assistant.io/components/microsoft_face/) recognition for automation ([pvizeli](https://github.com/pvizeli))
Sensor: New [Washington State DOT](https://home-assistant.io/components/sensor.wsdot/) sensor ([partofthething](https://github.com/partofthething))
Support for Wemo CoffeeMaker devices ([stu-gott](https://github.com/stu-gott))
Device tracker: [Sky hub](https://home-assistant.io/components/device_tracker.sky_hub/) support ([alexmogavero](https://github.com/alexmogavero))
Support for [Lutron](https://home-assistant.io/components/lutron/) RadioRA 2 ([thecynic](https://github.com/thecynic))
TTS: Amazon [Polly TTS](https://home-assistant.io/components/tts.amazon_polly/) platform ([robbiet480](https://github.com/robbiet480))
Device tracker: Support for [Linksys](https://home-assistant.io/components/device_tracker.linksys_ap/) Access Points ([lukas-hetzenecker](https://github.com/lukas-hetzenecker))
Notify: Make calls with [Twilio](https://home-assistant.io/components/notify.twilio_call/) ([fakezeta](https://github.com/fakezeta))
Improvements
Script: Fix script release ([balloob](https://github.com/balloob))
Camera - Amcrest: Add support for direct MJPEG streams from Amcrest cameras ([colinodell](https://github.com/colinodell))
Sensor - Miflora: Removing throttle decorator ([freol35241](https://github.com/freol35241))
Notify - Lannouncer: Fix `get_service` method ([mKeRix](https://github.com/mKeRix))
Sensor - WAQI: Add station parameter to waqi sensor ([whhsw](https://github.com/whhsw))
Sensor - USPS: Absolute path to save cookie used by USPS sensor ([tchellomello](https://github.com/tchellomello))
Nest: Fix python-nest release number ([Danielhiversen](https://github.com/Danielhiversen))
Keyboard remote: Improve support ([MrMep](https://github.com/MrMep))
Device tracker - VolvoOnCall: Fix timedelta ([pvizeli](https://github.com/pvizeli))
Climate - eq3btsmart: Expose away attribute ([rytilahti](https://github.com/rytilahti))
Remote: Reserve a test port for broken API to fix race ([armills](https://github.com/armills))
Climate - Ecobee: Made target temperature sensitive to auto mode ([Duoxilian](https://github.com/Duoxilian))
Configuration: Fix load_yaml default value ([balloob](https://github.com/balloob))
Notify - Facebook: Fix encoding error ([Danielhiversen](https://github.com/Danielhiversen))
Emulated_hue: Add `upnp_bind_multicast` option, default type to Google, and persist emulated hue IDs ([hoopty](https://github.com/hoopty), [balloob](https://github.com/balloob))
Docker: Install phantomjs in Docker container ([jnewland](https://github.com/jnewland))
Media player - MPD: Add listing and selection of available MPD playlists ([partofthething](https://github.com/partofthething))
Media player - Denon AVR: Denon improvements ([glance-](https://github.com/glance-))
Light - x10.py: Improved x10 state monitoring ([martst](https://github.com/martst))
Sensor - DSMR: TCP, reconnecting and V4 CRC support ([aequitas](https://github.com/aequitas))
Media player - Yamaha.py: Fix Yamaha doing I/O in event loop ([balloob](https://github.com/balloob))
Device tracker UPC: Make upc more robust ([pvizeli](https://github.com/pvizeli))
Climate - Generic thermostat: Update ([MrMep](https://github.com/MrMep))
Device tracker - Xiaomi.py: Xiaomi Mi Router token refresh ([RiRomain](https://github.com/RiRomain))
Camera - MJPEG: Support still image for thumbmail ([pvizeli](https://github.com/pvizeli))
Sensor - ZAMG: Updated valid station id list ([HerrHofrat](https://github.com/HerrHofrat))
Light - ISY994: Not overwrite `state_attributes` ([rmkraus](https://github.com/rmkraus))[emul-hue](https://home-assistant.io/components/emulated_hue/)
Light - Zwave: Use only supported features for devices ([turbokongen](https://github.com/turbokongen))
Media player - Kodi: Support for volume stepping ([armills](https://github.com/armills))
Media player- roku: Use `is_screensaver`, update IDLE state, and use device name ([robbiet480](https://github.com/robbiet480), [xhostplus](https://github.com/xhostplus))
Switch - HDMI CEC: Support for devices and commands ([konikvranik](https://github.com/konikvranik))
Lock - Zwave: Improvements to Zwave lock platform ([turbokongen](https://github.com/turbokongen))
TTS: Invalidate broken file cache entries ([stu-gott](https://github.com/stu-gott))
Light - Hue: Improvements ([robbiet480](https://github.com/robbiet480))
TTS - YandexTTS: Added speed and emotion to Yandex TTS ([lupin-de-mid](https://github.com/lupin-de-mid))
Light - tellstick.py: Tellstick light fix ([stefan-jonasson](https://github.com/stefan-jonasson))
Switch - insteon_local.py: only check for devices when not defined in config ([wardcraigj](https://github.com/wardcraigj))
Notify - Twitter: Allow direct messaging to user ([fabaff](https://github.com/fabaff))
Fan - MQTT: Dont set a speed when fan turns on ([robbiet480](https://github.com/robbiet480))
Config: Allow easier customization of whole domain, entity lists, globs ([andrey-git](https://github.com/andrey-git))
Sensor - Homematic: Update device support ([danielperna84](https://github.com/danielperna84))
Binary sensor - ISS: Add location to attributes and option to show position on the map ([fabaff](https://github.com/fabaff))
Media player - Kodi: Add SSL configuration option ([ecksun](https://github.com/ecksun))
Sensor - WAQI: Add missing particle value ([fabaff](https://github.com/fabaff))
Wink: Support for python-wink 1.0.0 ([w1ll1am23](https://github.com/w1ll1am23))
Binary sensor - RPi GPIO: Add a small sleep before reading the sensor ([snagytx](https://github.com/snagytx))
Sensor - USPS: Add name to configuration ([happyleavesaoc](https://github.com/happyleavesaoc))
Sensor - Miflora: Remove throttle decorator from miflora platform ([freol35241](https://github.com/freol35241))
Device tracker - asuswrt.py: Add IPv6 support when parsing neighbors ([leppa](https://github.com/leppa))
iOS: Discover notify.ios when iOS component loads ([robbiet480](https://github.com/robbiet480))
Homematic: Add MAX shutter contact class ([jannau](https://github.com/jannau))
Sensor - Darksky: Added forecast support ([nordlead2005](https://github.com/nordlead2005))
Switch - Pilight: Implement echo config option ([janLo](https://github.com/janLo))
Core: Support customize in packages ([kellerza](https://github.com/kellerza))
Switch - Flux: Allow disabling setting the brightness ([rytilahti](https://github.com/rytilahti))
Media player - Sonos: Add `is_coordinator`, set coordinator after join/unjoin, and no emtpy image ([pvizeli](https://github.com/pvizeli), [andrey-git](https://github.com/andrey-git), [robbiet480](https://github.com/robbiet480))
Climate: Hold mode ([Duoxilian](https://github.com/Duoxilian))
Switch - TPlink: No longer doing I/O in event bus ([balloob](https://github.com/balloob))
Light - Insteon local: Improve Insteon configuration ([wardcraigj](https://github.com/wardcraigj))
Emulated Hue: Emulated Hue "host-ip" fails to bind when running in docker without `--net=host` ([jeremydk](https://github.com/jeremydk))
Climate - EQ3 BT smart: Add reporting for availability ([rytilahti](https://github.com/rytilahti))
Bugfix: [balloob](https://github.com/balloob), [fabaff](https://github.com/fabaff), [freol35241](https://github.com/freol35241), [pvizeli](https://github.com/pvizeli), [Danielhiversen](https://github.com/Danielhiversen), [tdickman](https://github.com/tdickman), [armills](https://github.com/armills), [rytilahti](https://github.com/rytilahti), [R1chardTM](https://github.com/R1chardTM), [asbach](https://github.com/asbach), [happyleavesaoc](https://github.com/happyleavesaoc), [robbiet480](https://github.com/robbiet480), [colinodell](https://github.com/colinodell), [joopert](https://github.com/joopert), [dale3h](https://github.com/dale3h), [pavoni](https://github.com/pavoni), [jaharkes](https://github.com/jaharkes), [MartinHjelmare](https://github.com/MartinHjelmare), [mezz64](https://github.com/mezz64), [jabesq](https://github.com/jabesq), and you if you are missing in this list.
Breaking changes
- A **major** breaking change in the [`emulated_hue`](https://home-assistant.io/components/emulated_hue/) component means that without changing a configuration value before starting up the newer Home Assistant version you will lose all devices that Alexa has discovered and will need to re-add them as well as create new groups. Find out about the [details](emul_hue).
- The platform of the [ISS](https://home-assistant.io/components/binary_sensor.iss/) integration was change to `binary_sensor`. Please check the platform documentation.
- The [Roku](https://home-assistant.io/components/media_player.roku/) media uses now a new format for the entity IDs.
- [OpenALPR](https://home-assistant.io/components/#image-processing) is no longer a component. It's now a platform for [Image processing](https://home-assistant.io/components/image_processing/).
- Due to massive improvements of the [Wink](https://home-assistant.io/components/wink/) integration, the names of your binary sensors will change and new devices can show up.
- The [MySensors](https://home-assistant.io/components/mysensors/) component now requires all persistence file paths to be set if any is set by the user. This is to avoid name conflicts for the paths. If no path is set Home Assistant will set all paths for you.
- The [Sonos](https://home-assistant.io/components/media_player.sonos/) service `sonos_group_players` was removed. Use now `sonos_join` for this function.
- TTS cache have change for the last time. Files use now also a option hash as part of the name. If you want to use the cache, it need to be renamed or cleared, new created. E. g. `HASH_LANG_PLATFORM.xxx` -> `HASH_LANG_OPTIONS_PLATFORM.xxx`, replace _OPTIONS_ with `-` on exiting platforms.
If you need help...
...don't hesitate to use our [Forum](https://community.home-assistant.io/) or join us for a little [chat](https://gitter.im/home-assistant/home-assistant). The release notes have comments enabled but it's preferred if you use the former communication channels. Thanks.
Reporting Issues
Experiencing issues introduced by this release? Please report them in our [issue tracker](https://github.com/home-assistant/home-assistant/issues). Make sure to fill in all fields of the issue template.