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:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user