diff --git a/source/_posts/2022-06-01-release-20226.markdown b/source/_posts/2022-06-01-release-20226.markdown
index 0ef29d0bd8a..07ed35d8344 100644
--- a/source/_posts/2022-06-01-release-20226.markdown
+++ b/source/_posts/2022-06-01-release-20226.markdown
@@ -72,20 +72,28 @@ The new calendar trigger is available in the automation editor.
## Comparing energy data
-{% details "TODO" %}
+Did you use less or more energy than... Yesterday? Last week? Month? Year?
+We all want to know if we are on the right track, right?
-- Add a better screenshot
-- Add more story
+This release introduces the capability to compare energy data against the
+previous period directly from the energy dashboard!
-{% enddetails %}
+Clicking the "Compare data" button in the top right of your
+{% my energy title="energy dashboard" %} will instantly compare the period you
+are currently viewing with the same period before that. It adds the
+previous period to the graphs using a lighter bar color.
-Did you use less or more energy than... yesterday? last week? month? year?
-We all want to know if we are on the right track, right? :)
+
-This release introduces the capability to compare energy data against previous
-periods, directly from the energy dashboard.
+In the above screenshot, my energy usage of this week is compared with the week
+before; since, a week is selected as the period to view.
-
+The same also works for other graphs; for example, the screenshot below
+shows the solar energy production for today compared with yesterday.
+
+
+
+{% my energy badge %}
## Logbooks!
diff --git a/source/images/blog/2022-06/energy-compare-solar.png b/source/images/blog/2022-06/energy-compare-solar.png
new file mode 100644
index 00000000000..ee467403b0c
Binary files /dev/null and b/source/images/blog/2022-06/energy-compare-solar.png differ
diff --git a/source/images/blog/2022-06/energy-compare.png b/source/images/blog/2022-06/energy-compare.png
index d679e034f8f..618ccf51866 100644
Binary files a/source/images/blog/2022-06/energy-compare.png and b/source/images/blog/2022-06/energy-compare.png differ