Explorar el Código

en.json: fix syntax error in translations file.

Jason Rumney hace 2 años
padre
commit
8d8b86b420
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

@@ -144,7 +144,7 @@
                 "state_attributes": {
                     "hvac_mode": {
                         "state": {
-                            "fan_only": "Pause",
+                            "fan_only": "Pause"
                         }
                     }
                 }