Просмотр исходного кода

Missing comma in json strings file

Jason Rumney 4 лет назад
Родитель
Сommit
b662d9758c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      custom_components/tuya_local/translations/en.json

+ 1 - 1
custom_components/tuya_local/translations/en.json

@@ -14,7 +14,7 @@
           "climate": "Include a climate entity (unsupported on switches)",
           "display_light": "Include LED display as a light entity (Goldair only)",
           "child_lock": "Include child lock as a lock entity (unsupported on fans and switches)",
-	  "switch": "Include a switch entity (switches only)"
+          "switch": "Include a switch entity (switches only)",
           "humidifier": "Include a humidifier entity (humidifiers and dehumidifiers only)"
         }
       }