diff --git a/source/_posts/2023-12-06-release-202312.markdown b/source/_posts/2023-12-06-release-202312.markdown
index 19316b4d0d7..9d76c753384 100644
--- a/source/_posts/2023-12-06-release-202312.markdown
+++ b/source/_posts/2023-12-06-release-202312.markdown
@@ -48,7 +48,7 @@ Enjoy the (beta) release!
- [A beautiful new login page](#a-beautiful-new-login-page)
- [New design for the thermostat card](#new-design-for-the-thermostat-card)
-- [Number feature for tile cards](#number-feature-for-tile-cards)
+- [Numeric input feature for tile cards](#numeric-input-feature-for-tile-cards)
- [Options for the default dashboard](#options-for-the-default-dashboard)
- [History dashboard showing long-term statistics](#history-dashboard-showing-long-term-statistics)
- [More to-do!](#more-to-do)
@@ -117,16 +117,17 @@ including its respective tile features 😎.
+## Numeric input feature for tile cards
-The tile card is a very powerful card, and [@JosephAbbey] is even extending it
-this release!
+The [tile card](/dashboards/tile/) is very powerful, and [@JosephAbbey]
+is even extending it this release by adding a new "numeric input" feature.
-The tile card now has a "number" new feature you can use, that works number
-entities and helpers. This allows you to control the number entity from the
-tile card directly, and provides the choice to use it as a slider or as an
-input with up/down buttons.
+The numeric input feature works with all number entities and number helpers.
+It allows you to control the number entity from the tile card directly
+and provides the choice to use it as a slider or as an input with up/down
+buttons.
-
+
[@JosephAbbey]: https://github.com/JosephAbbey
diff --git a/source/images/blog/2023-12/tile-card-numberic-input-feature.png b/source/images/blog/2023-12/tile-card-numberic-input-feature.png
new file mode 100644
index 00000000000..d5e4103e1f2
Binary files /dev/null and b/source/images/blog/2023-12/tile-card-numberic-input-feature.png differ