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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 entity
 
 media_player
 
 number
 
 select
 
 switch
 

Functions

None async_reload_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
def get_upnp_desc (HomeAssistant hass, str host)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
list PLATFORMS = [Platform.MEDIA_PLAYER, Platform.NUMBER, Platform.SELECT, Platform.SWITCH]
 

Detailed Description

The MusicCast integration.

Function Documentation

◆ async_reload_entry()

None homeassistant.components.yamaha_musiccast.async_reload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Reload config entry.

Definition at line 83 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.yamaha_musiccast.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up MusicCast from a config entry.

Definition at line 40 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 73 of file __init__.py.

◆ get_upnp_desc()

def homeassistant.components.yamaha_musiccast.get_upnp_desc ( HomeAssistant  hass,
str  host 
)
Get the upnp description URL for a given host, using the SSPD scanner.

Definition at line 23 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.yamaha_musiccast._LOGGER = logging.getLogger(__name__)
private

Definition at line 20 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.yamaha_musiccast.PLATFORMS = [Platform.MEDIA_PLAYER, Platform.NUMBER, Platform.SELECT, Platform.SWITCH]

Definition at line 18 of file __init__.py.