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:
Norbert Rittel
2025-07-01 01:59:33 +02:00
committed by GitHub
parent 2bdfc8cf5e
commit 84645d0ca6

View File

@@ -780,10 +780,10 @@
"battery_level": {
"name": "Battery",
"state": {
"high": "Full",
"high": "[%key:common::state::full%]",
"mid": "[%key:common::state::medium%]",
"low": "[%key:common::state::low%]",
"warning": "Empty"
"warning": "[%key:common::state::empty%]"
}
},
"relative_to_start": {