0.61: Coinbase, Discogs, iGlo, Sochain
Almost a 100 contributors to this release 🎉 That’s what you get when you skip a release. It’s a little late but “Happy New Year” and welcome to 0.61 the first release 2018.
This release contain some breaking changes. Please make sure that you check the section below if you are running into trouble.
Assistant configs
We made a mistake in the foundation of both the Google Assistant and Alexa integrations: they were storing their config inside customize. This is not the right place and we moved them to be under the components itself. See the breaking changes section on how to migrate.
Hass.io updates
@pvizeli has made it easier to create and restore snapshots for Hass.io by calling the new services. This way it will be easy to automate the creation of a snapshot at night. The updater has also been fixed and will now report on new versions of Hass.io that are available.
Improved loading speed
@amelchio has made startup of Home Assistant even faster. All service descriptions are now loaded only when needed by the frontend instead of during startup. This did mean that we had to enforce our service convention. We found a few platforms that didn’t follow this and they have been updated:
todoist.new_task -> calendar.todoist_new_task
snapcast.snapcast_snapshot -> media_player.snapcast_snapshot
snapcast.snapcast_restore -> media_player.snapcast_restore
mopar.remote_command -> sensor.mopar_remote_command
broadlink.learn_command_192_168_0_107 -> switch.broadlink_learn_command_192_168_0_107
broadlink.send_packet_192_168_0_107 -> switch.broadlink_send_packet_192_168_0_107
New Platforms
- Add Discogs Sensor platform (@thibmaek - #10957) (sensor.discogs docs) (new-platform)
- Greenwave Reality (TCP Connected) Lighting Component (@dfiel - #11282) (light.greenwave docs) (new-platform)
- Added rainsensor (@jbarrancos - #11023) (rainbird docs) (sensor.rainbird docs) (switch.rainbird docs) (new-platform)
- Sochain cryptocurrency sensor (@Klathmon - #11335) (sensor.sochain docs) (new-platform)
- Support for EcoNet water heaters (@w1ll1am23 - #11260) (climate.econet docs) (new-platform)
- Add deCONZ component (@Kane610 - #10321) (deconz docs) (binary_sensor.deconz docs) (light.deconz docs) (sensor.deconz docs) (new-platform)
- Added new climate component from Daikin (@rofrantz - #10983) (climate.daikin docs) (new-platform)
- Add Touchline climate platform (@abondoe - #10547) (climate.touchline docs) (new-platform)
- Add new iGlo component (@jesserockz - #11171) (light.iglo docs) (new-platform)
- Add Dark Sky weather component (@DanNixon - #11435) (weather.darksky docs) (new-platform)
- Coinbase.com sensor platform (@nkgilley - #11036) (coinbase docs) (sensor.coinbase docs) (new-platform)
Release 0.61.1 - January 16
- Fix zha color probe (@rcloran - #11670) (zha docs) (light.zha docs)
- Move several local services to their right domain (@amelchio - #11677) (calendar.todoist docs) (media_player.snapcast docs) (media_player.soundtouch docs) (sensor.mopar docs) (switch.broadlink docs) (switch.scsgate docs) (breaking change)
- Rfxtrx fix (@danielhiversen - #11678) (rfxtrx docs) (binary_sensor.rfxtrx docs)
- History order bugfix and opt-in option (@rwa - #11686) (history docs)
- Fix purge with MariaDB / MySQL (@tinloaf - #11713)
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
- Extend Threshold binary sensor to support ranges. This means that you can now set
up
andlower
. (@DanNixon - #11110) (binary_sensor.threshold docs) (breaking change) - The Steam game platform contains changes:
game
attribute no longer set indevice_state_attributes
if no game is currently being played as the string “None” is no longer passed if no current game is being played, instead thegame
attribute is not present.- States now use lower snake case.
- The “Play” and “Trade” states has been renamed to “looking_to_play” and “looking_to_trade”. (@frwickst - #11182) (sensor.steam_online docs) (breaking change)
- The
tile
platform now shows only active Tiles by default; to show all Tiles, including expired/inactive ones,show_inactive
must beTrue
. The following state attributes have been removed:last_seen
andlast_updated
. (@bachya - #11172) (device_tracker.tile docs) (breaking change) - The
hidden_string
feature has been removed from the isy994 component. Previously, this allowed entities to be “hidden” in Home Assistant if a configured string was present in an ISY device’s name or folder path. This was removed because hiding devices is now done via the customization feature. Note however, that this feature was replaced by a new ignore_string config option, which will now cause Home Assistant to completely ignore devices with the matching string so that they will not be imported as a Home Assistant device at all. This can be helpful if you have nodes in the ISY that aren’t useful at all in Hass (IR transmitter nodes are a good example.) (@OverloadUT - #11243) (isy994 docs) (binary_sensor.isy994 docs) (cover.isy994 docs) (fan.isy994 docs) (light.isy994 docs) (lock.isy994 docs) (sensor.isy994 docs) (switch.isy994 docs) (breaking change) - The
egardia
alarm panel platform no longer a need the users to run a separate Egardiaserver component. It can now also run on HASS.io. (@jeroenterheerdt - #11344) (alarm_control_panel.egardia docs) (breaking change) - The binary sensor platform of the DoorBird integration has been deleted, so remove DoorBird from your
binary_sensor
configuration. Instead, set thedoorbell_events
option of thedoorbird
component toTrue
. Thelast_visitor
option has been removed from the camera component, as it is now always added as an entity. (@Klikini - #11193) (camera.doorbird docs) (breaking change) - The following attributes of the TP-Link switch and light platform have been renamed:
- Light:
current_consumption
->current_power_w
,daily_consumption
->daily_energy_kwh
andmonthly_consumption
->monthly_energy_kwh
- Switch:
current
->current_a
,current_consumption
->current_power_w
,total_consumption
->total_energy_kwh
anddaily_consumption
->today_energy_kwh
(@DanNixon - #10979) (light.tplink docs) (switch.tplink docs) (breaking change)
- Light:
- Move IMAP Email Content body to an attribute (@notoriousbdg - #11096) (sensor.imap_email_content docs) (breaking change)
- Automations which were using
state
that was returningtarget_temperature
of thenetatmo
climate platform needs an update. (@ciotlosm - #11345) (climate.netatmo docs) (breaking change) - The default availability payloads for the
MQTT
switch platform have changed from “ON” and “OFF” to “online” and “offline” (in order to match the majority of MQTT platforms that already supported availability reporting). (@DanNixon - #11336) (breaking change) -
Customizations for how entities are exposed to Alexa are no longer set via
customize
. Instead they are set via the configuration of the cloud component:cloud: alexa: entity_config: switch.kitchen: name: 'Name for Alexa' description: 'Description for Alexa' display_categories: 'LIGHT'
(@balloob - #11461) (cloud docs) (alexa.smart_home docs) (breaking change)
- The extension of the
alpha_vantage
requires an update of the configuration as now are exchange data available as well. (@ChristianKuehnel - #11427) (sensor.alpha_vantage docs) (breaking change) - The
prometheus
component now supports pushing all sensors and fixes wrong metrics. If may require that you update your configuration. (@michaelkuty - #11159) (prometheus docs) (breaking change) - Insteon local devices will now use their address as the
entity_id
andname
. The friendly name can be customized using the standard customization configuration. (@camrun91 - #11088) (insteon_local docs) (fan.insteon_local docs) (light.insteon_local docs) (switch.insteon_local docs) (breaking change) -
Google Assistant is no longer configured via
customize
but instead has its configuration under thegoogle_assistant
entry in yourconfiguration.yaml
. The attributes will no longer have to be prefixed withgoogle_assistant_
either.Old option New option google_assistant expose aliases aliases google_assistant_name name google_assistant_type type Before:
homeassistant: customize: switch.kitchen: google_assistant: false google_assistant_name: nice lights google_assistant_type: light aliases: - roof lights google_assistant:
After:
google_assistant: entity_config: switch.kitchen: expose: false alias: roof lights name: nice lights type: light
(@balloob - #11499) (cloud docs) (google_assistant docs) (breaking change)
- The
climate.set_aux_heat
service is no longer available for the Sensibo climate platform. Now callclimate.turn_on
orclimate.turn_off
. (@andrey-git - #11579) (climate.sensibo docs) (breaking change) -
Release 0.61.0 introduced a lazy service loading strategy that relied on all components and platforms following our naming convention. After the release we realized that not all services did, which have been addressed by this fix. This results in certain services changing names:
todoist.new_task -> calendar.todoist_new_task snapcast.snapcast_snapshot -> media_player.snapcast_snapshot snapcast.snapcast_restore -> media_player.snapcast_restore mopar.remote_command -> sensor.mopar_remote_command broadlink.learn_command_192_168_0_107 -> switch.broadlink_learn_command_192_168_0_107 broadlink.send_packet_192_168_0_107 -> switch.broadlink_send_packet_192_168_0_107
(@amelchio - #11677) (calendar.todoist docs) (media_player.snapcast docs) (media_player.soundtouch docs) (sensor.mopar docs) (switch.broadlink docs) (switch.scsgate docs) (breaking change)
All changes
- Try multiple methods of getting data in asuswrt. (@PeWu - #11140) (device_tracker.asuswrt docs)
- Hydroquebec component use now asyncio (@titilambert - #10795) (sensor.hydroquebec docs)
- Hive Component Release Two (@KJonline - #11053) (hive docs) (climate.hive docs) (light.hive docs)
- Add Discogs Sensor platform (@thibmaek - #10957) (sensor.discogs docs) (new-platform)
- Fix statistics sensor mean and median when only one sample is available. (@markferry - #11180) (sensor.statistics docs)
- Extend Threshold binary sensor to support ranges (@DanNixon - #11110) (binary_sensor.threshold docs) (breaking change)
- Bump python-miio version (@djchen - #11232) (fan.xiaomi_miio docs) (light.xiaomi_miio docs) (switch.xiaomi_miio docs) (vacuum.xiaomi_miio docs)
- Backup configuration files before overwriting (@cgarwood - #11216)
- Upgrade to new miflora version 0.2.0 (@ChristianKuehnel - #11250) (sensor.miflora docs)
- Add workaround for running tox on Windows platforms (@veleek - #11188)
- added myself to become code owner for miflora and plant (@ChristianKuehnel - #11251)
- Proper Steam game names and small fixes (@frwickst - #11182) (sensor.steam_online docs) (breaking change)
- Bugfix: 10509 - http is hard coded in plex sensor (@ryanm101 - #11072) (sensor.plex docs)
- Adding MotionIP to BinarySensors for HMIP-SMI (@schnoetz - #11268) (homematic docs)
- Revert “Backup configuration files before overwriting” (@pvizeli - #11269)
- Functinality to save/restore snapshots for monoprice platform (@etsinko - #10296) (media_player.monoprice docs)
- Change manifest path to /states as this is the path / actually sets. (@andrey-git - #11274)
- Report Sensibo as off when it is off (@andrey-git - #11281) (climate.sensibo docs)
- Added password for GPS logger endpoint (@foxel - #11245) (device_tracker.gpslogger docs)
- Greenwave Reality (TCP Connected) Lighting Component (@dfiel - #11282) (light.greenwave docs) (new-platform)
- Adds support for disabled Tiles and automatic session renewal (@bachya - #11172) (device_tracker.tile docs) (breaking change)
- Plex refactor (@ryanm101 - #11235) (media_player.plex docs)
- alexa: Add handling for covers (@philk - #11242) (alexa.smart_home docs)
- Added rainsensor (@jbarrancos - #11023) (rainbird docs) (sensor.rainbird docs) (switch.rainbird docs) (new-platform)
- Store raw state of RF sensors from alarmdecoder (@PhracturedBlue - #10841) (alarmdecoder docs) (binary_sensor.alarmdecoder docs)
- Add Chime status and control to Alarm Decoder component (@goyney - #11271) (alarm_control_panel.alarmdecoder docs)
- Better error handling (@rofrantz - #11297) (sensor.transmission docs) (switch.transmission docs)
- Removed error log used as debug (@cmsimike - #11301) (octoprint docs)
- Huge ISY994 platform cleanup, fixes support for 5.0.10 firmware (@OverloadUT - #11243) (isy994 docs) (binary_sensor.isy994 docs) (cover.isy994 docs) (fan.isy994 docs) (light.isy994 docs) (lock.isy994 docs) (sensor.isy994 docs) (switch.isy994 docs) (breaking change)
- Add heartbeat to websocket connections (@balloob - #11298) (cloud.iot docs)
- Fix typo in bitcoin.py component for mined blocks. (@awkwardDuck - #11318) (sensor.bitcoin docs)
- xiaomi_aqara: Fix covers never being closed (@cnrd - #11319) (cover.xiaomi_aqara docs)
- Fix for track_new_devices BC (@masarliev - #11202) (device_tracker docs)
- Upgrade aiohttp_cors to 0.6.0 (@fabaff - #11310) (http docs)
- Upgrade pysnmp to 4.4.3 (@fabaff - #11317) (device_tracker.snmp docs) (sensor.snmp docs) (switch.snmp docs)
- Upgrade luftdaten to 0.1.3 (@fabaff - #11316) (sensor.luftdaten docs)
- Upgrade yahooweather to 0.10 (@fabaff - #11309) (weather.yweather docs)
- Upgrade distro to 1.2.0 (@fabaff - #11312) (updater docs)
- Upgrade python-digitalocean to 1.13.2 (@fabaff - #11311) (digital_ocean docs)
- Upgrade youtube_dl to 2017.12.23 (@fabaff - #11308) (media_extractor docs)
- Upgrade alpha_vantage to 1.6.0 (@fabaff - #11307) (sensor.alpha_vantage docs)
- Bugfix for HA Issue 7292, 9412 - switch to gamertag to receive ssl image url (@ReneNulschDE - #11315) (sensor.xbox_live docs)
- closes #11314 by not restricting the voice to anything but a string (@Human - #11326) (tts.marytts docs)
- Additional device classes for binary sensors (@schmittx - #11280) (binary_sensor docs)
- Remove need for separate EgardiaServer setup (@jeroenterheerdt - #11344) (alarm_control_panel.egardia docs) (breaking change)
- Add default names and validation for TP-Link devices (@DanNixon - #11346) (light.tplink docs) (switch.tplink docs)
- Sochain cryptocurrency sensor (@Klathmon - #11335) (sensor.sochain docs) (new-platform)
- pass stops_at to get_station_by_name (@ttroy50 - #11304) (sensor.irish_rail_transport docs)
- Move data instance to setup (@fabaff - #11350) (sensor.swiss_public_transport docs)
- Update modbus.py (@goldminenine - #11238) (modbus docs)
- DoorBird feature update (@Klikini - #11193) (camera.doorbird docs) (breaking change)
- Upgrade aiohttp to 2.3.7 (@fabaff - #11329)
- Upgrade fuzzywuzzy to 0.16.0 (@fabaff - #11331) (conversation docs)
- Upgrade pyowm to 2.8.0 (@fabaff - #11332) (sensor.openweathermap docs) (weather.openweathermap docs)
- Upgrade sqlalchemy to 1.2.0 (@fabaff - #11333)
- Upgrade mypy to 0.560 (@fabaff - #11334)
- Upgrade python-telegram-bot to 9.0.0 (@fabaff - #11341) (telegram_bot docs)
- Upgrade youtube_dl to 2017.12.28 (@fabaff - #11357) (media_extractor docs)
- Correct units used in TP-Link energy monioring (@DanNixon - #10979) (light.tplink docs) (switch.tplink docs) (breaking change)
- Add HTTP endpoint for resending email confirmation (@balloob - #11354) (cloud.auth_api docs) (cloud.http_api docs)
- Fix RGB template ordering in MQTT Light (@DanNixon - #11362) (light.mqtt docs)
- Ping device tracker now respects interval_seconds (@tschmidty69 - #11348) (device_tracker.ping docs)
- Fido component use now asyncio (@titilambert - #11244) (sensor.fido docs)
- Support for EcoNet water heaters (@w1ll1am23 - #11260) (climate.econet docs) (new-platform)
- Remember the Milk - updating and completing tasks (@ChristianKuehnel - #11069) (remember_the_milk docs)
- Reverts unit conversions in TP-Link bulb (@DanNixon - #11381) (light.tplink docs)
- Clean up Google Assistant (@balloob - #11375) (google_assistant docs) (google_assistant.http docs) (google_assistant.smart_home docs)
- Adding support for Egardia / Woonveilig version GATE-03 (@jeroenterheerdt - #11397) (alarm_control_panel.egardia docs)
- Add deCONZ component (@Kane610 - #10321) (deconz docs) (binary_sensor.deconz docs) (light.deconz docs) (sensor.deconz docs) (new-platform)
- Fix broken tests (@balloob - #11395)
- Upgrade pychromecast to 1.0.3 (@OttoWinter - #11410) (media_player.cast docs)
- Bump pywemo to fix request include problems. (@pavoni - #11401) (wemo docs)
- Log exceptions that happen during service call (@balloob - #11394)
- Move IMAP Email Content body to an attribute (@notoriousbdg - #11096) (sensor.imap_email_content docs) (breaking change)
- Notify webos timeout error fix (@masarliev - #11027) (notify.webostv docs)
- Removed status block to allow https://github.com/home-assistant/home-assistant-polymer/pull/766 with no impact (@ciotlosm - #11345) (climate.netatmo docs) (breaking change)
- More support for availability reporting on MQTT components (@DanNixon - #11336) (breaking change)
- Do not purge the most recent state for an entity (@tinloaf - #11039)
- Performance optimization of TP-Link switch (@amelchio - #11416) (switch.tplink docs)
- Fixing OpenWeatherMap Sensor. Current weather is ‘unknown’ if forecast: false. It was reported as #8640. (@tomaszduda23 - #11417) (sensor.openweathermap docs)
- Silence redundant warnings about slow setup (@amelchio - #11352)
- Account for User-Agent being non-existent, causing a TypeError (@akatrevorjay - #11064)
- Cloud Updates (@balloob - #11404) (cloud docs)
- Add support for the renaming of Yamaha Receiver Zones via configuration file. Added a test to cover the change, plus previously untested options. (@dfinlay - #11402) (media_player.yamaha docs)
- Plex api update (@ryanm101 - #11423) (media_player.plex docs) (sensor.plex docs)
- fix: hmip-etrv-2 now working with homeassistant (@daenny - #11175) (homematic docs) (climate.homematic docs)
- Fix errors in zigbee push state (@SteveEasley - #11386) (zigbee docs)
- Add on/off supported feature to climate (@andrey-git - #11379) (climate docs) (climate.demo docs) (climate.sensibo docs)
- Fix CONF_FRIENDLY_NAME (@cdce8p - #11438) (cover.template docs) (light.template docs)
-
Climate: fix missing “ ” (@andrey-git - #11441) (climate.demo docs) - Google Assistant -> Google Actions (@balloob - #11442) (cloud.iot docs)
- Added new climate component from Daikin (@rofrantz - #10983) (climate.daikin docs) (new-platform)
- Updated generic thermostat to respect operation_mode and added away mode (@ciotlosm - #11445) (climate.generic_thermostat docs)
- Reconnect to alarmdecoder on disconnect (@PhracturedBlue - #11383) (alarmdecoder docs)
- Set tahoma cover scan interval to 60 seconds (@bakedraccoon - #11447) (cover.tahoma docs)
- Add some tests to the cloud component (@balloob - #11460) (cloud docs) (cloud.iot docs)
- Input Select - Added service description (@cdce8p - #11456) (input_select docs)
- Input Boolean - Deleted ‘DEFAULT_INITIAL’ (@cdce8p - #11453) (input_boolean docs)
- Updated gitignore file (@cdce8p - #11452)
- Update hydroquebec component to use hass httpsession (@titilambert - #11412) (sensor.hydroquebec docs)
- Catch everything when calling to OctoPrint API to fix #10557 (@w1ll1am23 - #11457) (octoprint docs)
- Update PULL_REQUEST_TEMPLATE.md (@danielhiversen - #11465)
- Alexa to not use customize for entity config (@balloob - #11461) (cloud docs) (alexa.smart_home docs) (breaking change)
- Don’t duplicate html5 registrations (@Chris-V - #11451) (notify.html5 docs)
- AlarmDecoder remove icon function as BinarySensorDevice handles it correctly now (@hawk259 - #11467) (binary_sensor.alarmdecoder docs)
- Upgrade psutil to 5.4.3 (@fabaff - #11468) (sensor.systemmonitor docs)
- Upgrade alpha_vantage to 1.8.0 (@fabaff - #11476) (sensor.alpha_vantage docs)
- Fix vultr tests (@balloob - #11477)
- Upgrade yarl to 0.17.0 (@fabaff - #11478)
- Add Touchline climate platform (@abondoe - #10547) (climate.touchline docs) (new-platform)
- Upgrade pysnmp to 4.4.4 (@fabaff - #11485) (device_tracker.snmp docs) (sensor.snmp docs) (switch.snmp docs)
- Add new iGlo component (@jesserockz - #11171) (light.iglo docs) (new-platform)
- Add missing configuration variables (@fabaff - #11390) (sensor.metoffice docs)
- Clean up Alexa.intent and DialogFlow.intent (@balloob - #11492) (alexa.intent docs)
- Fix time functions would throw errors in python scripts (@tomwaters - #11414) (python_script docs)
- Upgrade pywebpush to 1.5.0 (@Chris-V - #11497) (notify.html5 docs)
- upgrade schiene to 0.20 (@JulianKahnert - #11504) (sensor.deutsche_bahn docs)
- timer: include the remaining time in the state attributes (@Julio-Guerra - #11510) (timer docs)
- More tolerant KNX component if gateway cant be connected (@Julius2342 - #11511) (knx docs) (binary_sensor.knx docs) (climate.knx docs) (cover.knx docs) (light.knx docs) (sensor.knx docs) (switch.knx docs)
- Snips (new) added speech response, parse snips/duration (@tschmidty69 - #11513) (snips docs)
- Add Dark Sky weather component (@DanNixon - #11435) (weather.darksky docs) (new-platform)
- Lazy loading of service descriptions (@amelchio - #11479) (api docs) (websocket_api docs) (light.lifx docs)
- Fix canary flaky test (@balloob - #11519)
- Address missed review comments for Dark Sky weather (@DanNixon - #11520) (weather.darksky docs)
- New features for Owntracks device_tracker (@cpcowart - #11480) (device_tracker.owntracks docs)
- Reconnect before mochad switch send command (@aosadchyy - #11296) (switch.mochad docs)
- Fix Kodi channels media type (@florianj1 - #11505) (media_player.kodi docs)
- Extension sensor alpha_vantage (@ChristianKuehnel - #11427) (sensor.alpha_vantage docs) (breaking change)
- MQTT json attributes (@timstanley1985 - #11439) (sensor.mqtt docs)
- Support pushing all sensors and fix wrong metrics. (@michaelkuty - #11159) (prometheus docs) (breaking change)
- Add options feature to Baidu TTS. (@yienxu - #11462) (tts.baidu docs)
- Insteon local update (@camrun91 - #11088) (insteon_local docs) (fan.insteon_local docs) (light.insteon_local docs) (switch.insteon_local docs) (breaking change)
- Snips: (fix) support new intentName format (@tschmidty69 - #11509) (snips docs)
- Upgrade numpy to 1.14.0 (@fabaff - #11542) (binary_sensor.trend docs) (image_processing.opencv docs)
- Upgrade python-etherscan-api to 0.0.2 (@fabaff - #11535) (sensor.etherscan docs)
- Upgrade Sphinx to 1.6.6 (@fabaff - #11534)
- ZoneMinder event sensor updates (@swilson - #11369) (sensor.zoneminder docs)
- Move Google Assistant entity config out of customize (@balloob - #11499) (cloud docs) (google_assistant docs) (breaking change)
- Upgrade lightify to 1.0.6.1 (@fabaff - #11545) (light.osramlightify docs)
- Improved test runtime (@cdce8p - #11553) (binary_sensor.workday docs)
- Add 2 media_player services and 1 custom service to Squeezebox platform (@ericpignet - #10969) (media_player.squeezebox docs)
- Fix error on entity_config missing (@philk - #11561) (google_assistant.http docs)
- Upgrade keyring to 10.3.2 (@fabaff - #11531)
- Coinbase.com sensor platform (@nkgilley - #11036) (coinbase docs) (sensor.coinbase docs) (new-platform)
- Try to fix crashes after Hue refactoring (@andreacampi - #11270) (light.hue docs)
- Remove execution file perm (@balloob - #11563)
- Deprecate explicit entity_id in template platforms (@amelchio - #11123) (binary_sensor.template docs) (cover.template docs) (light.template docs) (sensor.template docs) (switch.template docs)
- Test tweaks (@balloob - #11560)
- Add Velux Windows to Tahoma (@bakedraccoon - #11538) (tahoma docs) (cover.tahoma docs)
- Extend hass.io services / updater (@pvizeli - #11549) (hassio docs)
- Add sensibo_assume_state service to Sensibo climate (@andrey-git - #11567) (climate.sensibo docs)
- Tracking all groups to allow changing of existing groups (@randellhodges - #11444) (group docs)
- Fix new squeezebox service descriptions for lazy loading (@amelchio - #11574) (media_player.squeezebox docs)
- Mark REST binary_sensor unavailable if request fails (@DanNixon - #11506) (binary_sensor.rest docs)
- Tado improvements - hot water zone sensors and climate precision (@andersonshatch - #11521) (climate.tado docs) (sensor.tado docs)
- Make the rpi_rf component thread-safe using an RLock (@ulido - #11487) (switch.rpi_rf docs)
- Update pyhomematic, support new devices (@danielperna84 - #11578) (homematic docs)
- Alarmdecoder add validation of the zone types (@hawk259 - #11488) (alarmdecoder docs)
- Support OSRAM lights on ZHA (@armills - #11522) (light.zha docs)
- Fix bluetooth tracker source (@swilson - #11469) (device_tracker docs) (device_tracker.bluetooth_le_tracker docs) (device_tracker.bluetooth_tracker docs)
- Fix for asuswrt, telnet not working and presence-detection for router mode (@kennedyshead - #11422) (device_tracker.asuswrt docs)
- Remove aux_heat support from Sensibo now that UI supports on/off (@andrey-git - #11579) (climate.sensibo docs) (breaking change)
- Changed device type of media player and cover to switch (@Laqoore - #11483) (google_assistant.smart_home docs)
- Control ordering of display in history component (@rwa - #11340) (history docs)
- Pr/11430 (@balloob - #11587)
- Cast return values and add unit tests for the yahoo weather component. (@cgtobi - #10699) (weather.yweather docs)
- add velux roller shutter to tahoma (@bakedraccoon - #11586) (tahoma docs)
- Added support for enable/disable motion detection (@abjorshammar - #11583) (camera.uvc docs)
- Avoid returning empty media_image_url string (@JackWindows - #11557) (media_player.cast docs)
- Core support for hass.io calls & Bugfix check_config (@pvizeli - #11571) (init docs) (hassio docs) (updater docs)
- Fix Tahoma stop command for 2 types of shutters (@bakedraccoon - #11588) (cover.tahoma docs)
- Pushbullet email support (fix) (@tschmidty69 - #11590) (notify.pushbullet docs)
- Fix state for trigger with forced updates (@armills - #11595) (automation.state docs)
- Snips add say and say_actions services (new) (@tschmidty69 - #11596) (snips docs)
- Concord232 alarm arm away fix (@rwa - #11597) (alarm_control_panel.concord232 docs) (binary_sensor.concord232 docs)
- Bugfix and cleanup for Rfxtrx (@danielhiversen - #11600)
- Xiaomi lib upgrade (@danielhiversen - #11603)
- Upgrade yarl to 0.18.0 (@fabaff - #11609)
- patch stop command (@bakedraccoon - #11612) (cover.tahoma docs)
- Use kelvin/mireds correctly for setting iglo white (@jesserockz - #11622)
- Update Pyarlo to 0.1.2 (@arsaboo - #11626)