From 816290ac84cbde44b09937de5c0910cf7f204584 Mon Sep 17 00:00:00 2001 From: Parker Brown <17183625+parkerbxyz@users.noreply.github.com> Date: Tue, 18 Feb 2025 09:04:23 -0700 Subject: [PATCH] Capitalize sensor name Co-Authored-By: Shay Levy --- homeassistant/components/aranet/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/aranet/sensor.py b/homeassistant/components/aranet/sensor.py index 64331690c4a..ee2eb8c8a75 100644 --- a/homeassistant/components/aranet/sensor.py +++ b/homeassistant/components/aranet/sensor.py @@ -77,7 +77,7 @@ SENSOR_DESCRIPTIONS = { "status": AranetSensorEntityDescription( key="threshold", translation_key="threshold", - name="threshold", + name="Threshold", device_class=SensorDeviceClass.ENUM, options=[status.name.lower() for status in Color], ),