Skip to content

Commit

Permalink
fix: bump version & rename temp:
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanSchalton committed Mar 16, 2024
1 parent c0e6f6e commit f7cbaa4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/tuya_openapi/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
"requirements": [
"tuya-iot-py-sdk==0.6.6"
],
"version": "0.0.0"
"version": "0.0.1"
}
1 change: 0 additions & 1 deletion custom_components/tuya_openapi/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f7cbaa4

Please sign in to comment.