diff --git a/homeassistant/components/ecobee/const.py b/homeassistant/components/ecobee/const.py index 5022cb71903..05c2d22b594 100644 --- a/homeassistant/components/ecobee/const.py +++ b/homeassistant/components/ecobee/const.py @@ -20,6 +20,7 @@ ECOBEE_MODEL_TO_NAME = { "nikeSmart": "ecobee3 lite Smart", "nikeEms": "ecobee3 lite EMS", "apolloSmart": "ecobee4 Smart", + "vulcanSmart": "ecobee4 Smart", } ECOBEE_PLATFORMS = ["binary_sensor", "climate", "sensor", "weather"]