mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
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:
parent
2818f74634
commit
4020c987b5
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user