diff --git a/custom_components/tuya_openapi/manifest.json b/custom_components/tuya_openapi/manifest.json index daa17c1..c853727 100644 --- a/custom_components/tuya_openapi/manifest.json +++ b/custom_components/tuya_openapi/manifest.json @@ -54,5 +54,5 @@ "requirements": [ "tuya-iot-py-sdk==0.6.6" ], - "version": "0.0.0" + "version": "0.0.1" } \ No newline at end of file diff --git a/custom_components/tuya_openapi/sensor.py b/custom_components/tuya_openapi/sensor.py index 4a8aedc..cc56a0c 100644 --- a/custom_components/tuya_openapi/sensor.py +++ b/custom_components/tuya_openapi/sensor.py @@ -640,7 +640,6 @@ class TuyaSensorEntityDescription(SensorEntityDescription): for i in ( TuyaSensorEntityDescription( key=dp_code, - translation_key="temperature", device_class=SensorDeviceClass.TEMPERATURE, state_class=SensorStateClass.MEASUREMENT, name=f"{dp_code.value}_temperature",