diff --git a/source/_posts/2024-04-03-release-20244.markdown b/source/_posts/2024-04-03-release-20244.markdown
index 3ff387f22be..6a210dcfee8 100644
--- a/source/_posts/2024-04-03-release-20244.markdown
+++ b/source/_posts/2024-04-03-release-20244.markdown
@@ -100,7 +100,10 @@ features easy to find. Therefore, we added descriptive text to the dropdown
menus and standardized the look and feel of the toolbar buttons and text boxes.
Shiny!
-__TODO: Insert screenshot hightlighting the new top bar of our data tables__
+
+
+ The new toolbar that is now on every table in Home Assistant.
+
### Filter panel
@@ -140,7 +143,7 @@ or {% term integrations %}, which is really cool because it makes the page much
easier to browse. It gives you a new perspective on organizing your vast
network of devices.
-__TODO: Insert screenshot showing grouping.__
+
### Selection mode and batch actions
@@ -148,13 +151,16 @@ We removed the clutter of displaying a column of checkboxes by introducing
a new selection mode. When it is toggled on, checkboxes will appear, and you
can apply actions to all your selections with one click on the toolbar.
-__TODO: Screenshot pointing out the new "enter selection mode" button.__
+
+
+ This button enables selection mode in the new tables.
+
It allows you to, for example, enable or disable multiple selected
{% term entities %} on the entities page at once. This new paradigm will allow
us to introduce more batch management actions in the future.
-__TODO: Screenshot showing multiple selected items with bulk actions.__
+
## Three new ways to organize
diff --git a/source/images/blog/2024-04/bulk-actions.png b/source/images/blog/2024-04/bulk-actions.png
new file mode 100644
index 00000000000..db5dc131710
Binary files /dev/null and b/source/images/blog/2024-04/bulk-actions.png differ
diff --git a/source/images/blog/2024-04/enable-selection-mode.png b/source/images/blog/2024-04/enable-selection-mode.png
new file mode 100644
index 00000000000..2665d48a744
Binary files /dev/null and b/source/images/blog/2024-04/enable-selection-mode.png differ
diff --git a/source/images/blog/2024-04/filter-panel.png b/source/images/blog/2024-04/filter-panel.png
new file mode 100644
index 00000000000..849df41edbf
Binary files /dev/null and b/source/images/blog/2024-04/filter-panel.png differ
diff --git a/source/images/blog/2024-04/item-grouping.png b/source/images/blog/2024-04/item-grouping.png
new file mode 100644
index 00000000000..9d30d4ef3db
Binary files /dev/null and b/source/images/blog/2024-04/item-grouping.png differ
diff --git a/source/images/blog/2024-04/new-toolbar.png b/source/images/blog/2024-04/new-toolbar.png
new file mode 100644
index 00000000000..9b3992d606c
Binary files /dev/null and b/source/images/blog/2024-04/new-toolbar.png differ