diff --git a/blog/2024-01-30-ha-state-icon-properties-changes.md b/blog/2024-01-30-ha-state-icon-properties-changes.md index 60576c5b..de14209a 100644 --- a/blog/2024-01-30-ha-state-icon-properties-changes.md +++ b/blog/2024-01-30-ha-state-icon-properties-changes.md @@ -13,13 +13,13 @@ If you are a custom card developer using this component, you must adjust the pro ### Before 2024.2 ```html - + ``` ### After 2024.2 ```html - + ``` ### Backward compatibility @@ -28,8 +28,8 @@ If you want to support both old and new version on Home Assistant, you can pass ```html ```