From becedbc7883cd1ef32a9207e7367f4c5d32fb0a2 Mon Sep 17 00:00:00 2001 From: Yehuda Davis Date: Wed, 26 Aug 2026 01:01:38 -0400 Subject: [PATCH] fix: add missing ecobee model (#180226) --- 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 9b8dfc7c6c6c..e729467574f8 100644 --- a/homeassistant/components/ecobee/const.py +++ b/homeassistant/components/ecobee/const.py @@ -40,6 +40,7 @@ ECOBEE_MODEL_TO_NAME = { "aresSmart": "ecobee Smart Premium", "artemisSmart": "ecobee Smart Enhanced", "attisRetail": "ecobee Smart Thermostat with Voice Control", + "attisPro": "ecobee Smart Thermostat Lite", } PLATFORMS = [