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) |
The radiotherm component.
|
private |
Handle options update.
Definition at line 64 of file __init__.py.
|
private |
Call a coro or raise ConfigEntryNotReady.
Definition at line 24 of file __init__.py.
| 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.
| bool homeassistant.components.radiotherm.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 69 of file __init__.py.