diff --git a/source/_posts/2022-04-06-release-20224.markdown b/source/_posts/2022-04-06-release-20224.markdown
index cafffcda788..5b2ada5c51e 100644
--- a/source/_posts/2022-04-06-release-20224.markdown
+++ b/source/_posts/2022-04-06-release-20224.markdown
@@ -257,7 +257,7 @@ we got questions: _"Can this be done for conditions too?"_; Sure we can!
-Every condition now has a little test button, testing if the condition passes right now.
+Every condition now has a little test button, to test if the condition passes right now.
Additionally, the “triggered” bar got an additional feature too! You can click
@@ -302,25 +302,25 @@ Unit of measurements for temperature and pressure sensors can now be adjusted,
straight from the UI. Got that one Fahrenheit sensor, but you prefer it to be
in Celsius? No problem!
-- Allow Sensor Units to be updated via Entity Registry (#12143) @zsarnett
-- Allow customizing unit for temperature and pressure sensors #64366 @emontnemery
## Adjusting long-term statistics
-TODO:
- - Improve story
- - Screenshot
-
Long-term statistics are great! Until... something went wrong 😅
-Unfortunately, things happens. For example, a big spike was registered, or
-your solar or electricity meter provided a one-off rogue measurement. This
-has impact on your long-term statistics; which might be forever have incorrect
-history.
+Unfortunately, things happen. For example, it registered a big spike, or your
+solar or electricity meter provided a one-off rogue measurement. These events
+impact your long-term statistics, which might forever have incorrect history.
-To solve this issue, we now have made available a little developer tool that
-allows you to correct/adjust long-term historical data. The new tool
-can be found in the developer statistics tools:
+We now have made available a little developer tool that allows you to
+correct/adjust long-term historical data to solve these issues.
+
+The new tool can be found at {% my developer_statistics title="Developer tools > Statistics" %},
+and click the
+
+icon, next to the statistic you'd like to adjust. Search for the incorrect
+datapoint by date & time and adjust the value.
+
+
{% my developer_statistics badge %}
diff --git a/source/images/blog/2022-04/adjust-statistics.png b/source/images/blog/2022-04/adjust-statistics.png
new file mode 100644
index 00000000000..a51a87400cd
Binary files /dev/null and b/source/images/blog/2022-04/adjust-statistics.png differ