mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Use common state for "Auto" in climate
(#142948)
This commit is contained in:
parent
254d4c6534
commit
cdd8ba78e7
@ -28,10 +28,10 @@
|
|||||||
"name": "Thermostat",
|
"name": "Thermostat",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
|
"auto": "[%key:common::state::auto%]",
|
||||||
"heat": "Heat",
|
"heat": "Heat",
|
||||||
"cool": "Cool",
|
"cool": "Cool",
|
||||||
"heat_cool": "Heat/Cool",
|
"heat_cool": "Heat/Cool",
|
||||||
"auto": "Auto",
|
|
||||||
"dry": "Dry",
|
"dry": "Dry",
|
||||||
"fan_only": "Fan only"
|
"fan_only": "Fan only"
|
||||||
},
|
},
|
||||||
@ -50,7 +50,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
"on": "[%key:common::state::on%]",
|
"on": "[%key:common::state::on%]",
|
||||||
"auto": "Auto",
|
"auto": "[%key:common::state::auto%]",
|
||||||
"low": "[%key:common::state::low%]",
|
"low": "[%key:common::state::low%]",
|
||||||
"medium": "[%key:common::state::medium%]",
|
"medium": "[%key:common::state::medium%]",
|
||||||
"high": "[%key:common::state::high%]",
|
"high": "[%key:common::state::high%]",
|
||||||
@ -69,13 +69,13 @@
|
|||||||
"hvac_action": {
|
"hvac_action": {
|
||||||
"name": "Current action",
|
"name": "Current action",
|
||||||
"state": {
|
"state": {
|
||||||
|
"off": "[%key:common::state::off%]",
|
||||||
|
"idle": "[%key:common::state::idle%]",
|
||||||
"cooling": "Cooling",
|
"cooling": "Cooling",
|
||||||
"defrosting": "Defrosting",
|
"defrosting": "Defrosting",
|
||||||
"drying": "Drying",
|
"drying": "Drying",
|
||||||
"fan": "Fan",
|
"fan": "Fan",
|
||||||
"heating": "Heating",
|
"heating": "Heating",
|
||||||
"idle": "[%key:common::state::idle%]",
|
|
||||||
"off": "[%key:common::state::off%]",
|
|
||||||
"preheating": "Preheating"
|
"preheating": "Preheating"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -258,7 +258,7 @@
|
|||||||
"hvac_mode": {
|
"hvac_mode": {
|
||||||
"options": {
|
"options": {
|
||||||
"off": "[%key:common::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
"auto": "Auto",
|
"auto": "[%key:common::state::auto%]",
|
||||||
"cool": "Cool",
|
"cool": "Cool",
|
||||||
"dry": "Dry",
|
"dry": "Dry",
|
||||||
"fan_only": "Fan only",
|
"fan_only": "Fan only",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user