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

More misplaced commas in JSON file.

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

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

@@ -10,14 +10,14 @@
 		    "device_id": "Device ID (uuid)",
 		    "device_id": "Device ID (uuid)",
 		    "local_key": "Local key"
 		    "local_key": "Local key"
 		}
 		}
-            }
+            },
 	    "type": {
 	    "type": {
 		"title": "Choose the type of device",
 		"title": "Choose the type of device",
 		"description": "Choose the type that matches your device",
 		"description": "Choose the type that matches your device",
 		"data": {
 		"data": {
 		    "type": "Device type"
 		    "type": "Device type"
 		}
 		}
-	    }
+	    },
 	    "entities": {
 	    "entities": {
 		"title": "Device details",
 		"title": "Device details",
 		"description": "Choose a name for this device, and which entities will be enabled",
 		"description": "Choose a name for this device, and which entities will be enabled",
@@ -50,11 +50,11 @@
 		"local_key": "Local key",
 		"local_key": "Local key",
 		"type": "Device type",
 		"type": "Device type",
 		"humidifier": "Include a humidifier entity",
 		"humidifier": "Include a humidifier entity",
-		"fan": "Include a fan entitiy"
+		"fan": "Include a fan entitiy",
 		"climate": "Include a climate entity",
 		"climate": "Include a climate entity",
 		"light": "Include a light entity",
 		"light": "Include a light entity",
 		"lock": "Include a lock entity",
 		"lock": "Include a lock entity",
-		"switch": "Include a switch entity",
+		"switch": "Include a switch entity"
             }
             }
 	},
 	},
     },
     },