Persist manual thermostat changes for few hours

I have a Zigbee thermostat that is controlled using “better-thermostat” scheduler plugin. Sometimes, though, I need to override whatever is setup there - currently if I do manual change, it persists until the next change in better-thermostat.

What I need is that if I set the temperature manually using the device buttons or Home Assistant control (like, the dashboard button), I would like to keep the new setting for 3 hours, and then back to normal schedule. How to do that? Is that even possible?

Hello!
To temporarily override your Zigbee thermostat’s settings for 3 hours, create an automation in Home Assistant. Use the climate.set_temperature service to set the temperature manually, then schedule it to revert Student VUE com after 3 hours. Set a trigger for the automation, such as a button press on the device or a dashboard button. This setup will allow you to maintain the new temperature for 3 hours before returning to the original schedule.