Use common states for battery sensor in withings (#142043)

Use common states for battery level in `withings`
This commit is contained in:
Norbert Rittel
2025-04-02 19:50:55 +02:00
committed by GitHub
parent a7be9e6643
commit 2601217209

View File

@@ -313,9 +313,9 @@
"battery": {
"name": "[%key:component::sensor::entity_component::battery::name%]",
"state": {
"low": "Low",
"medium": "Medium",
"high": "High"
"low": "[%key:common::state::low%]",
"medium": "[%key:common::state::medium%]",
"high": "[%key:common::state::high%]"
}
}
}