From fa698956c33ced27a579fda47a42e3234bcda5ea Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Tue, 16 Sep 2025 10:16:43 +0200 Subject: [PATCH] Fix the illuminance level entity name in Shelly integration (#152400) Co-authored-by: Shay Levy --- homeassistant/components/shelly/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/shelly/sensor.py b/homeassistant/components/shelly/sensor.py index dfe566b424c..ad93a5f250e 100644 --- a/homeassistant/components/shelly/sensor.py +++ b/homeassistant/components/shelly/sensor.py @@ -1445,7 +1445,7 @@ RPC_SENSORS: Final = { "illuminance_illumination": RpcSensorDescription( key="illuminance", sub_key="illumination", - name="Illuminance Level", + name="Illuminance level", translation_key="illuminance_level", device_class=SensorDeviceClass.ENUM, options=["dark", "twilight", "bright"],