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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 media_player
 
 models
 

Functions

list[int] _find_zones (HomeAssistant hass, WS66i ws66i)
 
SourceRep _get_sources_from_dict (data)
 
None _update_listener (HomeAssistant hass, ConfigEntry entry)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
list PLATFORMS = [Platform.MEDIA_PLAYER]
 

Detailed Description

The Soundavo WS66i 6-Zone Amplifier integration.

Function Documentation

◆ _find_zones()

list[int] homeassistant.components.ws66i._find_zones ( HomeAssistant  hass,
WS66i  ws66i 
)
private
Generate zones list by searching for presence of zones.

Definition at line 39 of file __init__.py.

◆ _get_sources_from_dict()

SourceRep homeassistant.components.ws66i._get_sources_from_dict (   data)
private

Definition at line 24 of file __init__.py.

◆ _update_listener()

None homeassistant.components.ws66i._update_listener ( HomeAssistant  hass,
ConfigEntry  entry 
)
private
Handle options update.

Definition at line 123 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.ws66i.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up Soundavo WS66i 6-Zone Amplifier from a config entry.

Definition at line 59 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 112 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 18 of file __init__.py.

◆ PLATFORMS

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

Definition at line 20 of file __init__.py.