Ver Fonte

Grammer correction in Warning message.

Jason Rumney há 4 anos atrás
pai
commit
2bf7b4fd34
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      custom_components/tuya_local/helpers/device_config.py

+ 2 - 2
custom_components/tuya_local/helpers/device_config.py

@@ -160,8 +160,8 @@ class TuyaEntityConfig:
             "deprecated", "nothing, this warning has been raised in error"
         )
         return (
-            f"The use of {self.entity} for {self._device.name} is"
-            f"deprecated and should be replaced by {replacement}"
+            f"The use of {self.entity} for {self._device.name} is "
+            f"deprecated and should be replaced by {replacement}."
         )
 
     @property