0.107: Multiple Lovelace Dashboards, adds helpers, new media player card
George F. Will
Well, George, we don’t agree: Announcing the release of Home Assistant Core 0.107!
This release brings a crazy amount of awesome new features and beautiful improvements to the frontend.
Bye old State UI
As announced with 0.105, the old States UI is now removed from Home Assistant. If you are using Home Assistant for a year or less, you might not have an idea what it is, since the “new” Lovelace UI has been the default. It is the UI we used before Lovelace.
If you are up for a flashback, maybe it is worth reading the release notes for Home Assistant 0.7 were the revamped (and now removed) States UI was originally announced. Now exactly 100 releases later, it is time to say goodbye to the states UI that has been with us for a long, long time…
As we announced the deprecation of the old States UI in 0.105, not everybody seemed to be that happy about it. So we surveyed to see what one would miss from States UI and learned that it is mostly used as an overview of all entities (besides having a nice layout that can be made in Lovelace).
In this release, we bring you a Lovelace solution for that and added a bit more…
Hello multiple Lovelace dashboards
You are now able to create multiple Lovelace configurations, called: Lovelace Dashboards!
You can have a dashboard with your main layout, one that is auto-generated (like the old State UI), one for experimenting, one for admins, one for your wall-mounted tablet, etc.
And, yes, you can even mix and match multiple YAML mode managed Lovelace Dashboard, UI managed Lovelace Dashboards and auto-generated Lovelace Dashboards at the same time.
Screenshot of the new Lovelace configuration panel.
Each dashboard can be added to the menu sidebar as well, with a configurable title and icon. Furthermore, it is possible to limit access to a dashboard to admin users only.
An unlimited amount of dashboards can be created right from the UI in the new
Lovelace configuration panel, and YAML dashboards can be set up in
configuration.yaml
, see the documentation.
This awesome new feature comes with a deprecation if you use Lovelace in
manual YAML mode: You need to move the resources
section from
your ui-lovelace.yaml
to the lovelace:
section in configuration.yaml
.
It is not a breaking change yet; we still load them from the previous location
if we didn’t find anything in the lovelace:
section, however, this fallback
is being removed in a future version.
If you manage your Lovelace via the frontend, we automatically migrate your resources. Please note that resources are not in the raw Lovelace configuration editor anymore, but in the Lovelace configuration panel.
New media player card
@zsarnett
It is inspired by the media control widget in Android and changes color based on the artwork of the played media. We think it looks absolutely gorgeous!
Screenshot of the new Media Control Card.
Helpers Configuration Panel
When you create advanced automations, you often need a helper. Like a toggle,
to save a state, or another input field. Until now, you always had to define
them in YAML and are known as the input_*
fields/integrations.
We now have a UI to add and manage these Helper elements; this allows non-expert users, or anybody that prefers the frontend to manage their system, to also access this functionality.
Screenshot of a helper configuration dialog.
Thanks @Adminiugainput_*
YAML
configuration without restarting Home Assistant.
Improvements to Lovelace editing experience
@zsarnett
Screen recording of the new card picker and stack editor.
Other noteworthy changes
-
@Misiu
added a UI to set the visibility per user for views. - Data tables, for example, the Entities configuration panel, are now lightning fast! Even on mobile 🚀.
- The logbook had some speed improvements, thanks @KapJI
! -
@bdraco
just went all-in on the August integration, making it a top-notch integration! Awesome job there! - Initial support for HomeKit enabled televisions and support for occupancy sensors was added by @Jc2k
. -
@tulindo
added support for newer SamsungTV models. - Alexa now supports starting and cancelling timers, thanks to @Tho85
.
New Integrations
- Add platform Ezviz (@BaQs
- #30378 ) (ezviz docs) (new-integration) - Add Avri waste collection sensor (@timvancann
- #31134 ) (new-integration) - Add Tankerkoenig integration (@guillempages
- #28661 ) (tankerkoenig docs) (new-integration) - Add QVR Pro integration (@oblogic7
- #31173 ) (qvr_pro docs) (new-integration) - Add edl21 component for SML-based smart meters (@mtdcr
- #27962 ) (edl21 docs) (new-integration) - Add IamMeter integration (@lewei50
- #30465 ) (iammeter docs) (new-integration) - Add griddy integration (@bdraco
- #32591 ) (griddy docs) (new-integration)
New Platforms
- Add Config flow to august (@bdraco
- #32133 ) (august docs) (new-platform) - Add Dynalite switch platform (@ziv1234
- #32389 ) (dynalite docs) (new-platform) - Add support for MELCloud Air-to-Water devices (@vilppuvuorinen
- #32078 ) (melcloud docs) (new-platform)
If you need help…
…don’t hesitate to use our very active forums or join us for a little chat
Experiencing issues introduced by this release? Please report them in our issue tracker
Backward-incompatible changes
-
Xfinity Gateway (Deprecated) - The Xfinity Gateway integration relies on web scraping and is deprecated, to be removed in Home Assistant Core 0.109. (ADR-0004) - (@frenck
- #32017 ) -
Groups - Groups are NOT being removed, but the configuration options, services, and service options related to the (previously deprecated and now removed) States UI are now removed in this release. This includes:
- The
view
andcontrol
configuration options for a group. - The
group.set_visibility
service call - The
control
,visible
,view
options on thegroup.set
service call
Please ensure your configuration and automations do not use these anymore. - (@frenck
- #32021 ) (group docs) - The
-
Input Number - Adds an entity ID to input_number warning. Passing an out of range value to
input_number.set_value
will now raise a validation error. Incrementing/decrementing aninput_number
will no longer cause warnings. - (@balloob- #32012 ) (input_number docs) -
History Graph - The
history_graph
integration has been deprecated in Home Assistant 0.105 and is now removed. This integration was used for the old states UI, which is no longer available. A Lovelace an equivalent is available: The Lovelace History Graph. (@frenck- #32028 ) -
Weblink - The
weblink
integration is was deprecated in 0.105.0 and now removed. This integration only works with the old states UI, which is no longer available. (@frenck- #32024 ) With Lovelace, the same can be achieved using:
-
Environment Canada - This integration was previously using web scraping for weather alert details. The details attribute has been removed to make it compliant. (ADR-0004) - (@michaeldavie
- #32077 ) (environment_canada docs) -
Units of Time - Time units have been standardized throughout all integrations. - (@springstan
- #32065 ) If you were using a non standard unit in an automation or sensor please change it to the following:
- μs for microseconds
- ms for milliseconds
- s for seconds
- min for minutes
- h for hours
- d for days
- w for weeks
- m for months
- y for years
-
HomematicIP Cloud - Migrates HomematicIP Cloud services to admin services. - (@SukramJ
- #32107 ) (homematicip_cloud docs) The user needs to be in the administrator role to execute these HomematicIP Cloud services:
homematicip_cloud.dump_hap_config
homematicip_cloud.reset_energy_counter
-
HomeKit Controller - Support for HomeKit controller’s legacy pairing data folder
.homekit
has been deprecated and in Home Assistant Core release 0.109.0 we plan to remove this code. Pairings have not been saved this way since Home Assistant 0.94, so if you are running Home Assistant 0.94 or later this does not affect you - your pairings were already migrated to configuration entries. If you are running an older release and do not upgrade soon you will not be able to automatically migrate your existing pairings at upgrade time and will have to manually re-pair them. - (@Jc2k- #32158 ) (homekit_controller docs) -
Automation - The
hide_entity
configuration option on an automation was deprecated in Home Assistant 0.105 and is removed in this release. It was used for the old states UI, which is no longer available, making this option obsolete. Please ensure your configuration is not using this option. - (@frenck- #32038 ) (automation docs) -
IQVIA - When configuring IQVIA via
configuration.yaml
, themonitored_conditions
key has been deprecated and will be removed in 0.114.0. All sensors are now created by default. (ADR-0003) - (@bachya- #32223 ) (iqvia docs) Example YAML configuration:
iqvia: zip_code: !secret iqvia_zip_code
-
GitHub - The entity state has been changed to return the ‘short SHA’ commit hash, so automations based on
latest_commit_sha
should be adapted to that. - (@Mariusthvdb- #31581 ) (github docs) -
AirVisual - AirVisual is now available to be added through the integrations UI! If you configure it in
configuration.yaml
you will need to update to the new configuration. Additionally, in order to protect the AirVisual cloud API,scan_interval
in no longer configurable for this integration. - (@bachya- #32072 ) (airvisual docs) Example YAML configuration:
airvisual: api_key: !secret airvisual_api_key
-
IFTTT - IFTTT now checks that received webhook data is a dictionary (example
{ "value": 1 }
) to prevent Home Assistant internals from breaking. - (@balloob- #32317 ) (ifttt docs) -
AlarmDecoder - AlarmDecoder integration now uses Honeywell’s Instant mode instead of Night-Stay for
alarm_arm_night
. Instant mode is generally thought to be more secure for night-time use because it disables the entry delay since visitors aren’t expected. - (@ajschmidt8- #32292 ) (alarmdecoder docs) -
Tibber - Upgraded Tibber library to 0.13.0 and some attributes have names which have changed. - (@Danielhiversen
- #32369 ) (tibber docs) -
currentPhase1
->currentL1
-
currentPhase2
->currentL2
-
currentPhase3
->currentL3
-
-
REST - Add
application/xml
as an XML to JSON auto converted MIME types for rest sensors - (@bdraco- #32289 ) (rest docs) -
Certificate Expiry - The
name
configuration option has been deprecated and is no longer used by the integration. An improved default entity & display naming scheme is provided. Name and entity_id overrides should be handled via the frontend. Configurations using name will marked broken with the 0.109 release. - (@jjlawren- #32066 ) (cert_expiry docs) Example YAML configuration:
sensor: - platform: cert_expiry host: google.com
-
Plex Media Player - The ‘show all controls’ option for Plex is deprecated and will be removed in the Home Assistant Core 0.110.0 release. Also, discovery and legacy config file loading (plex.conf) has been removed. - (@jjlawren
- #32391 #32510 ) (discovery docs) (plex docs) Example YAML configuration:
plex: media_player: show_all_controls: True <-- Deprecated
-
Abode - Abode retired its legacy automations and quick actions on 28 Feb. This change removes support for legacy automations and quick actions while adding support for CUE automations which will show up in Home Assistant as switches (same as previous implementation). Abode’s replacement for quick actions is manually triggered CUE automations which can be called through Home Assistant service
abode.trigger_automation
(previously labeledabode.trigger_quick_action
). - (@shred86- #32296 ) (abode docs) -
deCONZ - The events on the Aqara Magic Cube have changed, so they will match with the device triggers discriptions. If you made automations for the Magic Cube on the device page, you will want to change your automation. If you configured your automations based on events from the developers tools, there is nothing breaking. This also fixes the double tap function on side 2, which didnt work if you configured it in the device page - (@Dorzel107
- #32108 ) (deconz docs) -
Emoncms - The way the
unit_of_measurement
is set has changed to make use of the ability for this to be set in the source feed in Emocms. - (@borpin- #32042 ) (emoncms docs) The unit will now be assigned as follows:
- Take the unit from the API if it is available
- Otherwise take the unit from config, either specified or the default unit (W)
-
Vizio SmartCast TV - Adds app support. For TVs that support apps, ‘SMARTCAST’ and ‘CAST’ sources have been replaced with
SmartCast Home
. Any automations that rely on those sources will need to be updated. - (@raman325- #32432 ) -
Onvif - Added more onvif PTZ move modes. The onvif camera service
camera.onvif_ptz
has been moved from the camera domain to the onvif domain.onvif_ptz
service was also renamed toptz
, so service calls need to be updated toonvif.ptz
. - (@olijouve- #30152 ) (onvif docs) Example YAML configuration:
- type: entity-button entity: camera.foscam icon: mdi:arrow-left-bold-outline show_name: false tap_action: action: call-service service: onvif.ptz service_data: entity_id: camera.foscam pan: LEFT tilt: zoom: move_mode: ContinuousMove continuous_duration: 0.8 distance: 1
-
Facebook Messenger - On October 29, 2019 Facebook announced a breaking change that all broadcast API will stop working on March 4th, 2020, so BROADCAST as a target option is now removed. - (@chmielowiec
- #32517 ) (facebook docs) -
Samsung Smart TV - Adds support for newer SamsungTV models. Specifying the port in
configuration.yaml
is no longer needed and thus the port config option has been deprecated. - (@tulindo- #31537 ) (samsungtv docs) -
Netatmo - The unreliable binary sensors are removed since they don’t provide much value due to their polling nature. To trigger automations it is recommended to use the event netatmo_event. - (@cgtobi
- #32673 ) (netatmo docs) Example trigger for automations:
trigger: - event_data: type: movement event_type: netatmo_event platform: event
-
DirecTV - DirecTV is now available to be added from the integrations UI. The concept of device has been removed and now the DirecTV receiver, and all client devices, are added. There is no longer a
port
option as the default port should work just fine. The name can be set via entity UI rather thanname
option. - (@ctalkington- #32162 ) (directv docs) (directv docs) -
iCloud - iCloud family devices are no longer added automatically. Use the
with_family
configuration option or re-add the integration via the frontend, in case you do want to make use of the iCloud family devices. - (@Quentame- #32644 ) (icloud docs) -
Device Tracker - The
hide_if_away
configuration parameter has been removed for all device trackers. This option was used to hide devices trackers from the UI if the device was not at home. This applied to the old States UI, which now has been removed. - (@frenck- #32705 ) (device_tracker docs) (breaking change) (beta fix) -
Sonos - Sonos devices will now report
idle
instead ofpaused
if they do not have any current artist metadata available. This can happen when you were playing Spotify on your Sonos and use the Spotify app to play on another device. - (@balloob- #32712 ) (sonos docs) (breaking change) (beta fix)
Beta Fixes
- Bump pyipma dependency (fixes bug in 0.106) (@dgomes
- #32286 ) (ipma docs) (beta fix) - If device has volume disabled, the volume will be
None
. However in these (@bazwilliams- #32702 ) (openhome docs) (beta fix) - Remove deprecated hide_if_away from device trackers (@frenck
- #32705 ) (device_tracker docs) (breaking change) (beta fix) - Broaden exception handling for IQVIA (@bachya
- #32708 ) (iqvia docs) (beta fix) - Sonos idle (@balloob
- #32712 ) (sonos docs) (breaking change) (beta fix) - Update Vizio
source
property to only return current app if i… (@raman325- #32713 ) (vizio docs) (beta fix) - Resolve Home Assistant fails to start when Sense integration i… (@bdraco
- #32716 ) (sense docs) (beta fix) - Fix legacy Samsung TV (@escoand
- #32719 ) (samsungtv docs) (beta fix) - Set self._current_app to None when vizio device is off (@raman325
- #32725 ) (vizio docs) (beta fix) - Updated frontend to 20200312.0 (@bramkragten
- #32741 ) (frontend docs) (beta fix) - Bump py-august to 0.25.0 (@bdraco
- #32769 ) (august docs) (beta fix) - Check if panel url used and delay dashboard reg till start (@bramkragten
- #32771 ) (frontend docs) (lovelace docs) (beta fix) - Updated frontend to 20200313.0 (@bramkragten
- #32777 ) (frontend docs) (beta fix) - Fix homekit_controller beta connectivity issues (@Jc2k
- #32810 ) (homekit_controller docs) (beta fix) - Add brightness state to emulated hue when devices support only color temp and brightness (@vaceslav
- #31834 ) (emulated_hue docs) (beta fix) - Optimize directv client initialization (@ctalkington
- #32706 ) (directv docs) (directv docs) (beta fix) - Add log message on timeout and update less often for upnp devices (@StevenLooman
- #32740 ) (upnp docs) (beta fix) - Fix handling of attribute reports in ZHA sensors and binary sensors (@dmulcahey
- #32776 ) (zha docs) (beta fix) - Fix onvif error with non ptz cameras (@timmo001
- #32783 ) (onvif docs) (beta fix) - Fix brightness_pct in light device turn_on action (@frenck
- #32787 ) (light docs) (beta fix) - Bump eagle_reader API version to v0.2.4 (@gtdiehl
- #32789 ) (rainforest_eagle docs) (beta fix) - Fix directv location of unknown error string (@ctalkington
- #32807 ) (directv docs) (directv docs) (beta fix) - Remove extra logging from directv init. (@ctalkington
- #32809 ) (directv docs) (directv docs) (beta fix) - Require a hyphen in lovelace dashboard url (@bramkragten
- #32816 ) (lovelace docs) (beta fix) - Add Netatmo Home Coach as model (@Danielhiversen
- #32829 ) (netatmo docs) (beta fix) - Add SF transition to HmIP-BSL and remove obsolete code in HMIPC (@SukramJ
- #32833 ) (homematicip_cloud docs) (beta fix) - Make sure panel_custom won’t crash on invalid data (@balloob
- #32835 ) (hassio docs) (panel_custom docs) (beta fix) - Ensure unique_ids for all evohome thermostats (@zxdavb
- #32604 ) (evohome docs) (beta fix) - Bump teslajsonpy to 0.5.1 (@alandtse
- #32827 ) (tesla docs) (beta fix) - Ignore the ignored konnected config entries (@kit-klein
- #32845 ) (beta fix) - Bump insteonplm to 0.16.8 (@teharris1
- #32847 ) (insteon docs) (beta fix) - Update pyozw 0.1.9 (@pvizeli
- #32864 ) (zwave docs) (beta fix) - Updated frontend to 20200316.0 (@bramkragten
- #32866 ) (frontend docs) (beta fix) - Add lovelace reload service for yaml resources (@bramkragten
- #32865 ) (lovelace docs) (beta fix) - Bump ZHA quirks to 0.0.37 (@dmulcahey
- #32867 ) (zha docs) (beta fix) - Remove group as a dependency from entity integrations (@balloob
- #32870 ) (beta fix) - Lovelace: storage key based on id instead of url_path (@bramkragten
- #32873 ) (lovelace docs) (beta fix) - Updated frontend to 20200316.1 (@bramkragten
- #32878 ) (frontend docs) (beta fix) - Fix iCloud init while pending (@Quentame
- #32750 ) (icloud docs) (beta fix) - Add default port to samsung tv (@tulindo
- #32820 ) (samsungtv docs) (beta fix) - Corrected minor misspellings (@dajo
- #32857 ) (homekit_controller docs) (system_log docs) (toon docs) (beta fix) - Make zone dependency of device tracker an after dep (@balloob
- #32880 ) (device_tracker docs) (beta fix) - Bump iCloud to 0.9.5 (@Quentame
- #32901 ) (icloud docs) (beta fix) - Changed Sensor icons to be more emotionally sensitive (@brubaked
- #32904 ) (coronavirus docs) (beta fix) - Bump cast to 4.2.0 (@balloob
- #32906 ) (cast docs) (beta fix) - Fix setting up options due to config data freeze (@engrbm87
- #32872 ) (mikrotik docs) (beta fix) - Fix input text reload (@bramkragten
- #32911 ) (input_text docs) (beta fix) - Introduce safe scan_interval for vicare (@oischinger
- #32915 ) (vicare docs) (beta fix) - Fix hassio panel load (@balloob
- #32922 ) (hassio docs) (beta fix) - Updated frontend to 20200318.0 (@bramkragten
- #32931 ) (frontend docs) (beta fix) - Fix flaky tests for HMIPC (@SukramJ
- #32806 ) (beta fix)
Release 0.107.1 - March 18
- Updated frontend to 20200318.1 (@bramkragten
- #32957 ) (frontend docs) - Add device automation as frontend dependency (@balloob
- #32962 ) (frontend docs) - Fix zone config (@balloob
- #32963 ) (zone docs)
Release 0.107.2 - March 20
- 0.107.2 - Bump aiohomekit to fix Insignia NS-CH1XGO8 and Lenno… (@Jc2k
- #33016 ) (homekit_controller docs) - Fix camera.options to camera.stream_options. (@ochlocracy
- #32767 ) (camera docs) - Fix velbus in the 107 release (@Cereal2nd
- #32936 ) (velbus docs) - Refactor ZHA setup (@Adminiuga
- #32959 ) (zha docs) - Fix somfy optimistic mode when missing in conf (@tetienne
- #32995 ) (somfy docs) - Axis - Fix char in stream url (@Kane610
- #33004 ) (axis docs) - Fix sighthound dependency issue (@robmarkcole
- #33010 ) (sighthound docs) - Bump simplisafe-python to 9.0.3 (@bachya
- #33013 ) (simplisafe docs) - 0.107.2 - Bump aiohomekit to fix Insignia NS-CH1XGO8 and Lenno… (@Jc2k
- #33016 ) (homekit_controller docs) - Handle zigpy clusters without ep_attribute attribute. (@Adminiuga
- #33028 ) (zha docs) - Fix zones in packages (@balloob
- #33027 ) - Fix RainMachine not properly storing data in the config entry (@bachya
- #33002 ) (rainmachine docs)
Release 0.107.3 - March 20
- Fix netatmo webhook registration issue (@cgtobi
- #32994 ) (netatmo docs) - Fix discovery issue with netatmo climate devices (@cgtobi
- #33040 ) (netatmo docs) - Fix packages for schemas without a default (@frenck
- #33045 ) (person docs)
Release 0.107.4 - March 20
- Add negative tests for identify schema for packages (@balloob
- #33050 ) - Bump simplisafe-python to 9.0.4 (@bachya
- #33059 ) (simplisafe docs) - Bump aioasuswrt to 1.2.3 and fix asuswrt sensor (@Knapoc
- #33064 ) (asuswrt docs) - Fix package default extraction (@balloob
- #33071 )
Release 0.107.5 - March 21
- Upgrade huawei-lte-api to 1.4.11 (@scop
- #32791 ) (huawei_lte docs) - Validate UUID for tankerkoenig (@guillempages
- #32805 ) (tankerkoenig docs) - Try all Samsung TV websocket ports (@escoand
- #33001 ) (samsungtv docs) - Split ZHA device loading and entities adding (@Adminiuga
- #33075 ) (zha docs) - Fix totalconnect AttributeError introduced in 0.107 (@austinmroczek
- #33079 ) (totalconnect docs) - Fix tankerkoenig with more than 10 stations (@guillempages
- #33098 ) (tankerkoenig docs) - Fix Extend ONVIF unique ID with profile index (@frenck
- #33103 ) (onvif docs)
Release 0.107.6 - March 24
- Integrate dockerbuild (@pvizeli
- #33168 ) - Fix script logging with name (@balloob
- #33120 ) - Fix minut point updating frozen config entry data (@frenck
- #33148 ) (point docs) - Bump OZW fork to 0.1.10 (@pvizeli
- #33205 ) (zwave docs)
Release 0.107.7 - March 25
- Fix velbus dimming control (@brefra
- #33139 ) (velbus docs) - Increase timeout setting up IPMA (@dgomes
- #33194 ) (ipma docs) - Refactor ZHA platform setup (@Adminiuga
- #33226 ) (zha docs) - Ensure recorder event loop recovers if the database server dis… (@bdraco
- #33253 ) (recorder docs) - Schedule Unifi shutdown callback earlier (@jjlawren
- #33257 ) (unifi docs)
All changes
- Nuki: add support for unique id (@pvizeli
- #31824 ) (nuki docs) - Update pyhomematic to 0.1.65 (@danielperna84
- #32006 ) (homematic docs) - Upgrade requests to 2.23.0 (@frenck
- #32013 ) - Deprecate Xfinity Gateway integration (ADR-0004) (@frenck
- #32017 ) (breaking change) - Remove states UI options in group integration (@frenck
- #32021 ) (group docs) (breaking change) - Add entity ID to input_number warning (@balloob
- #32012 ) (input_number docs) (breaking change) - Update vizio dependency and integration name (@raman325
- #31975 ) (vizio docs) - Add convert_to_pil_image to pil util (@robmarkcole
- #31825 ) - Remove weblink integration (@frenck
- #32024 ) (demo docs) (breaking change) - Remove history_graph integration (@frenck
- #32028 ) (demo docs) (breaking change) - Prevent committing to dev/master/rc directly (@frenck
- #32029 ) - Fix extra arguments of group integration (@frenck
- #32032 ) (group docs) - Template platform tweaks (@balloob
- #32037 ) (template docs) - Change TTS codeowner to @pvizeli (@robbiet480
- #32041 ) (tts docs) - Update file headers and outdated documentation links (@springstan
- #32022 ) - Significantly reduce code in august integration (@bdraco
- #32030 ) (august docs) - Add asuswrt interface and dnsmasq location configuration (@pkishino
- #29834 ) (asuswrt docs) - ZHA device channel refactoring (@Adminiuga
- #31971 ) (zha docs) - Add www to all documentation links (@springstan
- #32063 ) (auth docs) (cast docs) (honeywell docs) (kodi docs) (nest docs) (pandora docs) (sun docs) - Add unique ID to ONVIF camera entities (@frenck
- #32093 ) (onvif docs) - Change get_entity to return a extended entry, add inputs to de… (@bramkragten
- #32083 ) (config docs) (default_config docs) - Bump env_canada to 0.0.35 to address issue 31924 (@michaeldavie
- #32077 ) (environment_canada docs) (breaking change) - Fix Frontier Silicon player state (@jezcooke
- #32082 ) (frontier_silicon docs) - Mock setup_entry in oauth2 tests (@balloob
- #32102 ) - Add name option for Frontier Silicon devices (@jezcooke
- #32085 ) (frontier_silicon docs) - Fix volume control for Frontier Silicon media players (@jezcooke
- #32040 ) (frontier_silicon docs) - Add boost support for Hive TRVs (@martinlong1978
- #31261 ) (hive docs) - Add sighthound save image (@robmarkcole
- #32103 ) (sighthound docs) - UniFi - Add unit of measurement to bandwidth sensors (@Kane610
- #32114 ) (unifi docs) - Add unique_id to directv entities (@ctalkington
- #31838 ) (directv docs) (directv docs) - Add and use time related constants (@springstan
- #32065 ) (breaking change) - Use f-strings in integrations starting with “A” (@springstan
- #32110 ) - Deduplicate code in the august integration (@bdraco
- #32101 ) (august docs) - Remove no-longer-needed SimpliSafe websocket watchdog (@bachya
- #32129 ) (simplisafe docs) - Improve condition validation error msg (@balloob
- #32135 ) - Add platform Ezviz (@BaQs
- #30378 ) (ezviz docs) (new-integration) - Refactor homekit_controller to be fully asynchronous (@Jc2k
- #32111 ) (homekit_controller docs) - Add Supla gate (@Rocik
- #31643 ) (supla docs) - Use ciso8601 library to parse datetime faster (@KapJI
- #32128 ) - Speed up validate_entity_id (@balloob
- #32137 ) - Use f-strings in integrations starting with “B”-“E” (@springstan
- #32121 ) - Handle unhandled IQVIA data update exception (@bachya
- #32144 ) (iqvia docs) - Modernize SimpliSafe config flow (@bachya
- #32130 ) (simplisafe docs) - Modernize RainMachine config flow (@bachya
- #32131 ) (rainmachine docs) - Clean up RainMachine config entry data (@bachya
- #32132 ) (rainmachine docs) - Upgrade qnapstats to 0.3.0 (@colinodell
- #32148 ) (qnap docs) - Add support for simultaneous runs of Script helper (@pnbruckner
- #31937 ) (automation docs) (script docs) - Add constants file for directv (@ctalkington
- #32157 ) (directv docs) (directv docs) - Remove some unneeded pylint suppressions (@scop
- #32152 ) - Upgrade pre-commit to 2.1.1 (@frenck
- #32159 ) - Add and use more unit constants (@scop
- #32122 ) - Use f-strings in integrations starting with “F”and”G” (@springstan
- #32150 ) - Remove friendly_name attribute from twitch sensor (@springstan
- #32067 ) (twitch docs) - Migrate HomematicIP Cloud services to admin services (@SukramJ
- #32107 ) (homematicip_cloud docs) (breaking change) - Add shopping_list_item_added event_type (@thegame3202
- #28334 ) (shopping_list docs) - Add MQTT WS command to remove device (@emontnemery
- #31989 ) (mqtt docs) - Remove unused RainMachine config flow function (@bachya
- #32165 ) (rainmachine docs) - Remove unused SimpliSafe config flow function (@bachya
- #32166 ) (simplisafe docs) - Fix flaky coverage in UK transport test (@balloob
- #32053 ) - Add observed entities to bayesian sensor (@paolog89
- #27721 ) (bayesian docs) - Modernize Notion config flow (@bachya
- #32167 ) (notion docs) - Modernize Ambient PWS config flow (@bachya
- #32164 ) (ambient_station docs) - Refactor homekit_controller config flow tests (@Jc2k
- #32141 ) (homekit_controller docs) - Deprecate homekit_controller .homekit folder (@Jc2k
- #32158 ) (homekit_controller docs) (breaking change) - Do not report state when closing down (@balloob
- #32168 ) (alexa docs) (google_assistant docs) - Add Config flow to august (@bdraco
- #32133 ) (august docs) (new-platform) - Fix description of fan service set_direction (@springstan
- #32181 ) - Use orjson to parse json faster (@KapJI
- #32153 ) (recorder docs) - Improve error handling (@emontnemery
- #32182 ) (mqtt docs) - Support multiple Lovelace dashboards (@balloob
- #32134 ) (frontend docs) (lovelace docs) - Remove hide_entity property from automation integration (@frenck
- #32038 ) (automation docs) (breaking change) - Revert “Use orjson to parse json faster (#32153)” (@balloob
- #32185 ) (recorder docs) - Refactor away deprecated homekit_controller test helpers (@Jc2k
- #32177 ) (homekit_controller docs) - Add missing device class attributes to homekit_controller sensors (@Jc2k
- #32175 ) (homekit_controller docs) - Add homekit_controller occupancy sensor (@Jc2k
- #32188 ) (homekit_controller docs) - Add Config Flow for sense (@bdraco
- #32160 ) (sense docs) - Fix name of emby media player (@springstan
- #32183 ) (emby docs) - Add model to august device_info (@bdraco
- #32187 ) (august docs) - Make SimpliSafe entities unavailable when wifi is lost (@bachya
- #32154 ) (simplisafe docs) - Reduce August doorbell detail updates (@bdraco
- #32193 ) (august docs) - homekit_controller test cleanups (@Jc2k
- #32212 ) (homekit_controller docs) - Make homekit_controller a local push integration (@Jc2k
- #32213 ) (homekit_controller docs) - Improve debounce cooldown (@balloob
- #32161 ) - Lovelace resource mgmt (@balloob
- #32224 ) (lovelace docs) - Address homekit_controller feedback on #32212 and #32213 (@Jc2k
- #32228 ) (homekit_controller docs) - Centralize august activity updates (@bdraco
- #32197 ) (august docs) - Make heos and transmission config flow tests more robust (@Ikuyadeu
- #31783 ) - Show kernel version on linux (@sanyatuning
- #32276 ) - Bump pyipma dependency (fixes bug in 0.106) (@dgomes
- #32286 ) (ipma docs) (beta fix) - Remove ability to configure monitored conditions in IQVIA (@bachya
- #32223 ) (iqvia docs) (breaking change) - Coordinate all august detail and activity updates (@bdraco
- #32249 ) (august docs) - Add device actions to cover (@emontnemery
- #28064 ) (cover docs) (device_automation docs) - Add usage sensors for each device sense detects that show powe… (@bdraco
- #32206 ) (sense docs) - Fix unhandled exception in Ambient PWS_URL (@bachya
- #32238 ) (ambient_station docs) - Support vizio pairing through config flow (@raman325
- #31520 ) (vizio docs) - Dynalite listener for config entry update (@ziv1234
- #32116 ) (dynalite docs) - Add Avri waste collection sensor (@timvancann
- #31134 ) (new-integration) - Set min and max temp only if it is not None (@Petro31
- #32262 ) (generic_thermostat docs) - Pass in aiohttp session for onvif (@frenck
- #32045 ) (onvif docs) - Explicitly set unique ids for GDACS integration (@exxamalte
- #32203 ) (gdacs docs) - Change github sensor state to short commit sha (@Mariusthvdb
- #31581 ) (github docs) (breaking change) - Use f-strings in integrations starting with “H” - “L” (@springstan
- #32265 ) - change log level (@exxamalte
- #32244 ) (feedreader docs) - Add and use percentage constant (@springstan
- #32094 ) - Allow managing Lovelace storage dashboards (@balloob
- #32241 ) (frontend docs) (lovelace docs) (zone docs) - Use collection helpers for counter integration (@Adminiuga
- #32295 ) (counter docs) - Bump up ZHA depdendency (@Adminiuga
- #32336 ) (zha docs) - Updated frontend to 20200228.0 (@bramkragten
- #32334 ) (frontend docs) - Bump pyipma to 2.0.5 (@dgomes
- #32337 ) (ipma docs) - Add config entry for AirVisual (@bachya
- #32072 ) (airvisual docs) (breaking change) - Restore august lock changed_by state on restart (@bdraco
- #32340 ) (august docs) - Add brightness to light device turn_on action (@emontnemery
- #32219 ) (light docs) - Fix github sensor short SHA (@Mariusthvdb
- #32316 ) (github docs) - ZHA: Support light flashing (@chmielowiec
- #32234 ) (zha docs) - Require IFTTT to send data as dictionary (@balloob
- #32317 ) (ifttt docs) (breaking change) - Bump avri api version (@timvancann
- #32373 ) - Add sms support to pushbullet notification (@doudz
- #32347 ) (pushbullet docs) - Upgrade youtube_dl to version 2020.03.01 (@BKPepe
- #32376 ) (media_extractor docs) - Add optimistic mode for somfy covers that do not support position (@ColinRobbins
- #31407 ) (somfy docs) - Add Tankerkoenig integration (@guillempages
- #28661 ) (tankerkoenig docs) (new-integration) - Fix AlarmDecoder Integration to use Instant Mode for alarm_arm_night (@ajschmidt8
- #32292 ) (alarmdecoder docs) (breaking change) - Add Media Stop Support to BraviaTV Mediaplayer (@dcnielsen90
- #32220 ) (braviatv docs) (braviatv docs) (braviatv docs) - Refactor dynalite integration for multi-platform (@ziv1234
- #32335 ) (dynalite docs) - Upgrade Tibber library to 0.13.0 (@Danielhiversen
- #32369 ) (tibber docs) (breaking change) - Add application/xml as an XML to JSON auto converted mime type… (@bdraco
- #32289 ) (rest docs) (breaking change) - Move keypad battery implementation details into py-august (@bdraco
- #32349 ) (august docs) - Keeping adding in Github repositories after error (@kuchel77
- #32393 ) (github docs) - Refactor Certificate Expiry Sensor (@jjlawren
- #32066 ) (cert_expiry docs) (breaking change) - Bump ZHA Quirks to 0.0.34 (@dmulcahey
- #32401 ) (zha docs) - Add coronavirus integration (@balloob
- #32413 ) - Add QVR Pro integration (@oblogic7
- #31173 ) (qvr_pro docs) (new-integration) - Bump brother library (@bieniu
- #32436 ) - Remove SUPPORT_PLAY_MEDIA from Roku (@JeffLIrion
- #32378 ) (roku docs) - Flume Cleanups (unique id, fix missing timeout, http session,… (@bdraco
- #32384 ) (flume docs) - Fix ZHA device healthcheck pings (@Adminiuga
- #32425 ) (zha docs) - Update system log grouping (@balloob
- #32367 ) (system_log docs) - Numeric state trigger: validate that above is not above below (@balloob
- #32421 ) - Bump total-connect-client to 0.53 (@austinmroczek
- #32460 ) - Update roombapy to 1.4.3 (@pschmitt
- #32462 ) (roomba docs) - Fix device tracker TrackerEntity defaults (@balloob
- #32459 ) (device_tracker docs) (geofency docs) (gpslogger docs) (icloud docs) (locative docs) (mobile_app docs) (owntracks docs) (tesla docs) (traccar docs) (unifi docs) - Add energy added attribute to Tesla charging rate sensor (@alandtse
- #32368 ) (tesla docs) - Add is_volume_muted property to vizio integration (@raman325
- #32332 ) (vizio docs) - Add set_speed to smarty fan (@z0mbieprocess
- #32255 ) (smarty docs) - Update error handling in update coordinator (@balloob
- #32452 ) - Use a requests Session for rest sensors (@bdraco
- #32463 ) (rest docs) - Remove ZHA attribute listening channel (@dmulcahey
- #32468 ) (zha docs) - Upgrade huawei-lte-api to 1.4.10 (@scop
- #32472 ) (huawei_lte docs) - Fix filter sensor processing states that aren’t numbers (@dgomes
- #32453 ) - Deprecate camera WS API (@balloob
- #32473 ) (camera docs) - Upgrade Tibber library to 0.13.2 (@Danielhiversen
- #32478 ) (tibber docs) - Catch an extra error for Ring (@balloob
- #32477 ) (ring docs) - add const file for roku (@ctalkington
- #32470 ) (roku docs) - Remove ‘show all controls’ option for Plex (@jjlawren
- #32391 ) (plex docs) (breaking change) - GeoNet NZ Quakes code improvements (@exxamalte
- #32338 ) (geonetnz_quakes docs) - Add abode support for CUE automations (@shred86
- #32296 ) (abode docs) (breaking change) - Add more Huawei LTE sensors (@scop
- #32123 ) (huawei_lte docs) - Add icons to Coronavirus (@Quentame
- #32480 ) (coronavirus docs) - Reduce log level for initial error and bump library version (@ties
- #32381 ) (buienradar docs) - ZHA: Successful pairing feedback (@chmielowiec
- #32456 ) (zha docs) - Add sighthound timestamped file (@robmarkcole
- #32202 ) (sighthound docs) - ZHA Dependencies bump (@Adminiuga
- #32483 ) (zha docs) - Use SCAN_INTERVAL instead of Throttle for google travel time (@shidarin
- #31420 ) (google_travel_time docs) - Make gen_requirements_all.py case insensitive for ignored pack… (@belidzs
- #30885 ) - Allow string values on zwave.set_node_value (@matejdro
- #31061 ) (zwave docs) - Add node_def_id for ISY994i wrapped X10 modules (@rbeiter
- #31815 ) (isy994 docs) - Add edl21 component for SML-based smart meters (@mtdcr
- #27962 ) (edl21 docs) (new-integration) - Add soundtouch attributes exposing multiroom zone info (@da-anda
- #28298 ) (soundtouch docs) - fix double tab and match events. (@Dorzel107
- #32108 ) (deconz docs) (breaking change) - Emoncms API now provides a Unit of Measurement (@borpin
- #32042 ) (emoncms docs) (breaking change) - Add async_setup_entry/async_unload_entry for remote platform (@ctalkington
- #31974 ) (remote docs) - Add github sensor latest tag attribute (@Mariusthvdb
- #32360 ) (github docs) - Modernize WWLLN config flow (@bachya
- #32194 ) - Mock all invocations of coronavirus.get_cases (@balloob
- #32487 ) - Use unique_id in Plex config entries (@jjlawren
- #32489 ) (plex docs) - UniFi - Add block network access control to config option (@Kane610
- #32004 ) (unifi docs) - Add Dynalite switch platform (@ziv1234
- #32389 ) (dynalite docs) (new-platform) - Initial support for HomeKit enabled televisions (@Jc2k
- #32404 ) (homekit_controller docs) - Add Huawei LTE operator and network related sensors (@ilarrain
- #32485 ) (huawei_lte docs) - Improve script validation (@balloob
- #32461 ) - Make it possible to fetch proxy media player album art (@balloob
- #32471 ) (media_player docs) - Require title, separate show sidebar option (@balloob
- #32479 ) (lovelace docs) - Allow teaching logbook about events (@balloob
- #32444 ) (logbook docs) - Remove discovery and legacy config file loading for Plex (@jjlawren
- #32510 ) (discovery docs) (plex docs) (breaking change) - Bugfix evohome converting non-UTC timezones (@zxdavb
- #32120 ) (evohome docs) - guard against invalid trigger and action scenarios (@dmulcahey
- #32512 ) (zha docs) - Add OwnTracks Friends via person integration (@kirichkov
- #27303 ) (owntracks docs) - Add app support for TVs to Vizio integration (@raman325
- #32432 ) (breaking change) - Upgrade hass-nabucasa to 0.32 (@balloob
- #32508 ) (cloud docs) - Upgrade youtube_dl to version 2020.03.06 (@BKPepe
- #32521 ) (media_extractor docs) - Add availability to roku media player entities (@ctalkington
- #32484 ) (roku docs) - Add more onvif PTZ move modes (@olijouve
- #30152 ) (onvif docs) (breaking change) - Implement source switching for homekit_controller televisions (@Jc2k
- #32526 ) (homekit_controller docs) - Updated frontend to 20200306.0 (@bramkragten
- #32532 ) (frontend docs) - Specify rtsp_transport for Onvif Camera (@engrbm87
- #31918 ) (camera docs) (onvif docs) (stream docs) - Add config_flow to shopping_list (@vigonotion
- #32388 ) (shopping_list docs) - fix step name in strings.json for vizio (@raman325
- #32536 ) (vizio docs) - Make ZHA Scene channel an eventable channel. (@Adminiuga
- #32546 ) (zha docs) - Allow multiple attribute reads in ZHA (@dmulcahey
- #32498 ) (zha docs) - Fix unnecessary method call (@shred86
- #32549 ) (abode docs) - Fix Yandex transport after API change (@devbis
- #32500 ) (yandex_transport docs) - Add guard to ZHA device triggers (@dmulcahey
- #32559 ) (zha docs) - Refactor ZHA device keep alive checker (@Adminiuga
- #32561 ) (zha docs) - Bump zeroconf to 0.24.5 (@bdraco
- #32573 ) (zeroconf docs) - Simplify logbook duplicate handling (@amelchio
- #32572 ) (logbook docs) - Add Tibber retry (@Danielhiversen
- #32554 ) (tibber docs) - Bump pyicloud to 0.9.3 (@Quentame
- #32582 ) (icloud docs) - Upgrade youtube_dl to version 2020.03.08 (@BKPepe
- #32581 ) (media_extractor docs) - Bump denonavr to 0.8.0 (@scarface-4711
- #32578 ) (denonavr docs) - Add support for Ubee Router DVW32CB (@seanvictory
- #32406 ) - Bump rflink to 0.0.52 (@jeyrb
- #32588 ) (rflink docs) - Correct grammatical error in CUSTOM_WARNING (@davet2001
- #32569 ) - Add Steam game ID and screenshot paths as attributes (@i00
- #32005 ) (steam_online docs) - Add thinkingcleaner optional host param (@MansM
- #32542 ) (thinkingcleaner docs) - Fix Withings timezone test (@frenck
- #32602 ) - Remove AlexaPowerController from device_class garage covers in… (@ochlocracy
- #32607 ) (alexa docs) - Add IamMeter integration (@lewei50
- #30465 ) (iammeter docs) (new-integration) - Alexa: Support vacuums without turn_on/turn_off feature (@Tho85
- #32570 ) (alexa docs) - homekit_controller fixes from testing with an LG TV: (@Jc2k
- #32610 ) (homekit_controller docs) - Fix TypeError Exception in AlexaSpeaker (@dcnielsen90
- #32318 ) (alexa docs) - Bump up ZHA dependencies. (@Adminiuga
- #32609 ) (zha docs) - Deduplicate MQTT mixin tests (@emontnemery
- #32563 ) (mqtt docs) - Add new sensors to Brother integration (@bieniu
- #32466 ) (brother docs) - Reflect new repo name (@marengaz
- #32611 ) - Convert august to async (@bdraco
- #32586 ) (august docs) - Freeze config entry data (@balloob
- #32615 ) (axis docs) (heos docs) (homematicip_cloud docs) (met docs) (mikrotik docs) (mqtt docs) (plex docs) (samsungtv docs) (smartthings docs) (transmission docs) (upnp docs) - Validate WWLLN window size in config schema (@bachya
- #32621 ) - Add PollControl cluster support to ZHA (@Adminiuga
- #32618 ) (zha docs) - Upgrade hass_nabucasa to 0.32.2 (@balloob
- #32522 ) (cloud docs) - Add a commit interval setting to recorder (@bdraco
- #32596 ) (recorder docs) - Breakout tado zone code into a single place (@bdraco
- #32564 ) (tado docs) - Ensure AirVisual import config flow checks API key correctness (@bachya
- #32624 ) - Alexa: Add support for starting and cancelling timers (@Tho85
- #32616 ) (alexa docs) - Clear discovery topic for MQTT device triggers (@emontnemery
- #32617 ) (mqtt docs) - Sonos: Return URI as media_content_id (@GeorgeSG
- #32626 ) (sonos docs) - Remove facebook broadcast api (@chmielowiec
- #32517 ) (facebook docs) (breaking change) - Add tests for workday sensor (@penright
- #31832 ) (workday docs) - Revert “Breakout tado zone code into a single place (#32564)” (@michaelarnauts
- #32639 ) (tado docs) - Add devices check to iCloud config flow (@Quentame
- #31950 ) (icloud docs) - Add support for newer SamsungTV models (@tulindo
- #31537 ) (samsungtv docs) (breaking change) - Clean up homekit_controller entity setup (@Jc2k
- #32628 ) (homekit_controller docs) - Use callback instead of async methods in Timer (@balloob
- #32638 ) (timer docs) - UniFi - Fix block functionality (@Kane610
- #32625 ) (unifi docs) - Add support for MELCloud Air-to-Water devices (@vilppuvuorinen
- #32078 ) (melcloud docs) (new-platform) - Check against Switch attr not being None (@balloob
- #32647 ) (switch docs) - Add options flow for AirVisual (@bachya
- #32634 ) (airvisual docs) - Add griddy integration (@bdraco
- #32591 ) (griddy docs) (new-integration) - Fix bmw connected drive door_lock_state attribute error (@gerard33
- #32074 ) (bmw_connected_drive docs) - input_datetime guard for unexpected state on restore (@bramkragten
- #32652 ) (input_datetime docs) - Use f-strings in integrations starting with “M” (@springstan
- #32271 ) - Refactor netatmo webhooks (@cgtobi
- #32195 ) (netatmo docs) - Lock operation sensors for August (@bdraco
- #32593 ) (august docs) - Throw ConfigEntryNotReady when august servers are offline or u… (@bdraco
- #32635 ) (august docs) - Bump aiohomekit for more reconnect fixes (@Jc2k
- #32657 ) (homekit_controller docs) - Bump python-ecobee-api to 0.2.2 (@jjlawren
- #32667 ) (ecobee docs) - Use bomradarloop v0.1.4 (@maddenp
- #32660 ) - Add codeowner for directv. (@ctalkington
- #32661 ) (directv docs) (directv docs) - Add entity_service calibrate_meter to utility_meter (@dgomes
- #32658 ) (utility_meter docs) - Updated frontend to 20200311.0 (@bramkragten
- #32675 ) (frontend docs) - Clean up custom polling in ZHA device and light (@dmulcahey
- #32653 ) (zha docs) - Refactor homekit_controller entity update to work more like update coordinator (@Jc2k
- #32670 ) (homekit_controller docs) - Update homekit_controller to use CharacteristicPermissions constants (@Jc2k
- #32679 ) (homekit_controller docs) - Additional ZHA cleanup (@dmulcahey
- #32678 ) (zha docs) - Fix demos (@bramkragten
- #32086 ) (demo docs) - UniFi - Client tracker schedules update on disconnect event (@Kane610
- #32655 ) (unifi docs) - Remove Netatmo binary sensor (@cgtobi
- #32673 ) (netatmo docs) (breaking change) - Connect to more recent versions of IZone (@Swamp-Ig
- #32552 ) (izone docs) - Simplfy homekit_controller characteristic writes (@Jc2k
- #32683 ) (homekit_controller docs) - Allow sw_version update of a device registry entry. (@Adminiuga
- #32630 ) - Fix rate of change calculation of statistics sensor (@flo-wer
- #32597 ) (statistics docs) - Remove duplicated config from MQTT tests (@emontnemery
- #32689 ) - Rewrite and add Plex tests (@jjlawren
- #32633 ) (plex docs) - Add JSON benchmark (@balloob
- #32690 ) - Fix issue #23758 - Restore Canary sensors and ensure alarm con… (@chiefdragon
- #32627 ) (canary docs) - Updated frontend to 20200311.1 (@bramkragten
- #32691 ) (frontend docs) - Add config flow to directv (@ctalkington
- #32162 ) (directv docs) (directv docs) (breaking change) - Update directpy==0.7 for directv. (@ctalkington
- #32694 ) (directv docs) (directv docs) - Fetch iCloud family devices only when wanted (@Quentame
- #32644 ) (icloud docs) (breaking change) - Add codeowner for roku. (@ctalkington
- #32695 ) (roku docs) - If device has volume disabled, the volume will be
None
. However in these (@bazwilliams- #32702 ) (openhome docs) (beta fix) - Remove deprecated hide_if_away from device trackers (@frenck
- #32705 ) (device_tracker docs) (breaking change) (beta fix) - Broaden exception handling for IQVIA (@bachya
- #32708 ) (iqvia docs) (beta fix) - Sonos idle (@balloob
- #32712 ) (sonos docs) (breaking change) (beta fix) - Update Vizio
source
property to only return current app if i… (@raman325- #32713 ) (vizio docs) (beta fix) - Resolve Home Assistant fails to start when Sense integration i… (@bdraco
- #32716 ) (sense docs) (beta fix) - Fix legacy Samsung TV (@escoand
- #32719 ) (samsungtv docs) (beta fix) - Set self._current_app to None when vizio device is off (@raman325
- #32725 ) (vizio docs) (beta fix) - Updated frontend to 20200312.0 (@bramkragten
- #32741 ) (frontend docs) (beta fix) - Bump py-august to 0.25.0 (@bdraco
- #32769 ) (august docs) (beta fix) - Check if panel url used and delay dashboard reg till start (@bramkragten
- #32771 ) (frontend docs) (lovelace docs) (beta fix) - Updated frontend to 20200313.0 (@bramkragten
- #32777 ) (frontend docs) (beta fix) - Fix homekit_controller beta connectivity issues (@Jc2k
- #32810 ) (homekit_controller docs) (beta fix) - Add brightness state to emulated hue when devices support only color temp and brightness (@vaceslav
- #31834 ) (emulated_hue docs) (beta fix) - Optimize directv client initialization (@ctalkington
- #32706 ) (directv docs) (directv docs) (beta fix) - Add log message on timeout and update less often for upnp devices (@StevenLooman
- #32740 ) (upnp docs) (beta fix) - Fix handling of attribute reports in ZHA sensors and binary sensors (@dmulcahey
- #32776 ) (zha docs) (beta fix) - Fix onvif error with non ptz cameras (@timmo001
- #32783 ) (onvif docs) (beta fix) - Fix brightness_pct in light device turn_on action (@frenck
- #32787 ) (light docs) (beta fix) - Bump eagle_reader API version to v0.2.4 (@gtdiehl
- #32789 ) (rainforest_eagle docs) (beta fix) - Fix directv location of unknown error string (@ctalkington
- #32807 ) (directv docs) (directv docs) (beta fix) - Remove extra logging from directv init. (@ctalkington
- #32809 ) (directv docs) (directv docs) (beta fix) - Require a hyphen in lovelace dashboard url (@bramkragten
- #32816 ) (lovelace docs) (beta fix) - Add Netatmo Home Coach as model (@Danielhiversen
- #32829 ) (netatmo docs) (beta fix) - Add SF transition to HmIP-BSL and remove obsolete code in HMIPC (@SukramJ
- #32833 ) (homematicip_cloud docs) (beta fix) - Make sure panel_custom won’t crash on invalid data (@balloob
- #32835 ) (hassio docs) (panel_custom docs) (beta fix) - Ensure unique_ids for all evohome thermostats (@zxdavb
- #32604 ) (evohome docs) (beta fix) - Bump teslajsonpy to 0.5.1 (@alandtse
- #32827 ) (tesla docs) (beta fix) - Ignore the ignored konnected config entries (@kit-klein
- #32845 ) (beta fix) - Bump insteonplm to 0.16.8 (@teharris1
- #32847 ) (insteon docs) (beta fix) - Update pyozw 0.1.9 (@pvizeli
- #32864 ) (zwave docs) (beta fix) - Updated frontend to 20200316.0 (@bramkragten
- #32866 ) (frontend docs) (beta fix) - Add lovelace reload service for yaml resources (@bramkragten
- #32865 ) (lovelace docs) (beta fix) - Bump ZHA quirks to 0.0.37 (@dmulcahey
- #32867 ) (zha docs) (beta fix) - Remove group as a dependency from entity integrations (@balloob
- #32870 ) (beta fix) - Lovelace: storage key based on id instead of url_path (@bramkragten
- #32873 ) (lovelace docs) (beta fix) - Updated frontend to 20200316.1 (@bramkragten
- #32878 ) (frontend docs) (beta fix) - Fix iCloud init while pending (@Quentame
- #32750 ) (icloud docs) (beta fix) - Add default port to samsung tv (@tulindo
- #32820 ) (samsungtv docs) (beta fix) - Corrected minor misspellings (@dajo
- #32857 ) (homekit_controller docs) (system_log docs) (toon docs) (beta fix) - Make zone dependency of device tracker an after dep (@balloob
- #32880 ) (device_tracker docs) (beta fix) - Bump iCloud to 0.9.5 (@Quentame
- #32901 ) (icloud docs) (beta fix) - Changed Sensor icons to be more emotionally sensitive (@brubaked
- #32904 ) (coronavirus docs) (beta fix) - Bump cast to 4.2.0 (@balloob
- #32906 ) (cast docs) (beta fix) - Fix setting up options due to config data freeze (@engrbm87
- #32872 ) (mikrotik docs) (beta fix) - Fix input text reload (@bramkragten
- #32911 ) (input_text docs) (beta fix) - Introduce safe scan_interval for vicare (@oischinger
- #32915 ) (vicare docs) (beta fix) - Fix hassio panel load (@balloob
- #32922 ) (hassio docs) (beta fix) - Updated frontend to 20200318.0 (@bramkragten
- #32931 ) (frontend docs) (beta fix) - Fix flaky tests for HMIPC (@SukramJ
- #32806 ) (beta fix)