From 06ce0eaa8c2dd2c32b872fe6a8398d16782b1cb8 Mon Sep 17 00:00:00 2001 From: WebSpider Date: Wed, 23 Oct 2024 17:13:10 +0200 Subject: [PATCH] Fix typo in reduced_current icon (#132) --- custom_components/myskoda/icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/myskoda/icons.json b/custom_components/myskoda/icons.json index fecc6e5..36538a0 100644 --- a/custom_components/myskoda/icons.json +++ b/custom_components/myskoda/icons.json @@ -125,7 +125,7 @@ "reduced_current": { "default": "mdi:current-ac", "state": { - "on": "mdi:turle" + "on": "mdi:turtle" } }, "window_heating": {