From cd29ab1b42337a123f4398666e800912637e0c5e Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Thu, 16 Jan 2025 22:56:27 +0900 Subject: [PATCH] Icons: add missing comma --- custom_components/tuya_local/icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/tuya_local/icons.json b/custom_components/tuya_local/icons.json index 6532968459..627d72e711 100644 --- a/custom_components/tuya_local/icons.json +++ b/custom_components/tuya_local/icons.json @@ -179,7 +179,7 @@ }, "sensor": { "air_quality": { - "default": "mdi:weather-dust" + "default": "mdi:weather-dust", "state": { "excellent": "mdi:emoticon-excited", "good": "mdi:emoticon-happy",