Correct name of end apc sensor (#59200)

This commit is contained in:
Michael 2021-11-08 16:08:07 +01:00 committed by GitHub
parent 4224cb043b
commit 0edb0c9bc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,7 +120,7 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
icon="mdi:timer-outline",
),
SensorEntityDescription(
key="endapc",
key="end apc",
name="Date and Time",
icon="mdi:calendar-clock",
),