mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47: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,
|
entity_category=EntityCategory.DIAGNOSTIC,
|
||||||
icon="mdi:battery",
|
icon="mdi:battery",
|
||||||
device_class=SensorDeviceClass.ENUM,
|
device_class=SensorDeviceClass.ENUM,
|
||||||
options=["full", "normal", "low", "verylow"],
|
options=["full", "normal", "medium", "low", "verylow"],
|
||||||
translation_key="battery",
|
translation_key="battery",
|
||||||
),
|
),
|
||||||
OverkizSensorDescription(
|
OverkizSensorDescription(
|
||||||
|
@ -77,6 +77,7 @@
|
|||||||
"full": "Full",
|
"full": "Full",
|
||||||
"low": "Low",
|
"low": "Low",
|
||||||
"normal": "Normal",
|
"normal": "Normal",
|
||||||
|
"medium": "Medium",
|
||||||
"verylow": "Very low"
|
"verylow": "Very low"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user