0.62: MyChevy, Iota and Venstar Thermostat
+ +Second release of the year and it’s buzzing on GitHub. This release we had 70 people contribute code. We’ve also managed to finally get our PR count below a 100 open PRs again. A lot of cool stuff still waiting to make it to a future Home Assistant release.
+I want to give a shout out to @martinhjelmare and @frenck. Martin is doing an amazing job at code reviews and Franck has been kicking ass with Hass.io add-ons and keeping track of our documentation PRs. Thanks for this amazing work!
+MyChevy
+With this new integration by @sdague you are able to keep an eye on your Chevy Bolt EV. Keep track if your car is plugged in, the battery stats and the range it is currently capable of driving. Hip!
+New Platforms
+-
+
- Adding support for Lutron covers (@nickovs - #11602) (lutron docs) (cover.lutron docs) (new-platform) +
- Add basic mychevy component (@sdague - #11409) (mychevy docs) (new-platform) +
- Added support for TekSavvy bandwidth sensor (@jpjodoin - #11186) (sensor.teksavvy docs) (new-platform) +
- Ihc component and platforms (@dingusdk - #10916) (ihc docs) (binary_sensor.ihc docs) (light.ihc docs) (sensor.ihc docs) (switch.ihc docs) (new-platform) +
- Iota wallet (@jinnerbichler - #11398) (iota docs) (sensor.iota docs) (new-platform) +
If you need help…
+…don’t hesitate to use our very active forums or join us for a little chat. 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. Make sure to fill in all fields of the issue template.
+ +Breaking Changes
+-
+
- Tahoma platform will get new entity IDs (@glpatcern - #11547) (tahoma docs) (cover.tahoma docs) (breaking change) +
- Mold indicator: attribute names no longer include spaces or periods (@olskar - #11694) (sensor.mold_indicator docs) (breaking change) +
- Custom component devs only:
EntityComponent.add_entity(entity)andEntityComponent.async_add_entity(entity)have been removed. UseEntityComponent.add_entities([entity])andEntityComponent.async_add_entities([entity])instead. (@balloob - #11691) (breaking change)
+
All changes
+-
+
- Upgrade keyring to 10.6.0 (@fabaff - #11608) +
- Upgrad youtube_dl to 2017.12.31 (@fabaff - #11610) +
- small sonos cleanup (@pvizeli - #11607) (media_player.sonos docs) +
- Update Xiaomi Miio compontent broken URI (@keesschollaart81 - #11621) (light.xiaomi_miio docs) +
- light/mqqt_json: allow brightness scaling (@jkoelker - #11613) +
- Adding support for Lutron covers (@nickovs - #11602) (lutron docs) (cover.lutron docs) (new-platform) +
- Hyperion: Add brightness, HDMI and effect support (@starkillerOG - #11543) (light.hyperion docs) +
- Fixes and enhancements for the Tahoma platform (@glpatcern - #11547) (tahoma docs) (cover.tahoma docs) (breaking change) +
- upgrade xiaomi lib (@danielhiversen - #11629) +
- Add templates to MQTT climate (@tinloaf - #11623) +
- Upgrade coinmarketcap to 4.1.2 (@fabaff - #11634) +
- Add Deconz support for Zigbee green power devices like Hue Tap (@Kane610 - #11455) (deconz docs) (sensor.deconz docs) +
- Bump dev to 0.62.0.dev0 (@fabaff - #11652) +
- Add ability to specify a sender in the clicksend notification (@heydonms - #11046) (notify.clicksend docs) +
- Round values to one decimal (@covrig - #11673) (sensor.xiaomi_aqara docs) +
- Add basic mychevy component (@sdague - #11409) (mychevy docs) (new-platform) +
- update mypy commandline arguments (@benleb - #11638) +
- Add support for configuring jeelink RF parameters (@hthiery - #11620) +
- Wemo Dimmer Support (@angel12 - #10882) (wemo docs) (light.wemo docs) +
- add temperature controls to eph-ember (@ttroy50 - #11400) (climate.ephember docs) +
- Upgrade youtube_dl to 2018.01.14 (@fabaff - #11661) +
- Change line separator to LN (@fabaff - #11662) (hive docs) (map docs) (binary_sensor.hive docs) (climate.hive docs) (light.hive docs) (notify.prowl docs) (sensor.hive docs) (switch.hive docs) +
- Upgrade sqlalchemy to 1.2.1 (@fabaff - #11666) +
- Upgrade pylast to 2.1.0 (@fabaff - #11668) +
- Added extra arguments to onvif platform config (@karlkar - #11680) (camera.onvif docs) +
- Enable probot move (@fabaff - #11690) +
- fixed not to include spaces or dots in attribute names (@olskar - #11694) (sensor.mold_indicator docs) (breaking change) +
- Add attributes (@fabaff - #11698) (sensor.random docs) +
- Feature/fritzdect errorhandling (@BastianPoe - #11490) (switch.fritzdect docs) +
- Tesla bug fix #11598 (@zabuldon - #11707) +
- Update mold_indicator.py (@olskar - #11715) (sensor.mold_indicator docs) +
- Override default name for TP-Link devices (@DanNixon - #11710) (light.tplink docs) (switch.tplink docs) +
- Don’t use None inside header (@pvizeli - #11725) (hassio docs) +
- Add enable_output service to Yamaha platform (@postlund - #11103) (media_player.yamaha docs) +
- Fix effects not appearing in UI due to missing attribute (@shortbloke - #11738) (light.flux_led docs) +
- Fix for None object access attempt (@karlkar - #11748) +
- Fixed universal media player templated source_select bug (issue #10981) and corrected typo in test_universal (@iliketoprogram14 - #11746) +
- Fix Tahoma device class (@bakedraccoon - #11745) (cover.tahoma docs) +
- Add deCONZ entities in a predicitive order (@Kane610 - #11712) (binary_sensor.deconz docs) (sensor.deconz docs) +
- Xbox sensor - Extend error handling (@ReneNulschDE - #11637) (sensor.xbox_live docs) +
- Upgrade netdisco (@balloob - #11752) +
- set default value for rfxtrx config (@danielhiversen - #11767) (binary_sensor.rfxtrx docs) +
- Round off exchange rate (@arsaboo - #11765) (sensor.alpha_vantage docs) +
- Update icon (fixes #11744) (@fabaff - #11758) (sensor.fixer docs) +
- Use localized forecast for openweathermap (@brainexe - #11770) (sensor.openweathermap docs) +
- Unit should be mph as that is what the metoffices datapoint API returns (@ioangogo - #11760) (sensor.metoffice docs) +
- Owntracks: Use bluetooth_le as source_type if beacon was used for location change. (@cnrd - #11615) (device_tracker.owntracks docs) +
- Add a ‘last’ mode and attribute to min_max sensor (@markferry - #11037) (sensor.min_max docs) +
- Update header and make it less verbose (@fabaff - #11774) (asterisk_mbox docs) +
- Added support for TekSavvy bandwidth sensor (@jpjodoin - #11186) (sensor.teksavvy docs) (new-platform) +
- Fix for Neato D3 and D5 (@karlkar - #11775) +
- Axis discovery fails to save conf (@Kane610 - #11769) (axis docs) +
- Limit service description loading to a single thread (@amelchio - #11733) +
- Snips: (change) Removed unknown intent speech response (@tschmidty69 - #11776) (snips docs) +
- Implemented event_data_template (new) (@tschmidty69 - #11057) +
- Fix PEP8 and PEP257 issues (@fabaff - #11780) (deconz docs) (scene docs) (binary_sensor.deconz docs) (light.deconz docs) (sensor.deconz docs) +
- Fix typos (@fabaff - #11781) (system_log docs) +
- Support for performance mode on Rheem water heaters. (@w1ll1am23 - #11786) (climate.econet docs) +
- Service for setting a fixed scene of Xiaomi MIIO lights (@syssi - #10819) (light.xiaomi_miio docs) +
- Homematic ip tilt covers (@steffenslavetinsky - #11650) (cover.homematic docs) +
- plant - check history for min_brightness (@ChristianKuehnel - #9534) (plant docs) +
- add generic rollershutter agian, was missing in last merge (@philklei - #11788) (tahoma docs) +
- Additional attributes and services of the Xiaomi Air Purifier introduced (@syssi - #11249) (fan.xiaomi_miio docs) (light.xiaomi_miio docs) (switch.xiaomi_miio docs) (vacuum.xiaomi_miio docs) +
- flux led version 0.20 (@danielhiversen - #11791) +
- Hyperion: fix (@starkillerOG - #11793) (light.hyperion docs) +
- Fix sensibo function names (@andrey-git - #11797) (climate.sensibo docs) +
- Always load yr picture from https (@andrey-git - #11796) (sensor.yr docs) +
- Make Google TTS secure (@PRabahy - #11031) (tts.google docs) +
- Correct inadvertent change to file permissions (@shortbloke - #11755) (light.flux_led docs) +
- Fix recorder purge (@tinloaf - #11802) +
- Disable installing Telldus in Docker (@balloob - #11806) +
- Nad (@robhuls - #11800) +
- bump roku version (@soberstadt - #11816) +
- MiFlora - use bluepy on linux systems (@ChristianKuehnel - #11284) (light.decora docs) (sensor.miflora docs) +
- Ihc component and platforms (@dingusdk - #10916) (ihc docs) (binary_sensor.ihc docs) (light.ihc docs) (sensor.ihc docs) (switch.ihc docs) (new-platform) +
- Change telldus domain to download.telldus.com (@michaelarnauts - #11825) +
- Add more workday sensor countries and update holidays library to version 0.9.3 (@drndos - #11826) (binary_sensor.workday docs) +
- Add missing availability schema to MQTT alarm panel (@DanNixon - #11829) (alarm_control_panel.mqtt docs) +
- python-miio version bumped. Fixes all xiaomi_miio components. (Closes: #11768) (@syssi - #11837) (fan.xiaomi_miio docs) (light.xiaomi_miio docs) (switch.xiaomi_miio docs) (vacuum.xiaomi_miio docs) +
- Add waterfurnace platform (@sdague - #11732) +
- (Re)Enable Daikin autodiscovery (@rofrantz - #11842) +
- Fixes for PEP257 (@fabaff - #11810) +
- bump eq3bt version (@rytilahti - #11834) (climate.eq3btsmart docs) +
- Fix Unifi direct errors caused by AP reboot. (@w1ll1am23 - #11835) (device_tracker.unifi_direct docs) +
- Change ‘on’ to ‘heat’ as fallback thermostat mode (@andrewdolphin - #11377) (google_assistant docs) +
- Use strict timeout when polling Samsung TV (Fix for #6375) (@kennedyshead - #11759) (media_player.samsungtv docs) +
- Fix issues with generic thermostat (@ciotlosm - #11805) +
- maxcube: Set MAX! Window Sensor’s class to ‘window’ (@leppa - #11799) (binary_sensor.maxcube docs) +
- Fix new iframe panel url (@pvizeli - #11850) (hassio docs) +
- Fix races on recorder test (@sdague - #11857) +
- Clean up entity component (@balloob - #11691) (breaking change) +
- Allow exposing sensors as temperature or humidity ‘climate’ devices to Google Assistant (@rofrantz - #11095) (google_assistant docs) +
- BME680 Sensor Component (@arcsur - #11695) +
- Respond to Alexa scene activation correctly (@bitglue - #11869) (alexa docs) +
- Checking Xiaomi Aqara devices unavailability states (@PaulAnnekov - #11631) (xiaomi_aqara docs) (binary_sensor.xiaomi_aqara docs) (cover.xiaomi_aqara docs) (light.xiaomi_aqara docs) (sensor.xiaomi_aqara docs) (switch.xiaomi_aqara docs) +
- Hass.io panel v2 (@pvizeli - #11860) (hassio docs) +
- Add missing mock call for test_minimal_config (@sdague - #11858) +
- Expose Alexa Smart Home via HTTP POST (@bitglue - #11859) (alexa docs) +
- fixed async function called in a thread (@PaulAnnekov - #11882) (xiaomi_aqara docs) +
- upgrade ecobee (@nkgilley - #11878) (ecobee docs) +
- Fix for hive aux_heat target temperature display (@Rendili - #11884) (hive docs) +
- Bump waterfurnace library to 0.3.0 (@sdague - #11888) (waterfurnace docs) +
- Postpone “Z-wave not ready” warning (@amelchio - #11807) (zwave docs) +
- [SMALL-PR] Don’t make climate calls if feature is not supported (@rofrantz - #11841) (climate docs) +
- Handle Daikin AC adapters without fan mode and swing mode support (@rofrantz - #11840) (climate.daikin docs) +
- device tracker - tomato https support (@GregoryDosh - #11566) (device_tracker.tomato docs) +
- Bme680 (@arcsur - #11892) (sensor.bme680 docs) +
- Add android option for linux_battery.py (@mu4yu3 - #11852) (sensor.linux_battery docs) +
- Pushbullet (fix) invalid keyword, added unittests (@tschmidty69 - #11804) +
- Snips - (fix) removed endSession mqtt response on error and unknown intents (@tschmidty69 - #11908) (snips docs) +
- Clarify emulated hue warning (@balloob - #11910) (emulated_hue docs) +
- Use API to discover Hue if no bridges specified (@balloob - #11909) (hue docs) +
- Update python-wink version and multiple wink fixes/updates. (@w1ll1am23 - #11833) (wink docs) (binary_sensor.wink docs) (climate.wink docs) (cover.wink docs) +
- New venstar climate component (@Cinntax - #11639) +
- Iota wallet (@jinnerbichler - #11398) (iota docs) (sensor.iota docs) (new-platform) +
- Improve foscam library exception support (@i-am-shodan - #11701) (camera.foscam docs) +
- Added Xeoma camera platform (@jeradM - #11619) +
- Multi-Room Support for Greenwave Reality (@dfiel - #11364) (light.greenwave docs) +
- Minor fix to configuration validation and related log line. (@arcsur - #11898) (sensor.bme680 docs) +
- Report scripts and groups as scenes to Alexa (@bitglue - #11900) (alexa docs) +
- Add ERC20 tokens to etherscan.io sensor (@nkgilley - #11916) (sensor.etherscan docs) +
- Allow separate command and state OIDs and payloads in SNMP switch (@nkaminski - #11075) (switch.snmp docs) +
- Add “write” service to system_log (@andrey-git - #11901) (system_log docs) +
- fixes #11848 (@kennedyshead - #11915) (device_tracker.asuswrt docs) +
- Allow setting climate devices to AUTO mode via Google Assistant (@balloob - #11923) (google_assistant docs) (climate.nest docs) +
- Fixed rfxtrx binary_sensor KeyError on missing optional device_class (@basschipper - #11925) (rfxtrx docs) (binary_sensor.rfxtrx docs) +
- Implement Alexa temperature sensors (@bitglue - #11930) (alexa docs) +
- Update pyhomematic to 0.1.38 (@danielperna84 - #11936) (homematic docs) +

-The Home Assistant sidebar in 12 different languages.
-
-
-Whaaaaaats up everyone?! 😁 It's been another crazy 2 weeks here at the virtual Home Assistant headquarters with a ton of great contributions from all over the world. New features, bug fixes, performance improvements. It's a lot so let's jump right in.
-
-## Translations
-
-The first great feature, if you haven't guessed it yet from the screenshot above: we are now able to translate the UI! Currently the translations are limited to the sidebar menu items. Even without a translation tool available, our contributors have jumped in and submitted translations for these menu items in over twenty languages! Home Assistant will automatically pick an available translation based on your browser settings, or a translation can be manually selected in the configuration panel.
-
-We're currently working on an integration with the web based translation tool [lokalise.co](https://lokalise.co), to make the translation process accessible to anyone who would like to contribute. Stay tuned for a blog post with more documentation soon.
-
-## Frontend improvements
-
-As part of getting translations to work, we did a lot of cleanup work on the frontend side. The re-organization should allow us to iterate faster on the frontend. We've already seen a lot of clean up as part of this thanks to @armills and @andrey-git for keep raising the quality!
-
-## Hacktoberfest
-
-[Hacktoberfest](https://hacktoberfest.digitalocean.com/) 2017 is over! FINALLY. Each year we're attracting more developers that want to contribute to Home Assistant. This is great but also very exhausting to our code reviewers. I want to give an enormous gigantic huge big shout out to our reviewers @pvizeli, @andrey-git, @armills, @MartinHjelmare, @fabaff. You have all done an amazing job and we couldn't run Home Assistant without any of you! ❤
-
-Hacktoberfest is obviously about the people contributing to open source. Big thanks to everyone that has taken the time to learn our code base and make contributions. We hope it was a pleasant experience and show how great open source can be. Hope to see many contributions in the future 👍
-
-Here are our Hacktoberfest 2017 stats. It's a miracle everyone is still alive:
-
-- Main repo: [273 Pull requests](https://github.com/home-assistant/home-assistant/pulls?utf8=%E2%9C%93&q=merged%3A%3E2017-10-01%20is%3Apr%20label%3AHacktoberfest%20is%3Aclosed%20) were merged out of 307.
-- Docs repo: [295 Pull requests](https://github.com/home-assistant/home-assistant.github.io/pulls?page=1&q=merged%3A%3E2017-10-01+is%3Apr+label%3AHacktoberfest+is%3Aclosed&utf8=%E2%9C%93) merged out of 310.
-- Frontend: [57 pull requests](https://github.com/home-assistant/home-assistant-polymer/pulls?utf8=%E2%9C%93&q=merged%3A%3E2017-10-01%20is%3Apr%20label%3AHacktoberfest%20is%3Aclosed%20) merged.
-
-This means that we processed over 20 Pull requests per day. The result was already visible in 0.56. This release is almost the same. In those releases we were able to add over 40 new integrations.
-
-## IKEA TRÅDFRI
-
-Good news and bad news on this front. The bad news is that IKEA changed the internal API for TRÅDFRI with a firmware update, breaking the Home Assistant integration. The good news is that they were nice enough to [email us with instructions on the breaking changes][ikea email].
-
-Long time contributor [@lwis] jumped on the case and managed to migrate our integration in Home Assistant in time for this release. Great work!
-
-
-@clhett01 made us a pumpkin ([via Twitter](https://twitter.com/clhett01/status/925481848612032512))
-
-
-- Introducing Ring Door Bell Camera (including StickUp cameras) and WiFi sensors ([@tchellomello] - [#9962]) ([ring docs]) ([binary_sensor.ring docs]) ([camera.ring docs]) ([sensor.ring docs]) (new-platform)
-- add irish rail transport sensor ([@ttroy50] - [#9883]) ([sensor.irish_rail_transport docs]) (new-platform)
-- Add fail2ban sensor ([@fronzbot] - [#9975]) ([sensor.fail2ban docs]) (new-platform)
-- add eph ember controls ([@ttroy50] - [#9721]) ([climate.ephember docs]) (new-platform)
-- whois domain lookup sensor ([@GenericStudent] - [#10000]) ([sensor.whois docs]) (new-platform)
-- Add Deluge Switch Component ([@HydrelioxGitHub] - [#9979]) ([switch.deluge docs]) (new-platform)
-- SNMP switch ([@kirichkov] - [#9840]) ([switch.snmp docs]) (new-platform)
-- Microsoft tts ([@jeroenterheerdt] - [#9973]) ([tts.microsoft docs]) (new-platform)
-- Telldus Live: Device without methods is a binary sensor ([@rasmusbe] - [#10106]) ([tellduslive docs]) ([binary_sensor.tellduslive docs]) (new-platform)
-- Support for NO-IP ([@fabaff] - [#10155]) ([no_ip docs]) (new-platform)
-- Linode ([@ryanm101] - [#9936]) ([linode docs]) ([binary_sensor.linode docs]) (new-platform)
-- Nederlandse spoorwegen ([@b10m] - [#10136]) ([sensor.nederlandse_spoorwegen docs]) (new-platform)
-- added Yesss SMS platform ([@flowolf] - [#10177]) ([notify.yessssms docs]) (new-platform)
-- Add Sytadin Traffic component ([@gautric] - [#9524]) ([sensor.sytadin docs]) (new-platform)
-- Added new Clickatell SMS messaging Notify Platform ([@davlloyd] - [#9775]) ([notify.clickatell docs]) (new-platform)
-- Add Random binary sensor ([@fabaff] - [#10164]) ([binary_sensor.random docs]) (new-platform)
-- Add gc100 platforms and component ([@davegravy] - [#10159]) ([gc100 docs]) ([binary_sensor.gc100 docs]) ([switch.gc100 docs]) (new-platform)
-- Timer component ([@danielperna84] - [#9889]) ([timer docs]) (new-platform)
-- integration with Remember The Milk. ([@ChristianKuehnel] - [#9803]) ([remember_the_milk docs]) (new-platform)
-- Luftdaten sensor ([@lichtteil] - [#10274]) ([sensor.luftdaten docs]) (new-platform)
-
-## release 0.57.1 - november 4
-
- - Fix login screen not showing when no password stored ([@balloob])
-
-## release 0.57.2 - november 5
-
-- Update frontend with fixes for setting temperature on climate card ([@balloob])
-- Fix setting max brightness for TRADFRI ([@ggravlingen] - [#10359])
-
-## release 0.57.3 - november 11
-
-- Tellstick Duo acync callback fix ([@stefan-jonasson] - [#10384]) ([tellstick docs])
-- Fixed update() method and removed `ding` feature from stickupcams/floodlight ([@tchellomello] - [#10428]) ([binary_sensor.ring docs]) ([camera.ring docs]) ([sensor.ring docs])
-
-## If you need help...
-
-...don't hesitate to use our very active [forums](https://community.home-assistant.io/) or join us for a little [chat](https://discord.gg/c5DvZ4e). 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.
-
-
-
-## Breaking Changes
-
-- IKEA TRÅDFRI: We no longer support entering the key in the configuration. ([@lwis] - [#10282]) ([tradfri docs]) (breaking change)
-- API.AI was renamed to [Dialogflow](https://home-assistant.io/components/dialogflow/). This requires to rename the entry in your `configuration.yaml` file from `apiai:` to `dialogflow`. ([@fabaff] - [#10006]) ([dialogflow docs]) (breaking change)
-- Wink: Removed support for entering your `username` and `password` in your config. Use the [new authentication method][wink-auth] instead. ([@w1ll1am23] - [#10277]) ([wink docs]) (breaking change)
-- Use feed name assigned in EmonCMS if there is one. This changes the default behavior but still uses configured 'name' if it's set, so it won't break the configuration of people who have customized their feed names in HA config. ([@KlaasH] - [#10021]) ([sensor.emoncms docs]) (breaking change)
-- The `namecheapdns` now uses `password:` instead of `access_token` in the configuration. Also, `host` is now optional which allow people who are not using subdomains to keep their configuration shorter. ([@fabaff] - [#10063]) ([namecheapdns docs]) (breaking change)
-- Fix recorder crash for long state string - enforce a maximum state of 255 characters at core level ([@milanvo] - [#9696]) (breaking change)
-- Add display currency setting to CoinMarketCap sensor. The name of the sensor attribute '24h_volume_usd' is changed to '24h_volume'. ([@R1chardTM] - [#10093]) ([sensor.coinmarketcap docs]) (breaking change)
-- MQTT Statestream now serializes all data to JSON before publishing. This means that string attributes and values will be quoted from now on (e.g.: '"on"' instead of 'on'). You can still read these strings without the quotes by using 'value_json' instead of 'value' where applicable (e.g., templates). This causes automatic JSON deserialization. Other simple types are not affected.
-
- This fixes errors when an entity has an attribute that is not "a string, bytearray, int, float or None" and mqtt_statestream is used. As of now, the attribute is just handed over to paho, and paho can only send the aforementioned types. This patch fixes the issue by just casting everything to string before handing it over to paho.
-
- There are a number of components / entities which have "other" attributes, e.g. light that have an RGB attribute which is a list. ([@tinloaf] - [#9872]) ([mqtt_statestream docs]) (breaking change)
-- Generic thermostat: the configuration option `tolerance` has been removed and has been replaced by `cold_tolerance` and `hot_tolerance`. This allows on and off states to have different error bands. ([@biggms] - [#9843]) ([climate.generic_thermostat docs]) (breaking change)
-- Developers only: frontend has been refactored. The method `register_panel` has been turned into a coroutine function called `async_register_panel`. The parameter `url_path` has been renamed to `frontend_url_path`. For frontend, development, you no longer pass `development: 1` to the http component but instead configure the frontend component to be in development mode by pointing it at a local checkout of the Polymer repo: ([@balloob] - [#9915]) (breaking change)
-
-## All changes
-
-- Update requests requirement ([@TopdRob] - [#9876])
-- Update `screenshot-components.png` file. ([@quamilek] - [#9987])
-- Upgrade speedtest-cli to 1.0.7 ([@fabaff] - [#9984]) ([sensor.speedtest docs])
-- Upgrade gitterpy to 0.1.6 ([@fabaff] - [#9983]) ([sensor.gitter docs])
-- Add optional attribute option to scrape sensor ([@DarkFox] - [#10001]) ([sensor.scrape docs])
-- Introducing Ring Door Bell Camera (including StickUp cameras) and WiFi sensors ([@tchellomello] - [#9962]) ([ring docs]) ([binary_sensor.ring docs]) ([camera.ring docs]) ([sensor.ring docs]) (new-platform)
-- Add support for multiple disks to be monitored. ([@cgtobi] - [#9977]) ([sensor.hddtemp docs])
-- Update the Russound RNET component to use enhanced Russound.py ([@altersis] - [#9739]) ([media_player.russound_rnet docs])
-- Fix spelling error ([@SilvrrGIT] - [#10009])
-- Change persistent notification to avoid long text in entity state ([@milanvo] - [#9967]) ([persistent_notification docs])
-- Renaming API.AI to Dialogflow ([@fabaff] - [#10006]) ([dialogflow docs]) (breaking change)
-- Bump dev to 0.57.0.dev0 ([@fabaff] - [#10010])
-- Add xy attribute to Yeelight ([@HydrelioxGitHub] - [#9957]) ([light.yeelight docs])
-- Added gaction script to support the new Google Assistant component in Docker ([@chriskacerguis] - [#10019])
-- Json api fix ([@alanfischer] - [#10017])
-- Upgrade mypy to 0.540 ([@fabaff] - [#10013])
-- Xiaomi Aqara: New xiaomi wireless button (sensor_switch.aq3) introduced ([@syssi] - [#10008]) ([binary_sensor.xiaomi_aqara docs])
-- Upgrade youtube_dl to 2017.10.20 ([@fabaff] - [#10014]) ([media_extractor docs])
-- switch.flux: add interval and transition attributes ([@abmantis] - [#9700]) ([switch.flux docs])
-- Use feed name assigned in EmonCMS if there is one ([@KlaasH] - [#10021]) ([sensor.emoncms docs]) (breaking change)
-- add irish rail transport sensor ([@ttroy50] - [#9883]) ([sensor.irish_rail_transport docs]) (new-platform)
-- RGB Tradfri simple support ([@matemaciek] - [#9703]) ([light.tradfri docs])
-- Add regression test for entity ID update bug ([@armills] - [#10037])
-- Aioautomatic bump and scope update ([@armills] - [#10043]) ([device_tracker.automatic docs])
-- Fix no data event triggers ([@armills] - [#10049]) ([automation.event docs])
-- fixing a typo in the old library which broke hub gen2 compatibility ([@sander76] - [#9990])
-- Add fail2ban sensor ([@fronzbot] - [#9975]) ([sensor.fail2ban docs]) (new-platform)
-- Show current program thumbnail as media_image ([@pschmitt] - [#10033]) ([media_player.liveboxplaytv docs])
-- Add link to docs and update ordering ([@fabaff] - [#10062]) ([duckdns docs])
-- Remove STATE_UNKNOWN ([@fabaff] - [#10064]) ([sensor.glances docs])
-- update library for xiaomi_aqara, change from pyCrypto to cryptography ([@danielhiversen] - [#10066]) ([xiaomi_aqara docs])
-- Make host optional ([@fabaff] - [#10063]) ([namecheapdns docs]) (breaking change)
-- Change deprecated use of maintainer tag in Dockerfile. ([@R1chardTM] - [#10068])
-- add eph ember controls ([@ttroy50] - [#9721]) ([climate.ephember docs]) (new-platform)
-- EntityComponent: revert warning ([@pvizeli] - [#10078])
-- Upgrade Sphinx to 1.6.5 ([@fabaff] - [#10090])
-- Support for Entity.available in sensor/rest ([@pezinek] - [#10073]) ([sensor.rest docs])
-- whois domain lookup sensor ([@GenericStudent] - [#10000]) ([sensor.whois docs]) (new-platform)
-- Update CODEOWNERS ([@danielhiversen] - [#10103])
-- fixed typo ([@iMarkus] - [#10110])
-- Revert gactions in Docker ([@balloob] - [#10115])
-- Add Deluge Switch Component ([@HydrelioxGitHub] - [#9979]) ([switch.deluge docs]) (new-platform)
-- Fix PEP8 and PEP257 issues ([@fabaff] - [#10108]) ([toon docs]) ([climate.toon docs]) ([sensor.toon docs]) ([switch.toon docs])
-- Fixes #10030. Extented Network Exceptions handling. ([@zabuldon] - [#10116]) ([tesla docs])
-- Consolidate frontend ([@balloob] - [#9915]) (breaking change)
-- Rfxtrx fix ([@danielhiversen] - [#10128]) ([rfxtrx docs])
-- Xiaomi MiIO Fan: Xiaomi Air Purifier 2 integration ([@syssi] - [#9837]) ([fan.xiaomi_miio docs])
-- WIP: Refactor Axis component removing external dependencies ([@Kane610] - [#9791]) ([axis docs]) ([binary_sensor.axis docs])
-- Allow folder selection for IMAP unread sensor ([@amelchio] - [#10126]) ([sensor.imap docs])
-- Fix Sonarr and Radarr divide by zero ([@tboyce021] - [#10101]) ([sensor.radarr docs]) ([sensor.sonarr docs])
-- Plex refactor Part 1 - Update plexapi to 3.0.3 ([@ryanm101] - [#9988]) ([media_player.plex docs])
-- Add Google Domains component ([@tboyce021] - [#9996])
-- Add Deluge Sensor ([@HydrelioxGitHub] - [#10117])
-- Added increment + decrement to input_number ([@danielperna84] - [#9870]) ([input_number docs])
-- Fix lint google-domains ([@pvizeli] - [#10135]) ([google_domains docs])
-- Fire numeric_state action when first state change matches criteria ([@amelchio] - [#10125]) ([automation.numeric_state docs])
-- SNMP switch ([@kirichkov] - [#9840]) ([switch.snmp docs]) (new-platform)
-- Binary sensor for detecting linear trends ([@hotplot] - [#9808]) ([binary_sensor.trend docs])
-- Fix recorder crash for long state string - enforce at core level ([@milanvo] - [#9696]) (breaking change)
-- Microsoft tts ([@jeroenterheerdt] - [#9973]) ([tts.microsoft docs]) (new-platform)
-- Upgrade pysnmp to 4.4.1 ([@fabaff] - [#10138]) ([device_tracker.snmp docs]) ([sensor.snmp docs]) ([switch.snmp docs])
-- Telldus Live: Device without methods is a binary sensor ([@rasmusbe] - [#10106]) ([tellduslive docs]) ([binary_sensor.tellduslive docs]) (new-platform)
-- Add last action to xiaomi aqara button ([@danielhiversen] - [#10131]) ([binary_sensor.xiaomi_aqara docs])
-- Add display currency setting to CoinMarketCap sensor ([@R1chardTM] - [#10093]) ([sensor.coinmarketcap docs]) (breaking change)
-- Xiaomi MiIO Switch: Support for different device types ([@syssi] - [#9836]) ([switch.xiaomi_miio docs])
-- Core POC support for polymer i18n ([@armills] - [#6344]) ([history docs]) ([logbook docs])
-- Don't use pypi package in dev mode. Allow non-fingerprinted mdi. ([@andrey-git] - [#10144])
-- added platform discovery code back into device_tracker ([@etsinko] - [#10169]) ([device_tracker docs])
-- Upgrade sendgrid to 5.3.0 ([@fabaff] - [#10166]) ([notify.sendgrid docs])
-- Upgrade python_opendata_transport to 0.0.3 ([@fabaff] - [#10162]) ([sensor.swiss_public_transport docs])
-- Upgrade libnacl to 1.6.1 ([@fabaff] - [#10161]) ([device_tracker.owntracks docs])
-- New DTLSSocket version that fixes Cython dependency for Trådfri ([@flowolf] - [#10123]) ([tradfri docs])
-- Rfxtrx binary sensor rewrite ([@ypollart] - [#10152]) ([rfxtrx docs]) ([binary_sensor.rfxtrx docs])
-- Support for NO-IP ([@fabaff] - [#10155]) ([no_ip docs]) (new-platform)
-- Reduce album art flickering in media player UI ([@amelchio] - [#10163]) ([media_player docs])
-- Avoid Sonos errors for tracks with no artist information ([@amelchio] - [#10160]) ([media_player.sonos docs])
-- MPD now uses the filename if song doesn't have metadata ([@C0DK] - [#10085])
-- Updated denon component to play nice with the 3808CI that doesn't support NSFRN command ([@randellhodges] - [#10157])
-- Fix for issue #9240 ([@bastshoes] - [#10173]) ([fan.mqtt docs])
-- Linode ([@ryanm101] - [#9936]) ([linode docs]) ([binary_sensor.linode docs]) (new-platform)
-- Cast attribute values to string before publishing to MQTT ([@tinloaf] - [#9872]) ([mqtt_statestream docs]) (breaking change)
-- Xiaomi MiIO Light: Philips Eyecare Lamp 2 support ([@syssi] - [#10007]) ([light.xiaomi_miio docs]) ([switch.xiaomi_miio docs]) ([vacuum.xiaomi_miio docs])
-- Nederlandse spoorwegen ([@b10m] - [#10136]) ([sensor.nederlandse_spoorwegen docs]) (new-platform)
-- Added capability to pass a filename to the downloader component ([@tchellomello] - [#10059]) ([downloader docs])
-- Limits of the favorite level updated. Values between 0 and 16 will be accepted. ([@syssi] - [#10186]) ([fan.xiaomi_miio docs])
-- added Yesss SMS platform ([@flowolf] - [#10177]) ([notify.yessssms docs]) (new-platform)
-- Add Sytadin Traffic component ([@gautric] - [#9524]) ([sensor.sytadin docs]) (new-platform)
-- media_title property now returns current source ([@etsinko] - [#10120]) ([media_player.monoprice docs])
-- Added new Clickatell SMS messaging Notify Platform ([@davlloyd] - [#9775]) ([notify.clickatell docs]) (new-platform)
-- update boto3 to 1.4.7 and botocore to 1.7.34 ([@TopdRob] - [#10121]) ([notify.aws_lambda docs]) ([notify.aws_sns docs]) ([notify.aws_sqs docs]) ([tts.amazon_polly docs])
-- Add Random binary sensor ([@fabaff] - [#10164]) ([binary_sensor.random docs]) (new-platform)
-- Add clickatell ([@fabaff] - [#10199])
-- Update CODEOWNERS ([@ggravlingen] - [#10198])
-- Add unit test for hddtemp sensor. ([@cgtobi] - [#10154])
-- Upgrade pylast to 2.0.0 ([@fabaff] - [#10200]) ([sensor.lastfm docs])
-- Move constant to 'const.py' and use already definied ones ([@fabaff] - [#10204]) ([input_number docs]) ([climate.honeywell docs]) ([device_tracker.asuswrt docs]) ([image_processing.openalpr_local docs]) ([sensor.google_travel_time docs]) ([sensor.uk_transport docs]) ([switch.flux docs])
-- Upgrade youtube_dl to 2017.10.29 ([@fabaff] - [#10202]) ([media_extractor docs])
-- Bump pyvera to 0.2.38. ([@pavoni] - [#10206]) ([vera docs])
-- Move constant to 'const.py' and use already defined ones ([@fabaff] - [#10211])
-- Add new service 'snapshot' for camera ([@pvizeli] - [#10207]) ([camera docs])
-- Upgrade restrictedpython to 4.0b2 ([@fabaff] - [#10179])
-- Google Assistant Script Support ([@epleypa] - [#10148]) ([google_assistant docs])
-- Raincloudy version bump ([@tchellomello] - [#10225]) ([raincloud docs])
-- Add gc100 platforms and component ([@davegravy] - [#10159]) ([gc100 docs]) ([binary_sensor.gc100 docs]) ([switch.gc100 docs]) (new-platform)
-- Librouteros capsman fix ([@nicolaevladescu] - [#10217]) ([device_tracker.mikrotik docs])
-- Add entity_picture_template options to Template Cover, Template Light, Template Sensor, and Template Switch ([@bachya] - [#9854]) ([cover.template docs])
-- Xiaomi Aqara: Remove/Add device service added ([@syssi] - [#10150]) ([xiaomi_aqara docs])
-- Introducing multi-zone support for yamaha_musiccast devices ([@jalmeroth] - [#9968])
-- Clarify yamaha play_media parameters ([@sdague] - [#10228]) ([media_player.yamaha docs])
-- Update services.yaml files ([@fabaff] - [#10229])
-- Add priority attribute for hyperion ([@ImEmJay] - [#10102]) ([light.hyperion docs])
-- OwnTracks work. Beacon logic and testcases ([@ehagan] - [#10183]) ([device_tracker.owntracks docs])
-- Sytadin default value must be a list #10233 ([@gautric] - [#10234]) ([sensor.sytadin docs])
-- Use theme color in loading screen. ([@andrey-git] - [#10248])
-- Move constant to 'const.py' ([@fabaff] - [#10249]) ([sensor.hddtemp docs]) ([sensor.synologydsm docs])
-- Add support for odhcpd DHCP server ([@chemicalstorm] - [#9858]) ([device_tracker.ubus docs])
-- Changed single tolerance value to COLD and HOT tolerances. Allows on and off states to have different error bands. ([@biggms] - [#9843]) ([climate.generic_thermostat docs]) (breaking change)
-- Add support for 'Send Current Position' feature in Geofency 5.1 ([@gunnarhelgason] - [#10012]) ([device_tracker.geofency docs])
-- input_text - Added service doc ([@cdce8p] - [#10238]) ([input_text docs])
-- Mqtt light options to fix #9330 and #7810 ([@TD22057] - [#9829]) ([light.mqtt docs])
-- WIP: Timer component ([@danielperna84] - [#9889]) ([timer docs]) (new-platform)
-- Use translated panel names on frontend ([@armills] - [#10197])
-- Alexa SmartHome API extend ([@pvizeli] - [#10251])
-- integration with Remember The Milk. ([@ChristianKuehnel] - [#9803]) ([remember_the_milk docs]) (new-platform)
-- Google Assistant: make it possible to set a custom domain/type ([@perosb] - [#10188]) ([google_assistant docs])
-- Add EntityFilter helper ([@mw-white] - [#10221])
-- Avoid Sonos error during startup ([@amelchio] - [#10146]) ([media_player.sonos docs])
-- Update netdisco to 1.2.3 ([@balloob] - [#10266])
-- Extracted json saving and loading ([@molobrakos] - [#10216]) ([media_player.plex docs])
-- Change introduction card to use persistent notification ([@balloob] - [#10265]) ([introduction docs])
-- Add unit test for wake on lan component. ([@cgtobi] - [#10262])
-- Add link to docs ([@fabaff] - [#10272])
-- Add xy support to Alexa HomeAPI v3 ([@pvizeli] - [#10268])
-- Remove http.development ([@balloob] - [#10267]) ([http docs])
-- Add setup platform tests for the season sensor component. ([@cgtobi] - [#10270])
-- Add Google Assistant support for setting climate temperature and operation mode. ([@emosenkis] - [#10174]) ([google_assistant docs])
-- WIP: Cleanup async stuff on templates ([@pvizeli] - [#10275]) ([switch.template docs])
-- Removed username/password auth and moved to new save/load json ([@w1ll1am23] - [#10277]) ([wink docs]) (breaking change)
-- Support new tradfri individual DTLS identification method ([@lwis] - [#10282]) ([tradfri docs]) (breaking change)
-- Update plant for dealing with float values ([@dominikandreas] - [#10246]) ([plant docs])
-- Fixed Tradfri whitebulbs handling after #9703 ([@matemaciek] - [#10040]) ([light.tradfri docs])
-- Luftdaten sensor ([@lichtteil] - [#10274]) ([sensor.luftdaten docs]) (new-platform)
-- Improve unit tests for season sensor component. ([@cgtobi] - [#10288])
-- Better scene handling ([@joaqtor] - [#10213])
-- Follow-up: Replace emulated_hue: with emulated_hue_hidden ([@vatir] - [#9894]) ([light.hue docs])
-- Maintain recorder purge schedule ([@PeteBa] - [#10279])
-- update mask-icon to a working mask-icon.svg ([@NovapaX] - [#10290])
-- Cleanup Xiaomi Aqara ([@balloob] - [#10302]) ([xiaomi_aqara docs])
-- Fix panel_custom ([@balloob] - [#10303]) ([panel_custom docs])
-- Cloud: Authenticate with id token ([@balloob] - [#10304])
-- Allow an empty MAC address at the Xiaomi Aqara Gateway configuration. ([@syssi] - [#10307]) ([xiaomi_aqara docs])
-- Upgrade credstash to 1.14.0 ([@fabaff] - [#10310])
-- TellStick / Remove async flavor / add hassio ([@pvizeli] - [#10315]) ([tellstick docs])
-- Strip white space from configurator input ([@w1ll1am23] - [#10317]) ([wink docs])
-- Fix recorder purge ([@pvizeli] - [#10318])
-- Fix formatting invalid config text ([@balloob] - [#10319])
-- Tc update ([@wardcraigj] - [#10322]) ([alarm_control_panel.totalconnect docs])
-- Move timer into correct folder ([@pvizeli] - [#10324]) ([timer docs])
-
-[#10000]: https://github.com/home-assistant/home-assistant/pull/10000
-[#10001]: https://github.com/home-assistant/home-assistant/pull/10001
-[#10006]: https://github.com/home-assistant/home-assistant/pull/10006
-[#10007]: https://github.com/home-assistant/home-assistant/pull/10007
-[#10008]: https://github.com/home-assistant/home-assistant/pull/10008
-[#10009]: https://github.com/home-assistant/home-assistant/pull/10009
-[#10010]: https://github.com/home-assistant/home-assistant/pull/10010
-[#10012]: https://github.com/home-assistant/home-assistant/pull/10012
-[#10013]: https://github.com/home-assistant/home-assistant/pull/10013
-[#10014]: https://github.com/home-assistant/home-assistant/pull/10014
-[#10017]: https://github.com/home-assistant/home-assistant/pull/10017
-[#10019]: https://github.com/home-assistant/home-assistant/pull/10019
-[#10021]: https://github.com/home-assistant/home-assistant/pull/10021
-[#10033]: https://github.com/home-assistant/home-assistant/pull/10033
-[#10037]: https://github.com/home-assistant/home-assistant/pull/10037
-[#10040]: https://github.com/home-assistant/home-assistant/pull/10040
-[#10043]: https://github.com/home-assistant/home-assistant/pull/10043
-[#10049]: https://github.com/home-assistant/home-assistant/pull/10049
-[#10059]: https://github.com/home-assistant/home-assistant/pull/10059
-[#10062]: https://github.com/home-assistant/home-assistant/pull/10062
-[#10063]: https://github.com/home-assistant/home-assistant/pull/10063
-[#10064]: https://github.com/home-assistant/home-assistant/pull/10064
-[#10066]: https://github.com/home-assistant/home-assistant/pull/10066
-[#10068]: https://github.com/home-assistant/home-assistant/pull/10068
-[#10073]: https://github.com/home-assistant/home-assistant/pull/10073
-[#10078]: https://github.com/home-assistant/home-assistant/pull/10078
-[#10085]: https://github.com/home-assistant/home-assistant/pull/10085
-[#10090]: https://github.com/home-assistant/home-assistant/pull/10090
-[#10093]: https://github.com/home-assistant/home-assistant/pull/10093
-[#10101]: https://github.com/home-assistant/home-assistant/pull/10101
-[#10102]: https://github.com/home-assistant/home-assistant/pull/10102
-[#10103]: https://github.com/home-assistant/home-assistant/pull/10103
-[#10106]: https://github.com/home-assistant/home-assistant/pull/10106
-[#10108]: https://github.com/home-assistant/home-assistant/pull/10108
-[#10110]: https://github.com/home-assistant/home-assistant/pull/10110
-[#10115]: https://github.com/home-assistant/home-assistant/pull/10115
-[#10116]: https://github.com/home-assistant/home-assistant/pull/10116
-[#10117]: https://github.com/home-assistant/home-assistant/pull/10117
-[#10120]: https://github.com/home-assistant/home-assistant/pull/10120
-[#10121]: https://github.com/home-assistant/home-assistant/pull/10121
-[#10123]: https://github.com/home-assistant/home-assistant/pull/10123
-[#10125]: https://github.com/home-assistant/home-assistant/pull/10125
-[#10126]: https://github.com/home-assistant/home-assistant/pull/10126
-[#10128]: https://github.com/home-assistant/home-assistant/pull/10128
-[#10131]: https://github.com/home-assistant/home-assistant/pull/10131
-[#10135]: https://github.com/home-assistant/home-assistant/pull/10135
-[#10136]: https://github.com/home-assistant/home-assistant/pull/10136
-[#10138]: https://github.com/home-assistant/home-assistant/pull/10138
-[#10144]: https://github.com/home-assistant/home-assistant/pull/10144
-[#10146]: https://github.com/home-assistant/home-assistant/pull/10146
-[#10148]: https://github.com/home-assistant/home-assistant/pull/10148
-[#10150]: https://github.com/home-assistant/home-assistant/pull/10150
-[#10152]: https://github.com/home-assistant/home-assistant/pull/10152
-[#10154]: https://github.com/home-assistant/home-assistant/pull/10154
-[#10155]: https://github.com/home-assistant/home-assistant/pull/10155
-[#10157]: https://github.com/home-assistant/home-assistant/pull/10157
-[#10159]: https://github.com/home-assistant/home-assistant/pull/10159
-[#10160]: https://github.com/home-assistant/home-assistant/pull/10160
-[#10161]: https://github.com/home-assistant/home-assistant/pull/10161
-[#10162]: https://github.com/home-assistant/home-assistant/pull/10162
-[#10163]: https://github.com/home-assistant/home-assistant/pull/10163
-[#10164]: https://github.com/home-assistant/home-assistant/pull/10164
-[#10166]: https://github.com/home-assistant/home-assistant/pull/10166
-[#10169]: https://github.com/home-assistant/home-assistant/pull/10169
-[#10173]: https://github.com/home-assistant/home-assistant/pull/10173
-[#10174]: https://github.com/home-assistant/home-assistant/pull/10174
-[#10177]: https://github.com/home-assistant/home-assistant/pull/10177
-[#10179]: https://github.com/home-assistant/home-assistant/pull/10179
-[#10183]: https://github.com/home-assistant/home-assistant/pull/10183
-[#10186]: https://github.com/home-assistant/home-assistant/pull/10186
-[#10188]: https://github.com/home-assistant/home-assistant/pull/10188
-[#10197]: https://github.com/home-assistant/home-assistant/pull/10197
-[#10198]: https://github.com/home-assistant/home-assistant/pull/10198
-[#10199]: https://github.com/home-assistant/home-assistant/pull/10199
-[#10200]: https://github.com/home-assistant/home-assistant/pull/10200
-[#10202]: https://github.com/home-assistant/home-assistant/pull/10202
-[#10204]: https://github.com/home-assistant/home-assistant/pull/10204
-[#10206]: https://github.com/home-assistant/home-assistant/pull/10206
-[#10207]: https://github.com/home-assistant/home-assistant/pull/10207
-[#10211]: https://github.com/home-assistant/home-assistant/pull/10211
-[#10213]: https://github.com/home-assistant/home-assistant/pull/10213
-[#10216]: https://github.com/home-assistant/home-assistant/pull/10216
-[#10217]: https://github.com/home-assistant/home-assistant/pull/10217
-[#10221]: https://github.com/home-assistant/home-assistant/pull/10221
-[#10225]: https://github.com/home-assistant/home-assistant/pull/10225
-[#10228]: https://github.com/home-assistant/home-assistant/pull/10228
-[#10229]: https://github.com/home-assistant/home-assistant/pull/10229
-[#10234]: https://github.com/home-assistant/home-assistant/pull/10234
-[#10238]: https://github.com/home-assistant/home-assistant/pull/10238
-[#10246]: https://github.com/home-assistant/home-assistant/pull/10246
-[#10248]: https://github.com/home-assistant/home-assistant/pull/10248
-[#10249]: https://github.com/home-assistant/home-assistant/pull/10249
-[#10251]: https://github.com/home-assistant/home-assistant/pull/10251
-[#10262]: https://github.com/home-assistant/home-assistant/pull/10262
-[#10265]: https://github.com/home-assistant/home-assistant/pull/10265
-[#10266]: https://github.com/home-assistant/home-assistant/pull/10266
-[#10267]: https://github.com/home-assistant/home-assistant/pull/10267
-[#10268]: https://github.com/home-assistant/home-assistant/pull/10268
-[#10270]: https://github.com/home-assistant/home-assistant/pull/10270
-[#10272]: https://github.com/home-assistant/home-assistant/pull/10272
-[#10274]: https://github.com/home-assistant/home-assistant/pull/10274
-[#10275]: https://github.com/home-assistant/home-assistant/pull/10275
-[#10277]: https://github.com/home-assistant/home-assistant/pull/10277
-[#10279]: https://github.com/home-assistant/home-assistant/pull/10279
-[#10282]: https://github.com/home-assistant/home-assistant/pull/10282
-[#10288]: https://github.com/home-assistant/home-assistant/pull/10288
-[#10290]: https://github.com/home-assistant/home-assistant/pull/10290
-[#10302]: https://github.com/home-assistant/home-assistant/pull/10302
-[#10303]: https://github.com/home-assistant/home-assistant/pull/10303
-[#10304]: https://github.com/home-assistant/home-assistant/pull/10304
-[#10307]: https://github.com/home-assistant/home-assistant/pull/10307
-[#10310]: https://github.com/home-assistant/home-assistant/pull/10310
-[#10315]: https://github.com/home-assistant/home-assistant/pull/10315
-[#10317]: https://github.com/home-assistant/home-assistant/pull/10317
-[#10318]: https://github.com/home-assistant/home-assistant/pull/10318
-[#10319]: https://github.com/home-assistant/home-assistant/pull/10319
-[#10322]: https://github.com/home-assistant/home-assistant/pull/10322
-[#10324]: https://github.com/home-assistant/home-assistant/pull/10324
-[#6344]: https://github.com/home-assistant/home-assistant/pull/6344
-[#9524]: https://github.com/home-assistant/home-assistant/pull/9524
-[#9696]: https://github.com/home-assistant/home-assistant/pull/9696
-[#9700]: https://github.com/home-assistant/home-assistant/pull/9700
-[#9703]: https://github.com/home-assistant/home-assistant/pull/9703
-[#9721]: https://github.com/home-assistant/home-assistant/pull/9721
-[#9739]: https://github.com/home-assistant/home-assistant/pull/9739
-[#9775]: https://github.com/home-assistant/home-assistant/pull/9775
-[#9791]: https://github.com/home-assistant/home-assistant/pull/9791
-[#9803]: https://github.com/home-assistant/home-assistant/pull/9803
-[#9808]: https://github.com/home-assistant/home-assistant/pull/9808
-[#9829]: https://github.com/home-assistant/home-assistant/pull/9829
-[#9836]: https://github.com/home-assistant/home-assistant/pull/9836
-[#9837]: https://github.com/home-assistant/home-assistant/pull/9837
-[#9840]: https://github.com/home-assistant/home-assistant/pull/9840
-[#9843]: https://github.com/home-assistant/home-assistant/pull/9843
-[#9854]: https://github.com/home-assistant/home-assistant/pull/9854
-[#9858]: https://github.com/home-assistant/home-assistant/pull/9858
-[#9870]: https://github.com/home-assistant/home-assistant/pull/9870
-[#9872]: https://github.com/home-assistant/home-assistant/pull/9872
-[#9876]: https://github.com/home-assistant/home-assistant/pull/9876
-[#9883]: https://github.com/home-assistant/home-assistant/pull/9883
-[#9889]: https://github.com/home-assistant/home-assistant/pull/9889
-[#9894]: https://github.com/home-assistant/home-assistant/pull/9894
-[#9915]: https://github.com/home-assistant/home-assistant/pull/9915
-[#9936]: https://github.com/home-assistant/home-assistant/pull/9936
-[#9957]: https://github.com/home-assistant/home-assistant/pull/9957
-[#9962]: https://github.com/home-assistant/home-assistant/pull/9962
-[#9967]: https://github.com/home-assistant/home-assistant/pull/9967
-[#9968]: https://github.com/home-assistant/home-assistant/pull/9968
-[#9973]: https://github.com/home-assistant/home-assistant/pull/9973
-[#9975]: https://github.com/home-assistant/home-assistant/pull/9975
-[#9977]: https://github.com/home-assistant/home-assistant/pull/9977
-[#9979]: https://github.com/home-assistant/home-assistant/pull/9979
-[#9983]: https://github.com/home-assistant/home-assistant/pull/9983
-[#9984]: https://github.com/home-assistant/home-assistant/pull/9984
-[#9987]: https://github.com/home-assistant/home-assistant/pull/9987
-[#9988]: https://github.com/home-assistant/home-assistant/pull/9988
-[#9990]: https://github.com/home-assistant/home-assistant/pull/9990
-[#9996]: https://github.com/home-assistant/home-assistant/pull/9996
-[#10359]: https://github.com/home-assistant/home-assistant/pull/10359
-[@C0DK]: https://github.com/C0DK
-[@ChristianKuehnel]: https://github.com/ChristianKuehnel
-[@DarkFox]: https://github.com/DarkFox
-[@GenericStudent]: https://github.com/GenericStudent
-[@HydrelioxGitHub]: https://github.com/HydrelioxGitHub
-[@ImEmJay]: https://github.com/ImEmJay
-[@Kane610]: https://github.com/Kane610
-[@KlaasH]: https://github.com/KlaasH
-[@NovapaX]: https://github.com/NovapaX
-[@PeteBa]: https://github.com/PeteBa
-[@R1chardTM]: https://github.com/R1chardTM
-[@SilvrrGIT]: https://github.com/SilvrrGIT
-[@TD22057]: https://github.com/TD22057
-[@TopdRob]: https://github.com/TopdRob
-[@abmantis]: https://github.com/abmantis
-[@alanfischer]: https://github.com/alanfischer
-[@altersis]: https://github.com/altersis
-[@amelchio]: https://github.com/amelchio
-[@andrey-git]: https://github.com/andrey-git
-[@armills]: https://github.com/armills
-[@b10m]: https://github.com/b10m
-[@bachya]: https://github.com/bachya
-[@balloob]: https://github.com/balloob
-[@bastshoes]: https://github.com/bastshoes
-[@biggms]: https://github.com/biggms
-[@cdce8p]: https://github.com/cdce8p
-[@cgtobi]: https://github.com/cgtobi
-[@chemicalstorm]: https://github.com/chemicalstorm
-[@chriskacerguis]: https://github.com/chriskacerguis
-[@danielhiversen]: https://github.com/danielhiversen
-[@danielperna84]: https://github.com/danielperna84
-[@davegravy]: https://github.com/davegravy
-[@davlloyd]: https://github.com/davlloyd
-[@dominikandreas]: https://github.com/dominikandreas
-[@ehagan]: https://github.com/ehagan
-[@emosenkis]: https://github.com/emosenkis
-[@epleypa]: https://github.com/epleypa
-[@etsinko]: https://github.com/etsinko
-[@fabaff]: https://github.com/fabaff
-[@flowolf]: https://github.com/flowolf
-[@fronzbot]: https://github.com/fronzbot
-[@gautric]: https://github.com/gautric
-[@ggravlingen]: https://github.com/ggravlingen
-[@gunnarhelgason]: https://github.com/gunnarhelgason
-[@hotplot]: https://github.com/hotplot
-[@iMarkus]: https://github.com/iMarkus
-[@jalmeroth]: https://github.com/jalmeroth
-[@jeroenterheerdt]: https://github.com/jeroenterheerdt
-[@joaqtor]: https://github.com/joaqtor
-[@kirichkov]: https://github.com/kirichkov
-[@lichtteil]: https://github.com/lichtteil
-[@lwis]: https://github.com/lwis
-[@matemaciek]: https://github.com/matemaciek
-[@milanvo]: https://github.com/milanvo
-[@molobrakos]: https://github.com/molobrakos
-[@mw-white]: https://github.com/mw-white
-[@nicolaevladescu]: https://github.com/nicolaevladescu
-[@pavoni]: https://github.com/pavoni
-[@perosb]: https://github.com/perosb
-[@pezinek]: https://github.com/pezinek
-[@pschmitt]: https://github.com/pschmitt
-[@pvizeli]: https://github.com/pvizeli
-[@quamilek]: https://github.com/quamilek
-[@randellhodges]: https://github.com/randellhodges
-[@rasmusbe]: https://github.com/rasmusbe
-[@ryanm101]: https://github.com/ryanm101
-[@sander76]: https://github.com/sander76
-[@sdague]: https://github.com/sdague
-[@syssi]: https://github.com/syssi
-[@tboyce021]: https://github.com/tboyce021
-[@tchellomello]: https://github.com/tchellomello
-[@tinloaf]: https://github.com/tinloaf
-[@ttroy50]: https://github.com/ttroy50
-[@vatir]: https://github.com/vatir
-[@w1ll1am23]: https://github.com/w1ll1am23
-[@wardcraigj]: https://github.com/wardcraigj
-[@ypollart]: https://github.com/ypollart
-[@zabuldon]: https://github.com/zabuldon
-[alarm_control_panel.totalconnect docs]: https://home-assistant.io/components/alarm_control_panel.totalconnect/
-[alexa.smart_home docs]: https://home-assistant.io/components/alexa.smart_home/
-[api docs]: https://home-assistant.io/components/api/
-[automation.event docs]: https://home-assistant.io/docs/automation/trigger/#event-trigger
-[automation.numeric_state docs]: https://home-assistant.io/docs/automation/trigger/#numeric-state-trigger
-[axis docs]: https://home-assistant.io/components/axis/
-[binary_sensor.axis docs]: https://home-assistant.io/components/binary_sensor.axis/
-[binary_sensor.gc100 docs]: https://home-assistant.io/components/binary_sensor.gc100/
-[binary_sensor.linode docs]: https://home-assistant.io/components/binary_sensor.linode/
-[binary_sensor.random docs]: https://home-assistant.io/components/binary_sensor.random/
-[binary_sensor.rfxtrx docs]: https://home-assistant.io/components/binary_sensor.rfxtrx/
-[binary_sensor.ring docs]: https://home-assistant.io/components/binary_sensor.ring/
-[binary_sensor.tellduslive docs]: https://home-assistant.io/components/binary_sensor.tellduslive/
-[binary_sensor.trend docs]: https://home-assistant.io/components/binary_sensor.trend/
-[binary_sensor.xiaomi_aqara docs]: https://home-assistant.io/components/binary_sensor.xiaomi_aqara/
-[camera docs]: https://home-assistant.io/components/camera/
-[camera.ring docs]: https://home-assistant.io/components/camera.ring/
-[climate.ephember docs]: https://home-assistant.io/components/climate.ephember/
-[climate.generic_thermostat docs]: https://home-assistant.io/components/climate.generic_thermostat/
-[climate.honeywell docs]: https://home-assistant.io/components/climate.honeywell/
-[climate.toon docs]: https://home-assistant.io/components/climate.toon/
-[cloud docs]: https://home-assistant.io/components/cloud/
-[cloud.iot docs]: https://home-assistant.io/components/cloud.iot/
-[cover.template docs]: https://home-assistant.io/components/cover.template/
-[device_tracker docs]: https://home-assistant.io/components/device_tracker/
-[device_tracker.asuswrt docs]: https://home-assistant.io/components/device_tracker.asuswrt/
-[device_tracker.automatic docs]: https://home-assistant.io/components/device_tracker.automatic/
-[device_tracker.geofency docs]: https://home-assistant.io/components/device_tracker.geofency/
-[device_tracker.mikrotik docs]: https://home-assistant.io/components/device_tracker.mikrotik/
-[device_tracker.owntracks docs]: https://home-assistant.io/components/device_tracker.owntracks/
-[device_tracker.snmp docs]: https://home-assistant.io/components/device_tracker.snmp/
-[device_tracker.ubus docs]: https://home-assistant.io/components/device_tracker.ubus/
-[dialogflow docs]: https://home-assistant.io/components/dialogflow/
-[downloader docs]: https://home-assistant.io/components/downloader/
-[duckdns docs]: https://home-assistant.io/components/duckdns/
-[fan.mqtt docs]: https://home-assistant.io/components/fan.mqtt/
-[fan.xiaomi_miio docs]: https://home-assistant.io/components/fan.xiaomi_miio/
-[gc100 docs]: https://home-assistant.io/components/gc100/
-[google_assistant docs]: https://home-assistant.io/components/google_assistant/
-[google_domains docs]: https://home-assistant.io/components/google_domains/
-[hassio docs]: https://home-assistant.io/components/hassio/
-[history docs]: https://home-assistant.io/components/history/
-[http docs]: https://home-assistant.io/components/http/
-[image_processing.openalpr_local docs]: https://home-assistant.io/components/image_processing.openalpr_local/
-[input_number docs]: https://home-assistant.io/components/input_number/
-[input_text docs]: https://home-assistant.io/components/input_text/
-[introduction docs]: https://home-assistant.io/components/introduction/
-[light.hue docs]: https://home-assistant.io/components/light.hue/
-[light.hyperion docs]: https://home-assistant.io/components/light.hyperion/
-[light.mqtt docs]: https://home-assistant.io/components/light.mqtt/
-[light.tradfri docs]: https://home-assistant.io/components/light.tradfri/
-[light.xiaomi_miio docs]: https://home-assistant.io/components/light.xiaomi_miio/
-[light.yeelight docs]: https://home-assistant.io/components/light.yeelight/
-[linode docs]: https://home-assistant.io/components/linode/
-[logbook docs]: https://home-assistant.io/components/logbook/
-[mailbox docs]: https://home-assistant.io/components/mailbox/
-[media_extractor docs]: https://home-assistant.io/components/media_extractor/
-[media_player docs]: https://home-assistant.io/components/media_player/
-[media_player.liveboxplaytv docs]: https://home-assistant.io/components/media_player.liveboxplaytv/
-[media_player.monoprice docs]: https://home-assistant.io/components/media_player.monoprice/
-[media_player.plex docs]: https://home-assistant.io/components/media_player.plex/
-[media_player.russound_rnet docs]: https://home-assistant.io/components/media_player.russound_rnet/
-[media_player.sonos docs]: https://home-assistant.io/components/media_player.sonos/
-[media_player.yamaha docs]: https://home-assistant.io/components/media_player.yamaha/
-[mqtt_statestream docs]: https://home-assistant.io/components/mqtt_statestream/
-[namecheapdns docs]: https://home-assistant.io/components/namecheapdns/
-[no_ip docs]: https://home-assistant.io/components/no_ip/
-[notify.aws_lambda docs]: https://home-assistant.io/components/notify.aws_lambda/
-[notify.aws_sns docs]: https://home-assistant.io/components/notify.aws_sns/
-[notify.aws_sqs docs]: https://home-assistant.io/components/notify.aws_sqs/
-[notify.clickatell docs]: https://home-assistant.io/components/notify.clickatell/
-[notify.sendgrid docs]: https://home-assistant.io/components/notify.sendgrid/
-[notify.yessssms docs]: https://home-assistant.io/components/notify.yessssms/
-[panel_custom docs]: https://home-assistant.io/components/panel_custom/
-[persistent_notification docs]: https://home-assistant.io/components/persistent_notification/
-[plant docs]: https://home-assistant.io/components/plant/
-[raincloud docs]: https://home-assistant.io/components/raincloud/
-[remember_the_milk docs]: https://home-assistant.io/components/remember_the_milk/
-[rfxtrx docs]: https://home-assistant.io/components/rfxtrx/
-[ring docs]: https://home-assistant.io/components/ring/
-[sensor.coinmarketcap docs]: https://home-assistant.io/components/sensor.coinmarketcap/
-[sensor.emoncms docs]: https://home-assistant.io/components/sensor.emoncms/
-[sensor.fail2ban docs]: https://home-assistant.io/components/sensor.fail2ban/
-[sensor.gitter docs]: https://home-assistant.io/components/sensor.gitter/
-[sensor.glances docs]: https://home-assistant.io/components/sensor.glances/
-[sensor.google_travel_time docs]: https://home-assistant.io/components/sensor.google_travel_time/
-[sensor.hddtemp docs]: https://home-assistant.io/components/sensor.hddtemp/
-[sensor.imap docs]: https://home-assistant.io/components/sensor.imap/
-[sensor.irish_rail_transport docs]: https://home-assistant.io/components/sensor.irish_rail_transport/
-[sensor.lastfm docs]: https://home-assistant.io/components/sensor.lastfm/
-[sensor.luftdaten docs]: https://home-assistant.io/components/sensor.luftdaten/
-[sensor.nederlandse_spoorwegen docs]: https://home-assistant.io/components/sensor.nederlandse_spoorwegen/
-[sensor.radarr docs]: https://home-assistant.io/components/sensor.radarr/
-[sensor.rest docs]: https://home-assistant.io/components/sensor.rest/
-[sensor.ring docs]: https://home-assistant.io/components/sensor.ring/
-[sensor.scrape docs]: https://home-assistant.io/components/sensor.scrape/
-[sensor.snmp docs]: https://home-assistant.io/components/sensor.snmp/
-[sensor.sonarr docs]: https://home-assistant.io/components/sensor.sonarr/
-[sensor.speedtest docs]: https://home-assistant.io/components/sensor.speedtest/
-[sensor.swiss_public_transport docs]: https://home-assistant.io/components/sensor.swiss_public_transport/
-[sensor.synologydsm docs]: https://home-assistant.io/components/sensor.synologydsm/
-[sensor.sytadin docs]: https://home-assistant.io/components/sensor.sytadin/
-[sensor.toon docs]: https://home-assistant.io/components/sensor.toon/
-[sensor.uk_transport docs]: https://home-assistant.io/components/sensor.uk_transport/
-[sensor.whois docs]: https://home-assistant.io/components/sensor.whois/
-[shopping_list docs]: https://home-assistant.io/components/shopping_list/
-[switch.deluge docs]: https://home-assistant.io/components/switch.deluge/
-[switch.flux docs]: https://home-assistant.io/components/switch.flux/
-[switch.gc100 docs]: https://home-assistant.io/components/switch.gc100/
-[switch.snmp docs]: https://home-assistant.io/components/switch.snmp/
-[switch.template docs]: https://home-assistant.io/components/switch.template/
-[switch.toon docs]: https://home-assistant.io/components/switch.toon/
-[switch.xiaomi_miio docs]: https://home-assistant.io/components/switch.xiaomi_miio/
-[tellduslive docs]: https://home-assistant.io/components/tellduslive/
-[tellstick docs]: https://home-assistant.io/components/tellstick/
-[tesla docs]: https://home-assistant.io/components/tesla/
-[timer docs]: https://home-assistant.io/components/timer/
-[toon docs]: https://home-assistant.io/components/toon/
-[tradfri docs]: https://home-assistant.io/components/tradfri/
-[tts.amazon_polly docs]: https://home-assistant.io/components/tts.amazon_polly/
-[tts.microsoft docs]: https://home-assistant.io/components/tts.microsoft/
-[vacuum.xiaomi_miio docs]: https://home-assistant.io/components/vacuum.xiaomi_miio/
-[vera docs]: https://home-assistant.io/components/vera/
-[wink docs]: https://home-assistant.io/components/wink/
-[xiaomi_aqara docs]: https://home-assistant.io/components/xiaomi_aqara/
-[ikea email]: https://twitter.com/home_assistant/status/925373865802502144
-[wink-auth]: https://home-assistant.io/components/wink/#authenticate-using-developerwinkcomhttpsdeveloperwinkcom
-[#10384]: https://github.com/home-assistant/home-assistant/pull/10384
-[#10428]: https://github.com/home-assistant/home-assistant/pull/10428
-[@stefan-jonasson]: https://github.com/stefan-jonasson
-[@tchellomello]: https://github.com/tchellomello
-[binary_sensor.ring docs]: https://home-assistant.io/components/binary_sensor.ring/
-[camera.ring docs]: https://home-assistant.io/components/camera.ring/
-[sensor.ring docs]: https://home-assistant.io/components/sensor.ring/
-[tellstick docs]: https://home-assistant.io/components/tellstick/
]]>
+Heatmap
+
-Over a year ago I participated in the 


-
-The old logo, the new detailed logo and the new simple logo.
-









