2022.2.0: Add breaking change for moved Energy dashboard

This commit is contained in:
Franck Nijhof 2022-02-02 14:37:15 +01:00
parent 3f3e7f1631
commit b5acd08377
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -318,7 +318,6 @@ Examples:
- Add slugify as a template filter ([@ZephireNZ] - [#58724])
- Add is_number as a test for use in select, selectattr, reject, and re… ([@Petro31] - [#63732])
## Other noteworthy changes
There is much more juice in this release; here are some of the other
@ -431,7 +430,6 @@ From things from the frontend that might be of interest:
* use motion-sensor/-off (#11142) @Mariusthvdb
* Single device links to device page (#11387) @balloob
* Add Search Icon to Config Dashboard (#11375) @zsarnett
* Move energy to Dashboards (#11386) @zsarnett
* Add backup size to backup table (#11365) @ludeeus
* Allow downloading device diagnostics (#11370) @balloob
* Allow tab to show/hide password button for keyboard accessibility (#11416) @steverep
@ -515,6 +513,19 @@ Below is a listing of the breaking change for this release, per subject or
integration. Click on one of those to read more about the breaking change
for that specific item.
{% details "Energy Dashboard" %}
The configuration of the Energy Dashboard has moved.
Previously this was found as a menu item in the configuration screen,
but has now been moved into the "Dashboard" menu item.
This keeps the configuration of all dashboard in a single place.
([@zsarnett] - [#11386](https://github.com/home-assistant/frontend/pull/11386))
{% enddetails %}
{% details "Python 3.8 support dropped" %}
Python 3.8 support has previously been deprecated and now has been removed.