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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": {