Browse Source

Missing comma in json strings file

Jason Rumney 4 years ago
parent
commit
b662d9758c
1 changed files with 1 additions and 1 deletions
  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)"
         }
       }