mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +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 } = {
|
||||
auto: "hass:autorenew",
|
||||
auto: "hass:calendar-repeat",
|
||||
heat_cool: "hass:autorenew",
|
||||
heat: "hass:fire",
|
||||
cool: "hass:snowflake",
|
||||
|
@ -173,7 +173,7 @@
|
||||
"off": "[%key:state::default::off%]",
|
||||
"heat": "Heat",
|
||||
"cool": "Cool",
|
||||
"heat_cool": "Auto",
|
||||
"heat_cool": "Heat/Cool",
|
||||
"auto": "Auto",
|
||||
"dry": "Dry",
|
||||
"fan_only": "Fan only"
|
||||
|
Loading…
x
Reference in New Issue
Block a user