Differentiate Heat/Cool (#3371)

This commit is contained in:
Paulus Schoutsen 2019-07-16 23:51:15 -07:00 committed by GitHub
parent 5141e0e923
commit 42c3e3e46c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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"