Skip to content

Schedule and night mode

Better Thermostat exposes service calls for temporary target scheduling.

Available services

better_thermostat.set_temp_target_temperature

Sets a temporary target for selected Better Thermostat entities.

Open set_temp_target_temperature service

better_thermostat.restore_saved_target_temperature

Restores the previously saved target temperature.

Open restore_saved_target_temperature service

Typical night mode pattern

  1. Use a Home Assistant schedule helper.
  2. When schedule turns on, call set_temp_target_temperature with night temperature.
  3. When schedule turns off, call restore_saved_target_temperature.

Ready-to-import blueprint:

Import night mode blueprint