1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Fix the illuminance level entity name in Shelly integration (#152400)

Co-authored-by: Shay Levy <levyshay1@gmail.com>
This commit is contained in:
Maciej Bieniek
2025-09-16 10:16:43 +02:00
committed by GitHub
parent 32f136b12f
commit fa698956c3
+1 -1
View File
@@ -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"],