From b5bad736a6662afe58c3b6ecd67f92cc783cd1a6 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Wed, 31 Jan 2024 20:41:22 +0100 Subject: [PATCH] Fix code block in ha-state-icon properties changes blog post (#2065) --- blog/2024-01-30-ha-state-icon-properties-changes.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 ```