1 """Utils for radiotherm."""
3 from __future__
import annotations
5 from radiotherm.thermostat
import CommonThermostat
11 async
def async_set_time(hass: HomeAssistant, device: CommonThermostat) ->
None:
12 """Sync time to the thermostat."""
13 await hass.async_add_executor_job(_set_time, device)
17 """Set device time."""
None _set_time(CommonThermostat device)
None async_set_time(HomeAssistant hass, CommonThermostat device)