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

Namespaces

 config_flow
 
 const
 
 media_player
 
 server
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Snapcast Integration.

Function Documentation

◆ async_setup_entry()

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

Definition at line 18 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 40 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 15 of file __init__.py.