0.88: Persons, Command line auth and event subscriptions
Release 0.88 has landed. It’s been a busy two weeks with a ton of cool stuff and improvements.
This release introduces a new person component thanks to @MartinHjelmareperson:
. If you want to automatically stay up to date with the latest default Home Assistant components, you can now also add default_config:
to your config.
This release also extends the event dev tool to include an event debugger. It allows you to listen to core events and get them printend to the screen. This makes it easy to find the event data that your remote is sending out.
We also have a new command line auth provider. This will allow you to use a shell script to validate users logging in to the system. This gives a lot of flexibility. For example, you can now authenticate against LDAP. More info in the documentation.
@andrewsayre
Noteworthy backward-incompatible changes
We have tightened config validation, so expect a couple of new warnings. Platform configuration will no longer allow to contain keys that are not supported. This should help with finding typos in your current and future YAML configs. This will currently fallback to a warning and will become a full error in the future.
Note for Lovelace custom card developers: if you relied on the availability of <paper-button>
in your code, you will have to update it to <mwc-button>
to get a similar component.
Note for custom component developers: We are moving to a new file structure. More information on our dev blog.
New Platforms
- Split googlehome to a component with device tracker platform (@ludeeus
- #19971 ) (device_tracker docs) ([googlehome docs]) (breaking change) (new-platform) - Support for new velux api, added cover.velux (@Julius2342
- #18738 ) (velux docs) (cover.velux docs) (breaking change) (new-feature) (new-platform) - Add huawei_lte notify component (@scop
- #19544 ) (notify docs) (new-platform) - Split out speedtest into a component and a sensor platform (@rohankapoorcom
- #20527 ) (speedtestdotnet docs) (sensor.speedtest docs) (sensor.speedtestdotnet docs) (breaking change) (new-platform) - Add google home alarm sensor (@eliseomartelli
- #20709 ) ([googlehome docs]) (new-platform) - Added command_line auth provider that validates credentials by calling a command (@efficiosoft
- #19985 ) (new-feature) (new-platform) - GitHub Sensor (@timmo001
- #19561 ) (sensor.github docs) (new-platform) - Fix binary sensor in Ambient PWS (@bachya
- #20801 ) (ambient_station docs) (new-platform) - XS1 component (@markusressel
- #19115 ) (xs1 docs) (climate.xs1 docs) (sensor.xs1 docs) (switch.xs1 docs) (new-platform) - Add person component (@MartinHjelmare
- #20290 ) (person docs) (new-platform) - Add default_config component (@balloob
- #20799 ) (default_config docs) (script docs) (new-platform) - Add SmartThings Sensor platform (@andrewsayre
- #20848 ) (smartthings docs) (new-platform) - CoolMasterNet Climate platform (@OnFreund
- #20787 ) (climate.coolmaster docs) (new-platform) - Add Google pubsub component (@timvancann
- #20049 ) (google_pubsub docs) (new-platform) - Ebusd integration (@CrazYoshi
- #19607 ) (ebusd docs) (sensor.ebusd docs) (new-platform) - Add SmartThings Climate platform (@andrewsayre
- #20963 ) (smartthings docs) (new-platform) - Add Rejseplanen danish public transport sensor component (@tomatpasser
- #19885 ) (sensor.rejseplanen docs) (new-platform) - Norway air quality (@Danielhiversen
- #20683 ) (new-platform) - Add Lock capability to SmartThings platform (@bendews
- #20977 ) (smartthings docs) (new-platform)
New Features
- Support for new velux api, added cover.velux (@Julius2342
- #18738 ) (velux docs) (cover.velux docs) (breaking change) (new-feature) (new-platform) - Added HomeKit fan speed based on speed_list (@nd-net
- #19767 ) (homekit docs) (new-feature) - Added command_line auth provider that validates credentials by calling a command (@efficiosoft
- #19985 ) (new-feature) (new-platform) - Added more language options (@VirtualL
- #20890 ) (sensor.darksky docs) (new-feature) - add fan support for spider thermostats (@peternijssen
- #20897 ) (spider docs) (new-feature) - Add quirks info to ZHA device (@dmulcahey
- #20923 ) (zha docs) (new-feature) - Added IDs and enabled workarounds for Yale YRD220, YRL220, YRD120 (@mw-white
- #20929 ) (zwave docs) (new-feature)
Release 0.88.1 - February 21
- Fix ZHA bugs (@dmulcahey
- #21246 ) (zha docs) - Add missing configuration option to plex (@elupus
- #21264 ) (media_player.plex docs) - Add missing configation option (@elupus
- #21265 ) (sensor.imap_email_content docs) - Add SamsungTV Mac validation (@balloob
- #21268 ) (media_player.samsungtv docs) - update services.yaml (@dmulcahey
- #21276 ) - Fix unhandled exception in Ambient PWS config entry (@bachya
- #21278 ) (ambient_station docs) - Fix yeelight config validation (@balloob
- #21295 ) (light.yeelight docs)
Release 0.88.2 - February 27
- Make sure that device trackers is always a list during creation (@balloob
- #21193 ) (person docs) - Allow custom_effect to be absent from Flux configuration (@conleydg
- #21317 ) (light.flux_led docs) - Fix person update on create (@MartinHjelmare
- #21355 ) (person docs) - Scene validator fix (@yosilevy
- #21362 ) (scene docs) - Improve tolerance of SmartThings Climate platform (@andrewsayre
- #21383 ) (smartthings docs) - Bump PyXiaomiGateway version to 0.11.2 (@syssi
- #21453 ) (xiaomi_aqara docs)
If you need help…
…don’t hesitate to use our very active forums or join us for a little chat
Reporting Issues
Experiencing issues introduced by this release? Please report them in our issue tracker
Backward-incompatible changes
- Split googlehome to a component with device tracker platform (@ludeeus
- #19971 ) (device_tracker docs) ([googlehome docs]) (breaking change) (new-platform) - Support for new velux api, added cover.velux (@Julius2342
- #18738 ) (velux docs) (cover.velux docs) (breaking change) (new-feature) (new-platform) - Split out fastdotcom into a component and a sensor platform (@rohankapoorcom
- #20341 ) (fastdotcom docs) (sensor.fastdotcom docs) (breaking change) - Split out speedtest into a component and a sensor platform (@rohankapoorcom
- #20527 ) (speedtestdotnet docs) (sensor.speedtest docs) (sensor.speedtestdotnet docs) (breaking change) (new-platform) - Use PLATFORM_SCHEMA_BASE as base schema for additional components. (@emontnemery
- #20578 ) (breaking change) - ZHA component rewrite (@dmulcahey
- #20434 ) (zha docs) (breaking change) - Enable the available property for zha entities (@dmulcahey
- #20788 ) (zha docs) (breaking change) - Add device ieee to zha events (@dmulcahey
- #20791 ) (zha docs) (breaking change) - Update platform loading path (@balloob
- #20807 ) (breaking change) - Make monitored_conditions more specific in Ambient PWS (@bachya
- #20803 ) (ambient_station docs) (breaking change) - Use CONF_RECIPIENT for default recipient in config (@rohankapoorcom
- #20925 ) (tplink_lte docs) (breaking change) - Update ZHA API to be device oriented (@dmulcahey
- #20990 ) (zha docs) (breaking change) - Deprecate conf_update_interval (@rohankapoorcom
- #20924 ) (breaking change) (beta fix) - Return None if no GTFS departures found (@renemarc
- #20919 ) (sensor.gtfs docs) (breaking change) (beta fix) - Set aioharmony version to 0.1.8 (@ehendrix23
- #21213 ) (harmony docs) (breaking change) (beta fix)
Beta Fixes
- Set ZHA device availability on new join (@dmulcahey
- #21066 ) (zha docs) (beta fix) - Set uvloop version consistent with hass.io (@philhawthorne
- #21080 ) (beta fix) - Check against unlinked user (@balloob
- #21081 ) (person docs) (beta fix) - Fix hue retry crash (@balloob
- #21083 ) (hue docs) (beta fix) - Update pychromecast (@balloob
- #21097 ) (cast docs) (beta fix) - Bump aioambient to 0.1.2 (@bachya
- #21098 ) (ambient_station docs) (beta fix) - Bump thermoworks_smoke version to get new pyrebase version (@nhorvath
- #21100 ) (sensor.thermoworks_smoke docs) (beta fix) - Don’t expose services in Utility_Meter unless tariffs are available (@dgomes
- #20878 ) (utility_meter docs) (beta fix) - Deprecate conf_update_interval (@rohankapoorcom
- #20924 ) (breaking change) (beta fix) - Fix battery_level error - HomeKit (@cdce8p
- #21120 ) (homekit docs) (beta fix) - Handle ValueError (@balloob
- #21126 ) (person docs) (beta fix) - Bump pychromecast to 2.5.2 (@balloob
- #21127 ) (cast docs) (beta fix) - Return None if no GTFS departures found (@renemarc
- #20919 ) (sensor.gtfs docs) (breaking change) (beta fix) - SmartThings Component Enhancements/Fixes (@andrewsayre
- #21085 ) (smartthings docs) (beta fix) - Fix SmartThings Translation Error (@andrewsayre
- #21103 ) (smartthings docs) (beta fix) - Fix track_change error in utility_meter (@dgomes
- #21134 ) (utility_meter docs) (beta fix) - Update pyEight for Python 3.7 Compatibility (@mezz64
- #21161 ) (eight_sleep docs) (beta fix) - Add power source to device and clean up zha listeners (@dmulcahey
- #21174 ) (zha docs) (beta fix) - Fix for #19072 (@sjabby
- #21175 ) (light.flux_led docs) (beta fix) - Upgrade aioimaplib for Python 3.7 compatibility (@amelchio
- #21197 ) (sensor.imap docs) (beta fix) - ordered by last occurrence (@dgomes
- #21200 ) (system_log docs) (beta fix) - Set aioharmony version to 0.1.8 (@ehendrix23
- #21213 ) (harmony docs) (breaking change) (beta fix) - Push pyads to 3.0.7 (@carstenschroeder
- #21216 ) (ads docs) (beta fix) - Refactor ZHA listeners into channels (@dmulcahey
- #21196 ) (zha docs) (beta fix) - Fix an Ambient PWS exception when location info is missing (@bachya
- #21220 ) (ambient_station docs) (beta fix) - Prevent invalid context from crashing (@balloob
- #21231 ) (beta fix)
All changes
- Fix typo in config entries doc (@therve
- #20619 ) (point docs) - Update synology-srm dependency to 0.0.4 (@aerialls
- #20625 ) (device_tracker docs) - Add precision parameter to dsmr sensor (@zumitnl
- #19873 ) (sensor.dsmr docs) - Split googlehome to a component with device tracker platform (@ludeeus
- #19971 ) (device_tracker docs) ([googlehome docs]) (breaking change) (new-platform) - Move mqtt_mock to tests/integrations/mqtt/conftest.py (@awarecan
- #20621 ) - Revert #20611: code in Abode alarm panel (@arsaboo
- #20629 ) (alarm_control_panel.abode docs) - Support for new velux api, added cover.velux (@Julius2342
- #18738 ) (velux docs) (cover.velux docs) (breaking change) (new-feature) (new-platform) - Fix xiaomi default gateway in services (@therve
- #20623 ) (xiaomi_aqara docs) - Fix sensor.cpuspeed inside docker container (#20614) (@rohankapoorcom
- #20656 ) (sensor.cpuspeed docs) - Update deconz integration text for PWA (@akinomeroglu
- #20634 ) (deconz docs) - Add huawei_lte notify component (@scop
- #19544 ) (notify docs) (new-platform) - Upgrade rxv to 0.6.0 (@fabaff
- #20669 ) (media_player.yamaha docs) - Update miflora.py to have relevant sensor icons (@microraptor
- #20650 ) (sensor.miflora docs) - Consolidate config flow components (@balloob
- #20635 ) - Split out fastdotcom into a component and a sensor platform (@rohankapoorcom
- #20341 ) (fastdotcom docs) (sensor.fastdotcom docs) (breaking change) - Remove fingerprint middleware (@balloob
- #20682 ) (http docs) - print() left behind (@dgomes
- #20689 ) - Embed all platforms into components (@balloob
- #20677 ) (abode docs) (ads docs) (alarmdecoder docs) (amcrest docs) (android_ip_webcam docs) (apcupsd docs) (apple_tv docs) - add peternijssen as codeowner of spider component (@peternijssen
- #20695 ) - Add tests for ZHA switch (@dmulcahey
- #20691 ) - Add ZHA sensor tests (@dmulcahey
- #20710 ) - Change log level for ‘loading devices’ message (@Xiol
- #20721 ) (device_tracker docs) - Add app_id property to Fire TV component (@JeffLIrion
- #20719 ) (media_player.firetv docs) - Remove SUPPORT_VOLUME_SET from Fire TV component (@JeffLIrion
- #20718 ) (media_player.firetv docs) - Clean up fastdotcom by doing time tracking outside of the data object (@rohankapoorcom
- #20725 ) (fastdotcom docs) - Split out speedtest into a component and a sensor platform (@rohankapoorcom
- #20527 ) (speedtestdotnet docs) (sensor.speedtest docs) (sensor.speedtestdotnet docs) (breaking change) (new-platform) - Add ZHA binary sensor tests (@dmulcahey
- #20711 ) - Add ZHA fan tests (@dmulcahey
- #20712 ) - Add ZHA light tests (@dmulcahey
- #20713 ) - Add google home alarm sensor (@eliseomartelli
- #20709 ) (googlehome docs) (new-platform) - Add missing abbreviations (@emontnemery
- #20741 ) (mqtt docs) - Update pysmartthings to 0.5.0 (@andrewsayre
- #20759 ) (smartthings docs) - Use PLATFORM_SCHEMA_BASE as base schema for additional components. (@emontnemery
- #20578 ) (breaking change) - Update flake8 to 3.7.5 (@Danielhiversen
- #20761 ) (cast docs) (device_tracker docs) (isy994 docs) - Modifying MTUs acquisition (@SupremeSports
- #20654 ) (sensor.ted5000 docs) - Fix googlehome alarm sensor platform (@eliseomartelli
- #20742 ) (googlehome docs) - SMHI component: Bugfix - calc precipitation (@helto4real
- #20745 ) (smhi docs) - Added HomeKit fan speed based on speed_list (@nd-net
- #19767 ) (homekit docs) (new-feature) - Reproduce states by letting each component opt in on handling state recovery itself (@elupus
- #18700 ) - Added egg age to the eggminder sensor (@w1ll1am23
- #20758 ) (wink docs) - Move components to folders (@balloob
- #20774 ) - Fix error handling in switch.broadlink module (@OleksandrBerchenko
- #20772 ) (switch.broadlink docs) - Flux Led: Add support for defining custom effect (@leppa
- #19072 ) (light.flux_led docs) - Allow pausing xiaomi vacuum in all states (@pszafer
- #20620 ) (vacuum.xiaomi_miio docs) - ZHA component rewrite (@dmulcahey
- #20434 ) (zha docs) (breaking change) - Prevent template changing options (@balloob
- #20775 ) - Allow both VOLUME_STEP and VOLUME_SET (@notgwj
- #20732 ) (media_player.universal docs) - Added command_line auth provider that validates credentials by calling a command (@efficiosoft
- #19985 ) (new-feature) (new-platform) - Upgrade distro to 1.4.0 (@fabaff
- #20797 ) (updater docs) - upgrade switchmate lib (@Danielhiversen
- #20792 ) (switch.switchmate docs) - Remove wink sensor log calls (@w1ll1am23
- #20798 ) (wink docs) - Upgrade astral to 1.9.2 (@fabaff
- #20796 ) - Enable the available property for zha entities (@dmulcahey
- #20788 ) (zha docs) (breaking change) - Cleanup zha listener lifecycle (@dmulcahey
- #20789 ) (zha docs) - Add device ieee to zha events (@dmulcahey
- #20791 ) (zha docs) (breaking change) - GitHub Sensor (@timmo001
- #19561 ) (sensor.github docs) (new-platform) - Deduplication of log entries in system_log (@dgomes
- #20493 ) (system_log docs) - Update platform loading path (@balloob
- #20807 ) (breaking change) - Add more type hints to helpers (@scop
- #20811 ) - Fix binary sensor in Ambient PWS (@bachya
- #20801 ) (ambient_station docs) (new-platform) - Embed Z-Wave platforms (@balloob
- #20810 ) - Load as many components in parallel as possible (@balloob
- #20806 ) - XS1 component (@markusressel
- #19115 ) (xs1 docs) (climate.xs1 docs) (sensor.xs1 docs) (switch.xs1 docs) (new-platform) - Fix zha light bugs (@dmulcahey
- #20825 ) (zha docs) - Add MVP person component (@MartinHjelmare
- #20290 ) (person docs) (new-platform) - Clean up Z-Wave pt2 (@balloob
- #20842 ) - Added Ambient PWS to device registry (@bachya
- #20841 ) (ambient_station docs) - Add default_config component (@balloob
- #20799 ) (default_config docs) (script docs) (new-platform) - Make monitored_conditions more specific in Ambient PWS (@bachya
- #20803 ) (ambient_station docs) (breaking change) - Add SmartThings Sensor platform (@andrewsayre
- #20848 ) (smartthings docs) (new-platform) - Support knx tunable white and color temperature lights (@marvin-w
- #19699 ) (knx docs) (light.knx docs) - Move weather.ipma into a component (@dgomes
- #20706 ) (ipma docs) - Add better handling of deprecated configs (@rohankapoorcom
- #20565 ) (freedns docs) - Add additional devices and features to Homematic IP (@SukramJ
- #20747 ) (homematicip_cloud docs) - Upgrade youtube_dl to 2019.02.08 (@fabaff
- #20859 ) (media_extractor docs) - Fix init of TransmissionData (@MatteGary
- #20817 ) (transmission docs) - Media player const.py move (@elupus
- #20822 ) - Set GTFS icon by route type (@renemarc
- #20876 ) (sensor.gtfs docs) - Cleanup GTFS query (@renemarc
- #20874 ) (sensor.gtfs docs) - Upgrade mypy to 0.660 (@scop
- #20873 ) - Set August doorbell availability state from online state (@wonderslug
- #20883 ) (august docs) - Added more language options (@VirtualL
- #20890 ) (sensor.darksky docs) (new-feature) - Person component: add storage and WS commands (@balloob
- #20852 ) (person docs) (websocket_api docs) - Fix coroutine never awaited warning in test (@awarecan
- #20892 ) - Add some api tests for ZHA (@dmulcahey
- #20909 ) - Missing Binary Sensor (@dagobert
- #20921 ) (homematic docs) - Fix encoding for MQTT camera (@emontnemery
- #20932 ) (mqtt docs) - Fix RFLink restore state (@javicalle
- #20588 ) (rflink docs) (light.rflink docs) - add fan support for spider thermostats (@peternijssen
- #20897 ) (spider docs) (new-feature) - Add quirks info to ZHA device (@dmulcahey
- #20923 ) (zha docs) (new-feature) - Added IDs and enabled workarounds for Yale YRD220, YRL220, YRD120 (@mw-white
- #20929 ) (zwave docs) (new-feature) - Fix #19990: Alexa-support for climate in manual-mode (@pc-coholic
- #20910 ) - Reverts 2105724. (@boralyl
- #20915 ) (light.hyperion docs) - Update ZHA helpers (@dmulcahey
- #20898 ) (zha docs) - CoolMasterNet Climate platform (@OnFreund
- #20787 ) (climate.coolmaster docs) (new-platform) - Add device HmIP-BSL to Homematic IP (@SukramJ
- #20865 ) (homematicip_cloud docs) - Add Google pubsub component (@timvancann
- #20049 ) (google_pubsub docs) (new-platform) - fix missing sensor values for Point (@fredrike
- #20937 ) (point docs) - Fixed Thethingsnetwork sensor issue so that it takes the most recent (last) item from the TTN data storage query result instead of the first. (@Sholofly
- #20790 ) (thethingsnetwork docs) - Use CONF_RECIPIENT for default recipient in config (@rohankapoorcom
- #20925 ) (tplink_lte docs) (breaking change) - Ebusd integration (@CrazYoshi
- #19607 ) (ebusd docs) (sensor.ebusd docs) (new-platform) - Update denonavr to 0.7.8 (add various sound modes) (@scarface-4711
- #20951 ) (media_player.denonavr docs) - Add missing data fields to Ambient PWS (@bachya
- #20808 ) (ambient_station docs) (sensor.ambient_station docs) - HomematicIP fix cover direction (@mxworm
- #20901 ) (homematicip_cloud docs) - Update pyHS100 to 0.3.4 (@stefnb
- #20979 ) (light.tplink docs) (switch.tplink docs) - Upgrade slixmpp to 1.4.2 (@fabaff
- #20971 ) (notify docs) - Upgrade ruamel.yaml to 0.15.87 (@fabaff
- #20955 ) - Set cover level using emulated_hue (@ptc
- #19594 ) (emulated_hue docs) - Support for Multiple modbus hubs (@benvm
- #19726 ) (modbus docs) (binary_sensor.modbus docs) (climate.flexit docs) (climate.modbus docs) (sensor.modbus docs) (switch.modbus docs) - add device info API (@dmulcahey
- #20950 ) (zha docs) - Sort imports (@fabaff
- #20984 ) (netgear_lte docs) - Unique Ids for August entities to allow renames (@wonderslug
- #20887 ) (august docs) - Sort imports (@fabaff
- #20985 ) (mythicbeastsdns docs) - Bump aioesphomeapi to 1.5.0 (@OttoWinter
- #20986 ) (esphome docs) - Fix bug with monitored_conditions in Ambient PWS (@bachya
- #20837 ) (ambient_station docs) - Add lagging hdate for sensors that should lag to update (@arigilder
- #20655 ) (sensor.jewish_calendar docs) - Add SmartThings Climate platform (@andrewsayre
- #20963 ) (smartthings docs) (new-platform) - Add Rejseplanen danish public transport sensor component (@tomatpasser
- #19885 ) (sensor.rejseplanen docs) (new-platform) - Bump feedparser version to py3.7 compat (@balloob
- #20987 ) (feedreader docs) - Update to Python 3.7 (@balloob
- #20988 ) - Updates pyatmo to 1.8 and adds exception handling (@carstenschroeder
- #20938 ) (netatmo docs) - Add frontend storage (@balloob
- #20880 ) - Norway air quality (@Danielhiversen
- #20683 ) (new-platform) - Fix Point does I/O in event loop (@fredrike
- #20939 ) (point docs) - Add unique id to ADS platforms (@carstenschroeder
- #20511 ) (light.ads docs) - Upgrade cryptography to 2.5 (@awarecan
- #21011 ) - Update ZHA API to be device oriented (@dmulcahey
- #20990 ) (zha docs) (breaking change) - Update ordering (@fabaff
- #21013 ) (system_health docs) - Prevent OverflowError in ESPHome integration (@OttoWinter
- #21014 ) (esphome docs) - Upgrade restrictedpython to 4.0b8 (@fabaff
- #21015 ) (python_script docs) - Norway air, minor fix (@Danielhiversen
- #21016 ) (air_quality docs) - Allow target all timer services using ‘entity_id: all’ (@rbflurry
- #21008 ) (timer docs) - RFC: Embed platforms without component for remote component. (@balloob
- #20809 ) - Fix discovery of audio groups (@emontnemery
- #20947 ) (cast docs) - Update entity state when ZHA device becomes available (@dmulcahey
- #20993 ) (zha docs) - Update co2signal==0.4.2 to fix #20805 (@danielsjf
- #21022 ) (sensor.co2signal docs) - Add missing helpers (@fabaff
- #21021 ) - Add lock config entry unload support. (@andrewsayre
- #21025 ) (lock docs) - Bump aioambient to 0.1.1 (@bachya
- #21024 ) (ambient_station docs) - Upgrade sqlalchemy to 1.2.17 (@fabaff
- #21020 ) (sensor.sql docs) - Run tasks when ZHA devices become available (@dmulcahey
- #20998 ) (zha docs) - Fix broken links to code examples (@cisasteelersfan
- #21039 ) - Update scan interval to 5 minutes. (@fronzbot
- #21041 ) (blink docs) - Add support for device_class to MQTT cover (@emontnemery
- #21044 ) (mqtt docs) - Update file header (@fabaff
- #21023 ) - Add night arm mode to MQTT alarm control panel (@rwagoner
- #20961 ) (mqtt docs) - Fix updated file header (@OttoWinter
- #21049 ) (esphome docs) - Add Lock capability to SmartThings platform (@bendews
- #20977 ) (smartthings docs) (new-platform) - Add template support to Bayesian sensor (@arsaboo
- #20757 ) (binary_sensor.bayesian docs) - Create a person during onboarding (@balloob
- #21057 ) (default_config docs) (onboarding docs) (person docs) - Person checks (@balloob
- #21056 ) (person docs) - Person: Ignore unavailable states (@balloob
- #21058 ) (person docs) - Add integration method to sensor.integration (@dgomes
- #21050 ) (sensor.integration docs) - fix webhook update (@fredrike
- #21048 ) (point docs) - Upgrade ruamel.yaml to 0.15.88 (@fabaff
- #21055 ) - Update file header (@fabaff
- #21054 ) - Don’t directly update config entries (@balloob
- #20877 ) (deconz docs) (homematicip_cloud docs) (hue docs) (unifi docs) - Set ZHA device availability on new join (@dmulcahey
- #21066 ) (zha docs) (beta fix) - Set uvloop version consistent with hass.io (@philhawthorne
- #21080 ) (beta fix) - Check against unlinked user (@balloob
- #21081 ) (person docs) (beta fix) - Fix hue retry crash (@balloob
- #21083 ) (hue docs) (beta fix) - Update pychromecast (@balloob
- #21097 ) (cast docs) (beta fix) - Bump aioambient to 0.1.2 (@bachya
- #21098 ) (ambient_station docs) (beta fix) - Bump thermoworks_smoke version to get new pyrebase version (@nhorvath
- #21100 ) (sensor.thermoworks_smoke docs) (beta fix) - Don’t expose services in Utility_Meter unless tariffs are available (@dgomes
- #20878 ) (utility_meter docs) (beta fix) - Deprecate conf_update_interval (@rohankapoorcom
- #20924 ) (breaking change) (beta fix) - Fix battery_level error - HomeKit (@cdce8p
- #21120 ) (homekit docs) (beta fix) - Handle ValueError (@balloob
- #21126 ) (person docs) (beta fix) - Bump pychromecast to 2.5.2 (@balloob
- #21127 ) (cast docs) (beta fix) - Return None if no GTFS departures found (@renemarc
- #20919 ) (sensor.gtfs docs) (breaking change) (beta fix) - SmartThings Component Enhancements/Fixes (@andrewsayre
- #21085 ) (smartthings docs) (beta fix) - Fix SmartThings Translation Error (@andrewsayre
- #21103 ) (smartthings docs) (beta fix) - Fix track_change error in utility_meter (@dgomes
- #21134 ) (utility_meter docs) (beta fix) - Update pyEight for Python 3.7 Compatibility (@mezz64
- #21161 ) (eight_sleep docs) (beta fix) - Add power source to device and clean up zha listeners (@dmulcahey
- #21174 ) (zha docs) (beta fix) - Fix for #19072 (@sjabby
- #21175 ) (light.flux_led docs) (beta fix) - Upgrade aioimaplib for Python 3.7 compatibility (@amelchio
- #21197 ) (sensor.imap docs) (beta fix) - ordered by last occurrence (@dgomes
- #21200 ) (system_log docs) (beta fix) - Set aioharmony version to 0.1.8 (@ehendrix23
- #21213 ) (harmony docs) (breaking change) (beta fix) - Push pyads to 3.0.7 (@carstenschroeder
- #21216 ) (ads docs) (beta fix) - Refactor ZHA listeners into channels (@dmulcahey
- #21196 ) (zha docs) (beta fix) - Fix an Ambient PWS exception when location info is missing (@bachya
- #21220 ) (ambient_station docs) (beta fix) - Prevent invalid context from crashing (@balloob
- #21231 ) (beta fix)