diff --git a/source/_posts/2023-12-06-release-202312.markdown b/source/_posts/2023-12-06-release-202312.markdown
index 1c00109a78b..9278f5bb4f4 100644
--- a/source/_posts/2023-12-06-release-202312.markdown
+++ b/source/_posts/2023-12-06-release-202312.markdown
@@ -176,25 +176,21 @@ add the product in your shopping cart.
## Re-import blueprints
-If you use Blueprints, [created by our awesome community](https://community.home-assistant.io/c/blueprints/38),
+This release adds the ability to re-import the blueprint from the source from
+which you originally imported it. The newly downloaded blueprint will overwrite
+the existing blueprint, providing some sort of "update" feature for blueprints.
+
+If you use Blueprints, for example, the ones
+[created by our incredible community](https://community.home-assistant.io/c/blueprints/38),
you might have noticed that when you import a blueprint, it will not update
-when the blueprint is updated. And the only option you had was to manually
-adjust the YAML of the blueprint to make it match the latest version published
-by the author.
+when the author updates it. The only option you had was to manually adjust the
+YAML of the blueprint to make it match the latest version published
+by the author. To make this last bit easier, we added this re-import ability.
-As of this release, we want to provide a small improvement to this. Imported
-blueprints will now show a button to re-import the blueprint from the source
-you imported it from. This will overwrite the blueprint in your Home Assistant
-instance with the latest version.
+
-
-
-
-
-**Please note**: This feature will overwrite your existing Blueprint with the latest
-version published by the author. If you have made changes to the blueprint, or
-the newer version of the blueprint is not compatible with your current setup,
-your automations or script might need manual adjustments.
+A helpful feature that will make it easier to keep your blueprints in
+sync with the latest version published by the blueprint author.
## Other noteworthy changes
diff --git a/source/images/blog/2023-12/re-import-blueprint.png b/source/images/blog/2023-12/re-import-blueprint.png
new file mode 100644
index 00000000000..21269d82ad7
Binary files /dev/null and b/source/images/blog/2023-12/re-import-blueprint.png differ