mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +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(
|
||||
key="threshold",
|
||||
translation_key="threshold",
|
||||
name="threshold",
|
||||
name="Threshold",
|
||||
device_class=SensorDeviceClass.ENUM,
|
||||
options=[status.name.lower() for status in Color],
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user