diff --git a/source/_posts/2022-12-07-release-202212.markdown b/source/_posts/2022-12-07-release-202212.markdown index 714de4e59c2..15f2264d753 100644 --- a/source/_posts/2022-12-07-release-202212.markdown +++ b/source/_posts/2022-12-07-release-202212.markdown @@ -211,14 +211,6 @@ The first integrations that can now provide text entities as of this release are ## Summing entities without templates -{% details "TODO" %} - -- Iterate on story -- Spelling/grammar -- Try improve screenshot, it is a little hard to read - -{% enddetails %} - Let's say you have two numeric sensor entities, and you like to have an entity that shows the sum of those two; how would you do that? Creating a template entity, right? Nope! 😁 @@ -238,34 +230,6 @@ You might have noticed that this looks like the "Min/Max" helper. True! We have renamed "Min/Max" to "Combine the state of several sensors", to make it more descriptive as it gets more features. -## Improved state coloring - -{% details "TODO" %} - -- Add on story -- Spelling/grammar -- Add/replace screenshots -- Keep it? Or move to other noteworthy? - -{% enddetails %} - -The new Tile card gets its colors based on the state of the entity it displays. -This same color logic has now also been applied to the state history -and the logbook. - -This makes the colors predictable, recognizable and above all: just looks a lot -better 🤩 - -

-Lorem ipsum -Note: Placeholder screenshot that needs to be replaced. -

- -

-Lorem ipsum -Note: Placeholder screenshot that needs to be replaced. -

- ## Other noteworthy changes Entity more info dialog merged with entity settings. diff --git a/source/images/blog/2022-12/sum.png b/source/images/blog/2022-12/sum.png index 7c6312ca493..24c5c2c03a5 100644 Binary files a/source/images/blog/2022-12/sum.png and b/source/images/blog/2022-12/sum.png differ