Using just entity type is ambiguous, as there may be multiple entities of that type.
@@ -300,7 +300,7 @@ class TuyaEntityConfig:
"deprecated", "nothing, this warning has been raised in error"
)
return (
- f"The use of {self.entity} for {self._device.name} is "
+ f"The use of {self.config_id} for {self._device.name} is "
f"deprecated and should be replaced by {replacement}."