Add modelnumber for ecobee4 (#28278)

This commit is contained in:
Mark Coombes 2019-10-31 04:49:38 -04:00 committed by Fabian Affolter
parent 89df821113
commit e11c9d710c

View File

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