Skip to content

Commit

Permalink
fix: wrong label on humidity sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Jan 4, 2023
1 parent edc470c commit c11a4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/nexa_bridge_x/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"class": SensorStateClass.MEASUREMENT
},
"humidity": {
"name": "Temperature",
"name": "Humidity",
"unit": PERCENTAGE,
"device": SensorDeviceClass.HUMIDITY,
"class": SensorStateClass.MEASUREMENT
Expand Down

0 comments on commit c11a4e4

Please sign in to comment.