Use common state for "Auto" in lg_thinq (#142973)

This commit is contained in:
Norbert Rittel 2025-04-15 08:45:37 +02:00 committed by GitHub
parent a9d4b1afe4
commit 942bf2ef78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,7 +123,7 @@
"mid": "[%key:common::state::medium%]",
"high": "[%key:common::state::high%]",
"power": "[%key:component::lg_thinq::entity::sensor::current_job_mode::state::high%]",
"auto": "[%key:component::lg_thinq::entity::sensor::growth_mode::state::standard%]"
"auto": "[%key:common::state::auto%]"
}
},
"preset_mode": {
@ -343,7 +343,7 @@
"growth_mode": {
"name": "Mode",
"state": {
"standard": "Auto",
"standard": "[%key:common::state::auto%]",
"ext_leaf": "Vegetables",
"ext_herb": "Herbs",
"ext_flower": "Flowers",
@ -353,7 +353,7 @@
"growth_mode_for_location": {
"name": "{location} mode",
"state": {
"standard": "[%key:component::lg_thinq::entity::sensor::growth_mode::state::standard%]",
"standard": "[%key:common::state::auto%]",
"ext_leaf": "[%key:component::lg_thinq::entity::sensor::growth_mode::state::ext_leaf%]",
"ext_herb": "[%key:component::lg_thinq::entity::sensor::growth_mode::state::ext_herb%]",
"ext_flower": "[%key:component::lg_thinq::entity::sensor::growth_mode::state::ext_flower%]",
@ -581,7 +581,7 @@
"name": "[%key:component::lg_thinq::entity::binary_sensor::one_touch_filter::name%]",
"state": {
"off": "[%key:common::state::off%]",
"auto": "[%key:component::lg_thinq::entity::sensor::growth_mode::state::standard%]",
"auto": "[%key:common::state::auto%]",
"power": "[%key:component::lg_thinq::entity::sensor::current_job_mode::state::high%]",
"replace": "Replace filter",
"smart_power": "Smart safe storage",
@ -599,7 +599,7 @@
"name": "Operating mode",
"state": {
"air_clean": "Purify",
"auto": "[%key:component::lg_thinq::entity::sensor::growth_mode::state::standard%]",
"auto": "[%key:common::state::auto%]",
"clothes_dry": "Laundry",
"edge": "Edge cleaning",
"heat_pump": "Heat pump",
@ -649,7 +649,7 @@
"current_dish_washing_course": {
"name": "Current cycle",
"state": {
"auto": "[%key:component::lg_thinq::entity::sensor::growth_mode::state::standard%]",
"auto": "[%key:common::state::auto%]",
"heavy": "Intensive",
"delicate": "Delicate",
"turbo": "[%key:component::lg_thinq::entity::select::wind_strength::state::power%]",
@ -881,7 +881,7 @@
"high": "[%key:common::state::high%]",
"power": "Turbo",
"turbo": "[%key:component::lg_thinq::entity::select::wind_strength::state::power%]",
"auto": "[%key:component::lg_thinq::entity::sensor::growth_mode::state::standard%]",
"auto": "[%key:common::state::auto%]",
"wind_1": "Step 1",
"wind_2": "Step 2",
"wind_3": "Step 3",
@ -905,7 +905,7 @@
"name": "Operating mode",
"state": {
"air_clean": "Purifying",
"auto": "[%key:component::lg_thinq::entity::sensor::growth_mode::state::standard%]",
"auto": "[%key:common::state::auto%]",
"baby_care": "[%key:component::lg_thinq::entity::sensor::personalization_mode::state::baby%]",
"circulator": "Booster",
"clean": "Single",
@ -1016,7 +1016,7 @@
"name": "[%key:component::lg_thinq::entity::binary_sensor::one_touch_filter::name%]",
"state": {
"off": "[%key:common::state::off%]",
"auto": "[%key:component::lg_thinq::entity::sensor::growth_mode::state::standard%]",
"auto": "[%key:common::state::auto%]",
"power": "[%key:component::lg_thinq::entity::sensor::current_job_mode::state::high%]",
"replace": "[%key:component::lg_thinq::entity::sensor::fresh_air_filter::state::replace%]",
"smart_power": "[%key:component::lg_thinq::entity::sensor::fresh_air_filter::state::smart_power%]",