This action will turn on your thermostat.
- API endpoint slug
- google_nest_thermostat.turn_thermostat_on
- Filter code method
- GoogleNestThermostat.turnThermostatOn.skip(string?: reason)
- Runtime method
- runAction("google_nest_thermostat.turn_thermostat_on", {})
Action fields
- Label
- Which Thermostat?
- Helper text
- Select your Nest Thermostat
- Slug
- device
- Required
- true
- Can have default value
- false
- Label
- Mode
- Helper text
- Select the mode in which you want to turn the device on.
- Slug
- mode
- Required
- true
- Can have default value
- true
- Filter code method
- GoogleNestThermostat.turnThermostatOn.setMode(string: mode)