diff --git a/source/_posts/2023-02-01-release-20232.markdown b/source/_posts/2023-02-01-release-20232.markdown index 8c4d6a578f5..70b39e96021 100644 --- a/source/_posts/2023-02-01-release-20232.markdown +++ b/source/_posts/2023-02-01-release-20232.markdown @@ -101,36 +101,22 @@ Note: This is a temporary placeholder screenshot. Needs replacement. ## Streaming history -{% details "TODO" %} - -- Add story -- Spelling/grammar -- Add fresh animation? -- Add support for streaming (push) history ([@bdraco] - [#85892]) ([history docs]) (noteworthy) -- Increase default recorder commit interval to 5 seconds ([@bdraco] - [#86115]) ([recorder docs]) (breaking-change) (noteworthy) -- Improve performance of fetching and storing history and events with the database ([@bdraco] - [#84870]) ([recorder docs]) (breaking-change) (noteworthy) -- Add support for streaming history (#15112) @bdraco - - https://github.com/home-assistant/frontend/pull/15112 -- Should also resolve more authentication errors/bans (e.g. on iOS) - -{% enddetails %} - -Graphs shown in history, are now (streaming) updates live! That means -you can see them update in real-time 😲 +History cards now update live! We now stream the state changes while they are +happening and update the graphs in real-time 😲

-Temporary placeholder screenshot. Needs replacement. -Note: This is a temporary placeholder screenshot. Needs replacement. +Screenshot showing a history card presenting the power usage of a kitching coffeemaker, updating live while brewing coffee +These history cards now show live power usage, while I'm brewing a cup of coffee.

As a result of that, we can now write less frequently to the database in our -recorder. It took years of changes to get us to this point (thanks [@bdraco] 🙏), -it greatly reduces I/O and increases storage lifetimes significantly. The -previously introduces live logbook and now the live history are only the last -pieces that made this possible. +recorder. It took years of changes to get us to this point (thanks [@bdraco] 🙏). +It greatly reduces resource usage and increases storage lifetimes significantly. +The previously introduced live logbook and now the live history were the +last pieces that made this possible. As a side-effect, it should also resolve the authentication errors some people -experienced when re-opening the iOS companion app. +experienced re-opening the iOS companion app when using history cards. ## Changing the precision of a sensor diff --git a/source/images/blog/2023-02/streaming-history-cards.gif b/source/images/blog/2023-02/streaming-history-cards.gif new file mode 100644 index 00000000000..b2697623510 Binary files /dev/null and b/source/images/blog/2023-02/streaming-history-cards.gif differ