Use common state for "Normal" in lg_thinq (#142453)

* Use common state for "Normal" in lg_thinq`

* Replace internal references with common ones
This commit is contained in:
Norbert Rittel 2025-04-07 14:06:52 +02:00 committed by GitHub
parent 2818f74634
commit 4020c987b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -303,7 +303,7 @@
"state": { "state": {
"invalid": "Invalid", "invalid": "Invalid",
"weak": "Weak", "weak": "Weak",
"normal": "Normal", "normal": "[%key:common::state::normal%]",
"strong": "Strong", "strong": "Strong",
"very_strong": "Very strong" "very_strong": "Very strong"
} }
@ -607,7 +607,7 @@
"intensive_dry": "Spot", "intensive_dry": "Spot",
"macro": "Custom mode", "macro": "Custom mode",
"mop": "Mop", "mop": "Mop",
"normal": "Normal", "normal": "[%key:common::state::normal%]",
"off": "[%key:common::state::off%]", "off": "[%key:common::state::off%]",
"quiet_humidity": "Silent", "quiet_humidity": "Silent",
"rapid_humidity": "Jet", "rapid_humidity": "Jet",
@ -626,7 +626,7 @@
"auto": "Low power", "auto": "Low power",
"high": "[%key:component::lg_thinq::entity::sensor::current_job_mode::state::high%]", "high": "[%key:component::lg_thinq::entity::sensor::current_job_mode::state::high%]",
"mop": "[%key:component::lg_thinq::entity::sensor::current_job_mode::state::mop%]", "mop": "[%key:component::lg_thinq::entity::sensor::current_job_mode::state::mop%]",
"normal": "[%key:component::lg_thinq::entity::sensor::current_job_mode::state::normal%]", "normal": "[%key:common::state::normal%]",
"off": "[%key:common::state::off%]", "off": "[%key:common::state::off%]",
"turbo": "[%key:component::lg_thinq::entity::select::wind_strength::state::power%]" "turbo": "[%key:component::lg_thinq::entity::select::wind_strength::state::power%]"
} }
@ -653,7 +653,7 @@
"heavy": "Intensive", "heavy": "Intensive",
"delicate": "Delicate", "delicate": "Delicate",
"turbo": "[%key:component::lg_thinq::entity::select::wind_strength::state::power%]", "turbo": "[%key:component::lg_thinq::entity::select::wind_strength::state::power%]",
"normal": "Normal", "normal": "[%key:common::state::normal%]",
"rinse": "Rinse", "rinse": "Rinse",
"refresh": "Refresh", "refresh": "Refresh",
"express": "Express", "express": "Express",