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

Namespaces

 binary_sensor
 
 browse_media
 
 config_flow
 
 const
 
 coordinator
 
 entity
 
 media_player
 
 sensor
 

Classes

class  SqueezeboxData
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 
list PLATFORMS
 
 SqueezeboxConfigEntry
 

Detailed Description

The Squeezebox integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.squeezebox.async_setup_entry ( HomeAssistant  hass,
SqueezeboxConfigEntry  entry 
)
Set up an LMS Server from a config entry.

Definition at line 72 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.squeezebox.async_unload_entry ( HomeAssistant  hass,
SqueezeboxConfigEntry  entry 
)
Unload a config entry.

Definition at line 183 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 52 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.squeezebox.PLATFORMS
Initial value:
1 = [
2  Platform.BINARY_SENSOR,
3  Platform.MEDIA_PLAYER,
4  Platform.SENSOR,
5 ]

Definition at line 54 of file __init__.py.

◆ SqueezeboxConfigEntry

homeassistant.components.squeezebox.SqueezeboxConfigEntry

Definition at line 69 of file __init__.py.