Namespaces | |
| browse_media | |
| config_flow | |
| const | |
| media_player | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| list | PLATFORMS = [Platform.MEDIA_PLAYER] |
The forked_daapd component.
| bool homeassistant.components.forked_daapd.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up forked-daapd from a config entry by forwarding to platform.
Definition at line 12 of file __init__.py.
| bool homeassistant.components.forked_daapd.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Remove forked-daapd component.
Definition at line 18 of file __init__.py.
| list homeassistant.components.forked_daapd.PLATFORMS = [Platform.MEDIA_PLAYER] |
Definition at line 9 of file __init__.py.