Add modelnumber for ecobee4 (#28107)

This commit is contained in:
Mark Coombes 2019-10-22 11:22:42 -04:00 committed by Paulus Schoutsen
parent acee87bef6
commit 09b4f65515

View File

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