I’m trying to create a switch I can use to toggle Eco mode on my Nest thermostat. I can then expose that switch to Alexa via emulated_hue and have Alexa toggle eco mode that way.
I’ve looked into template switches but I can’t get it to work. I’d really appreciate any input anyone has on this.
This is what developer tools is showing for climate.dayroom_ac
- 'off'
- heat_cool
- cool
- heat
- dry
- fan_only
min_temp: 320
max_temp: 1652
target_temp_step: 1
swing_modes:
- 'off'
- horizontal
current_temperature: 1346
temperature: 1310
swing_mode: 'off'
friendly_name: Dayroom AC
supported_features: 33```
The toggle created isn't doing anything. When I add the toggle to the dashboard, it comes on for three seconds and then goes back off. Does not actually cycle the AC unit.