diff --git a/src/panels/lovelace/cards/hui-thermostat-card.ts b/src/panels/lovelace/cards/hui-thermostat-card.ts index 6b1c07a549..abd6a98ab7 100644 --- a/src/panels/lovelace/cards/hui-thermostat-card.ts +++ b/src/panels/lovelace/cards/hui-thermostat-card.ts @@ -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", diff --git a/src/translations/en.json b/src/translations/en.json index 76a38048e3..84ed63da12 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -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"