Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, TautulliConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, TautulliConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.SENSOR] |
| TautulliConfigEntry | |
The Tautulli integration.
| bool homeassistant.components.tautulli.async_setup_entry | ( | HomeAssistant | hass, |
| TautulliConfigEntry | entry | ||
| ) |
Set up Tautulli from a config entry.
Definition at line 18 of file __init__.py.
| bool homeassistant.components.tautulli.async_unload_entry | ( | HomeAssistant | hass, |
| TautulliConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 38 of file __init__.py.
| list homeassistant.components.tautulli.PLATFORMS = [Platform.SENSOR] |
Definition at line 14 of file __init__.py.
| homeassistant.components.tautulli.TautulliConfigEntry |
Definition at line 15 of file __init__.py.