From e11c9d710c917d7c2b71e85024a690a91c40ec94 Mon Sep 17 00:00:00 2001 From: Mark Coombes Date: Thu, 31 Oct 2019 04:49:38 -0400 Subject: [PATCH] Add modelnumber for ecobee4 (#28278) --- homeassistant/components/ecobee/const.py | 1 + 1 file changed, 1 insertion(+) 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"]