Skip to content

Commit

Permalink
Fix device_class - qnap drive_temp sensor (home-assistant#55409)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Aug 30, 2021
1 parent f37c541 commit be04d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/qnap/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"mdi:checkbox-marked-circle-outline",
None,
],
"drive_temp": ["Temperature", TEMP_CELSIUS, None, None, DEVICE_CLASS_TEMPERATURE],
"drive_temp": ["Temperature", TEMP_CELSIUS, None, DEVICE_CLASS_TEMPERATURE],
}
_VOLUME_MON_COND = {
"volume_size_used": ["Used Space", DATA_GIBIBYTES, "mdi:chart-pie", None],
Expand Down

0 comments on commit be04d7b

Please sign in to comment.