diff --git a/source/_posts/2022-07-06-release-20227.markdown b/source/_posts/2022-07-06-release-20227.markdown index d832683f631..1fe37a50345 100644 --- a/source/_posts/2022-07-06-release-20227.markdown +++ b/source/_posts/2022-07-06-release-20227.markdown @@ -55,7 +55,7 @@ Enjoy the (beta) release! - [The about page is now beautiful too!](#the-about-page-is-now-beautiful-too) - [Change any weather unit to your preference](#change-any-weather-unit-to-your-preference) - [Optional labels for gauge cards](#optional-labels-for-gauge-cards) -- [Auto-complete of MDI icons in template editors](#auto-complete-of-mdi-icons-in-template-editors) +- [Code editors now auto-complete MDI icons](#code-editors-now-auto-complete-mdi-icons) - [Filter the history using a target selector](#filter-the-history-using-a-target-selector) - [Easily convert values to booleans in templates](#easily-convert-values-to-booleans-in-templates) - [Other noteworthy changes](#other-noteworthy-changes) @@ -209,30 +209,17 @@ This will cause the label to be shown, instead of the numeric sensor value. Temporary screenshot. Gauge card showing a label instead of a value
-## Auto-complete of MDI icons in template editors +## Code editors now auto-complete MDI icons -{% details "TODO" %} +All of our code editors in the frontend now have auto-completions for +MDI icons. Just start typing `mdi:` and it will help you find the exact icon +you need. -- Not merged yet! https://github.com/home-assistant/frontend/pull/13022 -- Not sure if we should keep this here, might also go into the noteworthy section -- Replace screenshot -- Improve story -- Spelling/grammar +
-
-Temporary screenshot. Auto-completion of MDI icons insider an template editor.
-