Explorar el Código

Missing comma

Jason Rumney hace 4 años
padre
commit
a1c3a2565f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      custom_components/tuya_local/translations/en.json

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

@@ -43,7 +43,7 @@
           "child_lock": "Include child lock as lock entity (unsupported on fans and switches)",
 	    "switch": "Include device as a switch entity (switches only)",
           "humidifier": "Include a humidifier entity (humidifiers and dehumidifiers only)",
-	  "fan": "Include a fan entitiy (fans, humidifiers and dehumidifiers)"
+	    "fan": "Include a fan entitiy (fans, humidifiers and dehumidifiers)",
 	  "persist": "Use persistent connections (see docs)"
         }
       },