mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Capitalize sensor name
Co-Authored-By: Shay Levy <levyshay1@gmail.com>
This commit is contained in:
parent
0c8280b831
commit
816290ac84
@ -77,7 +77,7 @@ SENSOR_DESCRIPTIONS = {
|
|||||||
"status": AranetSensorEntityDescription(
|
"status": AranetSensorEntityDescription(
|
||||||
key="threshold",
|
key="threshold",
|
||||||
translation_key="threshold",
|
translation_key="threshold",
|
||||||
name="threshold",
|
name="Threshold",
|
||||||
device_class=SensorDeviceClass.ENUM,
|
device_class=SensorDeviceClass.ENUM,
|
||||||
options=[status.name.lower() for status in Color],
|
options=[status.name.lower() for status in Color],
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user