From 51ef4594c5ca398647e8f562fe15c93895ef4792 Mon Sep 17 00:00:00 2001 From: Tomaae <23486452+tomaae@users.noreply.github.com> Date: Wed, 3 Apr 2024 09:52:29 +0200 Subject: [PATCH] fixed disk entity name --- custom_components/truenas/sensor_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/truenas/sensor_types.py b/custom_components/truenas/sensor_types.py index 21d7cdf..827d3a6 100644 --- a/custom_components/truenas/sensor_types.py +++ b/custom_components/truenas/sensor_types.py @@ -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,