Namespaces | |
| config_flow | |
| const | |
| media_source | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, RadioBrowserConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| RadioBrowserConfigEntry | |
The Radio Browser integration.
| bool homeassistant.components.radio_browser.async_setup_entry | ( | HomeAssistant | hass, |
| RadioBrowserConfigEntry | entry | ||
| ) |
Set up Radio Browser from a config entry. This integration doesn't set up any entities, as it provides a media source only.
Definition at line 17 of file __init__.py.
| bool homeassistant.components.radio_browser.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 37 of file __init__.py.
| homeassistant.components.radio_browser.RadioBrowserConfigEntry |
Definition at line 14 of file __init__.py.