From 09b4f65515af4c6111f9a725050acad75f6e6445 Mon Sep 17 00:00:00 2001 From: Mark Coombes Date: Tue, 22 Oct 2019 11:22:42 -0400 Subject: [PATCH] Add modelnumber for ecobee4 (#28107) --- 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 a6141d874f1..5022cb71903 100644 --- a/homeassistant/components/ecobee/const.py +++ b/homeassistant/components/ecobee/const.py @@ -19,6 +19,7 @@ ECOBEE_MODEL_TO_NAME = { "corSmart": "Carrier/Bryant Cor", "nikeSmart": "ecobee3 lite Smart", "nikeEms": "ecobee3 lite EMS", + "apolloSmart": "ecobee4 Smart", } ECOBEE_PLATFORMS = ["binary_sensor", "climate", "sensor", "weather"]