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.
better_thermostat.restore_saved_target_temperature
Restores the previously saved target temperature.
Typical night mode pattern
- Use a Home Assistant
schedulehelper. - When schedule turns on, call
set_temp_target_temperaturewith night temperature. - When schedule turns off, call
restore_saved_target_temperature.
Ready-to-import blueprint: