Hello,
I have an Ecobee Thermostat Configured via a HomeKit device for local control. I would like to only control the thermostat through this local control and not use the Ecobee Cloud.
I am trying to configure the preset mode of the thermostat from ‘Home’ to ‘Away’ in automations and via Climate dashboard card. However, climate.set_preset_mode
is not a service on the thermostat device. HOWEVER, there is a select.thermostat_current_mode
entity/service/wtv that DOES change the preset/mode of the ecobee thermostat locally.
Is there a way I can tell Homeassistant that the select.thermostat_current_mode
is the preset mode of the climate thermostat?
Here is a picture of my stuff, any help would be appreciated.