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

Classes

class  RadioThermInitData
 
class  RadioThermUpdate
 

Functions

RadioThermUpdate _get_data (CommonThermostat device)
 
RadioThermInitData _get_init_data (str host)
 
RadioThermUpdate async_get_data (HomeAssistant hass, CommonThermostat device)
 
RadioThermInitData async_get_init_data (HomeAssistant hass, str host)
 

Detailed Description

The radiotherm component data.

Function Documentation

◆ _get_data()

RadioThermUpdate homeassistant.components.radiotherm.data._get_data ( CommonThermostat  device)
private

Definition at line 55 of file data.py.

◆ _get_init_data()

RadioThermInitData homeassistant.components.radiotherm.data._get_init_data ( str  host)
private

Definition at line 38 of file data.py.

◆ async_get_data()

RadioThermUpdate homeassistant.components.radiotherm.data.async_get_data ( HomeAssistant  hass,
CommonThermostat   device 
)
Fetch the data from the thermostat.

Definition at line 71 of file data.py.

◆ async_get_init_data()

RadioThermInitData homeassistant.components.radiotherm.data.async_get_init_data ( HomeAssistant  hass,
str  host 
)
Get the RadioInitData.

Definition at line 50 of file data.py.