mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Use common state for "Auto" in lg_thinq
(#142973)
This commit is contained in:
parent
a9d4b1afe4
commit
942bf2ef78
@ -123,7 +123,7 @@
|
|||||||
"mid": "[%key:common::state::medium%]",
|
"mid": "[%key:common::state::medium%]",
|
||||||
"high": "[%key:common::state::high%]",
|
"high": "[%key:common::state::high%]",
|
||||||
"power": "[%key:component::lg_thinq::entity::sensor::current_job_mode::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": {
|
"preset_mode": {
|
||||||
@ -343,7 +343,7 @@
|
|||||||
"growth_mode": {
|
"growth_mode": {
|
||||||
"name": "Mode",
|
"name": "Mode",
|
||||||
"state": {
|
"state": {
|
||||||
"standard": "Auto",
|
"standard": "[%key:common::state::auto%]",
|
||||||
"ext_leaf": "Vegetables",
|
"ext_leaf": "Vegetables",
|
||||||
"ext_herb": "Herbs",
|
"ext_herb": "Herbs",
|
||||||
"ext_flower": "Flowers",
|
"ext_flower": "Flowers",
|
||||||
@ -353,7 +353,7 @@
|
|||||||
"growth_mode_for_location": {
|
"growth_mode_for_location": {
|
||||||
"name": "{location} mode",
|
"name": "{location} mode",
|
||||||
"state": {
|
"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_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_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%]",
|
"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%]",
|
"name": "[%key:component::lg_thinq::entity::binary_sensor::one_touch_filter::name%]",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"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%]",
|
"power": "[%key:component::lg_thinq::entity::sensor::current_job_mode::state::high%]",
|
||||||
"replace": "Replace filter",
|
"replace": "Replace filter",
|
||||||
"smart_power": "Smart safe storage",
|
"smart_power": "Smart safe storage",
|
||||||
@ -599,7 +599,7 @@
|
|||||||
"name": "Operating mode",
|
"name": "Operating mode",
|
||||||
"state": {
|
"state": {
|
||||||
"air_clean": "Purify",
|
"air_clean": "Purify",
|
||||||
"auto": "[%key:component::lg_thinq::entity::sensor::growth_mode::state::standard%]",
|
"auto": "[%key:common::state::auto%]",
|
||||||
"clothes_dry": "Laundry",
|
"clothes_dry": "Laundry",
|
||||||
"edge": "Edge cleaning",
|
"edge": "Edge cleaning",
|
||||||
"heat_pump": "Heat pump",
|
"heat_pump": "Heat pump",
|
||||||
@ -649,7 +649,7 @@
|
|||||||
"current_dish_washing_course": {
|
"current_dish_washing_course": {
|
||||||
"name": "Current cycle",
|
"name": "Current cycle",
|
||||||
"state": {
|
"state": {
|
||||||
"auto": "[%key:component::lg_thinq::entity::sensor::growth_mode::state::standard%]",
|
"auto": "[%key:common::state::auto%]",
|
||||||
"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%]",
|
||||||
@ -881,7 +881,7 @@
|
|||||||
"high": "[%key:common::state::high%]",
|
"high": "[%key:common::state::high%]",
|
||||||
"power": "Turbo",
|
"power": "Turbo",
|
||||||
"turbo": "[%key:component::lg_thinq::entity::select::wind_strength::state::power%]",
|
"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_1": "Step 1",
|
||||||
"wind_2": "Step 2",
|
"wind_2": "Step 2",
|
||||||
"wind_3": "Step 3",
|
"wind_3": "Step 3",
|
||||||
@ -905,7 +905,7 @@
|
|||||||
"name": "Operating mode",
|
"name": "Operating mode",
|
||||||
"state": {
|
"state": {
|
||||||
"air_clean": "Purifying",
|
"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%]",
|
"baby_care": "[%key:component::lg_thinq::entity::sensor::personalization_mode::state::baby%]",
|
||||||
"circulator": "Booster",
|
"circulator": "Booster",
|
||||||
"clean": "Single",
|
"clean": "Single",
|
||||||
@ -1016,7 +1016,7 @@
|
|||||||
"name": "[%key:component::lg_thinq::entity::binary_sensor::one_touch_filter::name%]",
|
"name": "[%key:component::lg_thinq::entity::binary_sensor::one_touch_filter::name%]",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"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%]",
|
"power": "[%key:component::lg_thinq::entity::sensor::current_job_mode::state::high%]",
|
||||||
"replace": "[%key:component::lg_thinq::entity::sensor::fresh_air_filter::state::replace%]",
|
"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%]",
|
"smart_power": "[%key:component::lg_thinq::entity::sensor::fresh_air_filter::state::smart_power%]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user