diff --git a/blog/2024-01-30-ha-state-icon-properties-changes.md b/blog/2024-01-30-ha-state-icon-properties-changes.md
new file mode 100644
index 00000000..60576c5b
--- /dev/null
+++ b/blog/2024-01-30-ha-state-icon-properties-changes.md
@@ -0,0 +1,35 @@
+---
+author: Paul Bottein
+authorURL: https://github.com/piitaya
+title: "Properties changes for ha-state-icon"
+---
+
+In Home Assistant 2024.2, integrations have a new way to provide icons. To support this new feature, `ha-state-icon` component properties have changed.
+
+[Read more about icon translations in our documentation](/docs/core/entity#icons).
+
+If you are a custom card developer using this component, you must adjust the properties passed to the component to avoid displaying the wrong icons in your custom card.
+
+### Before 2024.2
+
+```html
+
+```
+
+### After 2024.2
+
+```html
+
+```
+
+### Backward compatibility
+
+If you want to support both old and new version on Home Assistant, you can pass all the properties.
+
+```html
+
+```