From 5d6f9edff62a0b44b3e9067c0987649c4656ae0c Mon Sep 17 00:00:00 2001 From: Tucker Kern Date: Thu, 27 Feb 2025 22:41:49 +0000 Subject: [PATCH] Add icon translation --- custom_components/midea_ac/icons.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/custom_components/midea_ac/icons.json b/custom_components/midea_ac/icons.json index 589f268..8693890 100644 --- a/custom_components/midea_ac/icons.json +++ b/custom_components/midea_ac/icons.json @@ -28,6 +28,9 @@ "horizontal_swing_angle": { "default": "mdi:angle-acute" }, + "horizontal_swing_angle_rtl": { + "default": "mdi:angle-acute" + }, "rate_select": { "default": "mdi:slope-downhill" },