Explore Plans
Mobile menu Close menu
ecobeeecobee

Set thermostat hold for X hours

This action will set the thermostat into a hold with the specified temperature for the specified number of hours.

Developer info

API endpoint slug
ecobee.hold_holdhours
Filter code method
Ecobee.holdHoldhours.skip(string?: reason)
Runtime method
runAction("ecobee.hold_holdhours", {})

Action fields

Thermostat Dropdown list

Label
Thermostat Name
Helper text
Select which thermostat will execute the hold.
Slug
thermostat
Required
true
Can have default value
false

Desired temperature Dropdown list

Label
Desired Temperature
Helper text
The temperature to set the hold to.
Slug
desired_temperature
Required
true
Can have default value
false

Hold hours Dropdown list

Label
Number of Hours
Helper text
The number of hours to hold for
Slug
hold_hours
Required
true
Can have default value
true
Filter code method
Ecobee.holdHoldhours.setHoldHours(string: holdHours)