1
0
mirror of https://github.com/beestat/app.git synced 2025-06-02 21:26:38 -04:00

Added new thermostat type

This commit is contained in:
Jon Ziebell 2025-05-18 06:11:35 -04:00
parent 8ab3931f2e
commit e9d6f9a291

View File

@ -17,7 +17,9 @@ beestat.ecobee_thermostat_models = {
'siSmart': 'Smart Si', 'siSmart': 'Smart Si',
'vulcanSmart': 'Smart Thermostat', 'vulcanSmart': 'Smart Thermostat',
'aresSmart': 'Smart Thermostat Premium', 'aresSmart': 'Smart Thermostat Premium',
'artemisSmart': 'SmartThermostat Enhanced' 'artemisSmart': 'Smart Thermostat Enhanced',
'attisPro': 'Smart Thermostat Lite',
'attisRetail': 'Smart Thermostat Essential'
}; };
/** /**