Namespaces | |
| config_flow | |
| const | |
| media_player | |
| services | |
| utils | |
Classes | |
| class | BluesoundRuntimeData |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, BluesoundConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry config_entry) |
Variables | |
| BluesoundConfigEntry | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| list | PLATFORMS = [Platform.MEDIA_PLAYER] |
The bluesound component.
| bool homeassistant.components.bluesound.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Bluesound.
Definition at line 35 of file __init__.py.
| bool homeassistant.components.bluesound.async_setup_entry | ( | HomeAssistant | hass, |
| BluesoundConfigEntry | config_entry | ||
| ) |
Set up the Bluesound entry.
Definition at line 44 of file __init__.py.
| bool homeassistant.components.bluesound.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Unload a config entry.
Definition at line 64 of file __init__.py.
| homeassistant.components.bluesound.BluesoundConfigEntry |
Definition at line 32 of file __init__.py.
| homeassistant.components.bluesound.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 19 of file __init__.py.
| list homeassistant.components.bluesound.PLATFORMS = [Platform.MEDIA_PLAYER] |
Definition at line 21 of file __init__.py.