mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Differentiate Heat/Cool (#3371)
This commit is contained in:
parent
5141e0e923
commit
42c3e3e46c
@ -37,7 +37,7 @@ const thermostatConfig = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const modeIcons: { [mode in HvacMode]: string } = {
|
const modeIcons: { [mode in HvacMode]: string } = {
|
||||||
auto: "hass:autorenew",
|
auto: "hass:calendar-repeat",
|
||||||
heat_cool: "hass:autorenew",
|
heat_cool: "hass:autorenew",
|
||||||
heat: "hass:fire",
|
heat: "hass:fire",
|
||||||
cool: "hass:snowflake",
|
cool: "hass:snowflake",
|
||||||
|
@ -173,7 +173,7 @@
|
|||||||
"off": "[%key:state::default::off%]",
|
"off": "[%key:state::default::off%]",
|
||||||
"heat": "Heat",
|
"heat": "Heat",
|
||||||
"cool": "Cool",
|
"cool": "Cool",
|
||||||
"heat_cool": "Auto",
|
"heat_cool": "Heat/Cool",
|
||||||
"auto": "Auto",
|
"auto": "Auto",
|
||||||
"dry": "Dry",
|
"dry": "Dry",
|
||||||
"fan_only": "Fan only"
|
"fan_only": "Fan only"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user