Namespaces | |
| api | |
| application_credentials | |
| config_flow | |
| const | |
| coordinator | |
| cover | |
| entity | |
| switch | |
Classes | |
| class | IottyConfigEntryData |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, IottyConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| IottyConfigEntry | |
The iotty integration.
| bool homeassistant.components.iotty.async_setup_entry | ( | HomeAssistant | hass, |
| IottyConfigEntry | entry | ||
| ) |
Set up iotty from a config entry.
Definition at line 35 of file __init__.py.
| bool homeassistant.components.iotty.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 54 of file __init__.py.
|
private |
Definition at line 20 of file __init__.py.
| homeassistant.components.iotty.IottyConfigEntry |
Definition at line 24 of file __init__.py.