Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.radiotherm.util Namespace Reference

Functions

None _set_time (CommonThermostat device)
 
None async_set_time (HomeAssistant hass, CommonThermostat device)
 

Detailed Description

Utils for radiotherm.

Function Documentation

◆ _set_time()

None homeassistant.components.radiotherm.util._set_time ( CommonThermostat  device)
private
Set device time.

Definition at line 16 of file util.py.

◆ async_set_time()

None homeassistant.components.radiotherm.util.async_set_time ( HomeAssistant  hass,
CommonThermostat  device 
)
Sync time to the thermostat.

Definition at line 11 of file util.py.