mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Correct name of end apc sensor (#59200)
This commit is contained in:
parent
4224cb043b
commit
0edb0c9bc9
@ -120,7 +120,7 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
|
|||||||
icon="mdi:timer-outline",
|
icon="mdi:timer-outline",
|
||||||
),
|
),
|
||||||
SensorEntityDescription(
|
SensorEntityDescription(
|
||||||
key="endapc",
|
key="end apc",
|
||||||
name="Date and Time",
|
name="Date and Time",
|
||||||
icon="mdi:calendar-clock",
|
icon="mdi:calendar-clock",
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user