mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 07:37:34 +00:00
Use common states for battery sensor in withings
(#142043)
Use common states for battery level in `withings`
This commit is contained in:
parent
a7be9e6643
commit
2601217209
@ -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%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user