mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Use common states for "Low"/"Medium"/"High" in lg_thinq
(#142253)
This commit is contained in:
parent
b7d9ad1c7d
commit
b5721604b9
@ -119,9 +119,9 @@
|
|||||||
"fan_mode": {
|
"fan_mode": {
|
||||||
"state": {
|
"state": {
|
||||||
"slow": "Slow",
|
"slow": "Slow",
|
||||||
"low": "Low",
|
"low": "[%key:common::state::low%]",
|
||||||
"mid": "Medium",
|
"mid": "[%key:common::state::medium%]",
|
||||||
"high": "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:component::lg_thinq::entity::sensor::growth_mode::state::standard%]"
|
||||||
}
|
}
|
||||||
@ -390,17 +390,17 @@
|
|||||||
"temperature_state": {
|
"temperature_state": {
|
||||||
"name": "[%key:component::sensor::entity_component::temperature::name%]",
|
"name": "[%key:component::sensor::entity_component::temperature::name%]",
|
||||||
"state": {
|
"state": {
|
||||||
"high": "High",
|
"high": "[%key:common::state::high%]",
|
||||||
"normal": "Good",
|
"normal": "Good",
|
||||||
"low": "Low"
|
"low": "[%key:common::state::low%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"temperature_state_for_location": {
|
"temperature_state_for_location": {
|
||||||
"name": "[%key:component::lg_thinq::entity::number::target_temperature_for_location::name%]",
|
"name": "[%key:component::lg_thinq::entity::number::target_temperature_for_location::name%]",
|
||||||
"state": {
|
"state": {
|
||||||
"high": "[%key:component::lg_thinq::entity::sensor::temperature_state::state::high%]",
|
"high": "[%key:common::state::high%]",
|
||||||
"normal": "[%key:component::lg_thinq::entity::sensor::temperature_state::state::normal%]",
|
"normal": "[%key:component::lg_thinq::entity::sensor::temperature_state::state::normal%]",
|
||||||
"low": "[%key:component::lg_thinq::entity::sensor::temperature_state::state::low%]"
|
"low": "[%key:common::state::low%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"current_state": {
|
"current_state": {
|
||||||
@ -781,8 +781,8 @@
|
|||||||
"name": "Battery",
|
"name": "Battery",
|
||||||
"state": {
|
"state": {
|
||||||
"high": "Full",
|
"high": "Full",
|
||||||
"mid": "Medium",
|
"mid": "[%key:common::state::medium%]",
|
||||||
"low": "Low",
|
"low": "[%key:common::state::low%]",
|
||||||
"warning": "Empty"
|
"warning": "Empty"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -876,9 +876,9 @@
|
|||||||
"name": "Speed",
|
"name": "Speed",
|
||||||
"state": {
|
"state": {
|
||||||
"slow": "[%key:component::lg_thinq::entity::climate::climate_air_conditioner::state_attributes::fan_mode::state::slow%]",
|
"slow": "[%key:component::lg_thinq::entity::climate::climate_air_conditioner::state_attributes::fan_mode::state::slow%]",
|
||||||
"low": "Low",
|
"low": "[%key:common::state::low%]",
|
||||||
"mid": "Medium",
|
"mid": "[%key:common::state::medium%]",
|
||||||
"high": "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:component::lg_thinq::entity::sensor::growth_mode::state::standard%]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user