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

Namespaces

 climate
 
 config_flow
 
 const
 
 coordinator
 
 data
 
 entity
 
 switch
 
 util
 

Functions

None _async_update_listener (HomeAssistant hass, ConfigEntry entry)
 
_T _T (Coroutine[Any, Any, _T] coro, str host)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Detailed Description

The radiotherm component.

Function Documentation

◆ _async_update_listener()

None homeassistant.components.radiotherm._async_update_listener ( HomeAssistant  hass,
ConfigEntry  entry 
)
private
Handle options update.

Definition at line 64 of file __init__.py.

◆ _T()

_T homeassistant.components.radiotherm._T ( Coroutine[Any, Any, _T]  coro,
str   host 
)
private
Call a coro or raise ConfigEntryNotReady.

Definition at line 24 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.radiotherm.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up Radio Thermostat from a config entry.

Definition at line 41 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.radiotherm.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 69 of file __init__.py.