Namespaces | |
| browse_media | |
| client_wrapper | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| entity | |
| media_player | |
| media_source | |
| remote | |
| sensor | |
Functions | |
| bool | async_remove_config_entry_device (HomeAssistant hass, JellyfinConfigEntry config_entry, dr.DeviceEntry device_entry) |
| bool | async_setup_entry (HomeAssistant hass, JellyfinConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, JellyfinConfigEntry entry) |
Variables | |
| JellyfinConfigEntry | |
The Jellyfin integration.
| bool homeassistant.components.jellyfin.async_remove_config_entry_device | ( | HomeAssistant | hass, |
| JellyfinConfigEntry | config_entry, | ||
| dr.DeviceEntry | device_entry | ||
| ) |
Remove device from a config entry.
Definition at line 55 of file __init__.py.
| bool homeassistant.components.jellyfin.async_setup_entry | ( | HomeAssistant | hass, |
| JellyfinConfigEntry | entry | ||
| ) |
Set up Jellyfin from a config entry.
Definition at line 17 of file __init__.py.
| bool homeassistant.components.jellyfin.async_unload_entry | ( | HomeAssistant | hass, |
| JellyfinConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 50 of file __init__.py.
| homeassistant.components.jellyfin.JellyfinConfigEntry |
Definition at line 14 of file __init__.py.