Skip to content

Commit

Permalink
fixed disk entity name
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaae committed Apr 3, 2024
1 parent a0b114c commit 51ef459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/truenas/sensor_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ class TrueNASSensorEntityDescription(SensorEntityDescription):
ha_group="Disks",
data_path="disk",
data_attribute="temperature",
data_name="identifier",
data_name="name",
data_uid="",
data_reference="identifier",
data_attributes_list=DEVICE_ATTRIBUTES_DISK,
Expand Down

0 comments on commit 51ef459

Please sign in to comment.