mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Use (new) common states for "Full" and "Empty" in lg_thinq
(#147833)
Use (new) common states for "Full" and "Empty"
This commit is contained in:
parent
2bdfc8cf5e
commit
84645d0ca6
@ -780,10 +780,10 @@
|
|||||||
"battery_level": {
|
"battery_level": {
|
||||||
"name": "Battery",
|
"name": "Battery",
|
||||||
"state": {
|
"state": {
|
||||||
"high": "Full",
|
"high": "[%key:common::state::full%]",
|
||||||
"mid": "[%key:common::state::medium%]",
|
"mid": "[%key:common::state::medium%]",
|
||||||
"low": "[%key:common::state::low%]",
|
"low": "[%key:common::state::low%]",
|
||||||
"warning": "Empty"
|
"warning": "[%key:common::state::empty%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"relative_to_start": {
|
"relative_to_start": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user