Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.bluesound Namespace Reference

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]
 

Detailed Description

The bluesound component.

Function Documentation

◆ async_setup()

bool homeassistant.components.bluesound.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the Bluesound.

Definition at line 35 of file __init__.py.

◆ async_setup_entry()

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.

◆ async_unload_entry()

bool homeassistant.components.bluesound.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Unload a config entry.

Definition at line 64 of file __init__.py.

Variable Documentation

◆ BluesoundConfigEntry

homeassistant.components.bluesound.BluesoundConfigEntry

Definition at line 32 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.bluesound.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)

Definition at line 19 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.bluesound.PLATFORMS = [Platform.MEDIA_PLAYER]

Definition at line 21 of file __init__.py.