Skip to content

Commit 4020c98

Browse files
authored
Use common state for "Normal" in lg_thinq (#142453)
* Use common state for "Normal" in lg_thinq` * Replace internal references with common ones
1 parent 2818f74 commit 4020c98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

homeassistant/components/lg_thinq/strings.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
"state": {
304304
"invalid": "Invalid",
305305
"weak": "Weak",
306-
"normal": "Normal",
306+
"normal": "[%key:common::state::normal%]",
307307
"strong": "Strong",
308308
"very_strong": "Very strong"
309309
}
@@ -607,7 +607,7 @@
607607
"intensive_dry": "Spot",
608608
"macro": "Custom mode",
609609
"mop": "Mop",
610-
"normal": "Normal",
610+
"normal": "[%key:common::state::normal%]",
611611
"off": "[%key:common::state::off%]",
612612
"quiet_humidity": "Silent",
613613
"rapid_humidity": "Jet",
@@ -626,7 +626,7 @@
626626
"auto": "Low power",
627627
"high": "[%key:component::lg_thinq::entity::sensor::current_job_mode::state::high%]",
628628
"mop": "[%key:component::lg_thinq::entity::sensor::current_job_mode::state::mop%]",
629-
"normal": "[%key:component::lg_thinq::entity::sensor::current_job_mode::state::normal%]",
629+
"normal": "[%key:common::state::normal%]",
630630
"off": "[%key:common::state::off%]",
631631
"turbo": "[%key:component::lg_thinq::entity::select::wind_strength::state::power%]"
632632
}
@@ -653,7 +653,7 @@
653653
"heavy": "Intensive",
654654
"delicate": "Delicate",
655655
"turbo": "[%key:component::lg_thinq::entity::select::wind_strength::state::power%]",
656-
"normal": "Normal",
656+
"normal": "[%key:common::state::normal%]",
657657
"rinse": "Rinse",
658658
"refresh": "Refresh",
659659
"express": "Express",

0 commit comments

Comments
 (0)