mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Add overkiz battery sensor level medium (#97472)
This commit is contained in:
parent
8719aa76ca
commit
6adb06956b
@ -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(
|
||||
|
@ -77,6 +77,7 @@
|
||||
"full": "Full",
|
||||
"low": "Low",
|
||||
"normal": "Normal",
|
||||
"medium": "Medium",
|
||||
"verylow": "Very low"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user