Add overkiz battery sensor level medium (#97472)

This commit is contained in:
Matthieu Barthelemy 2023-08-04 11:50:03 +02:00 committed by GitHub
parent 8719aa76ca
commit 6adb06956b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,7 @@ SENSOR_DESCRIPTIONS: list[OverkizSensorDescription] = [
entity_category=EntityCategory.DIAGNOSTIC,
icon="mdi:battery",
device_class=SensorDeviceClass.ENUM,
options=["full", "normal", "low", "verylow"],
options=["full", "normal", "medium", "low", "verylow"],
translation_key="battery",
),
OverkizSensorDescription(

View File

@ -77,6 +77,7 @@
"full": "Full",
"low": "Low",
"normal": "Normal",
"medium": "Medium",
"verylow": "Very low"
}
},