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

Namespaces

 config_flow
 
 const
 
 media_player
 

Functions

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 Monoprice 6-Zone Amplifier integration.

Function Documentation

◆ _update_listener()

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

Definition at line 81 of file __init__.py.

◆ async_setup_entry()

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

Definition at line 26 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 57 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 23 of file __init__.py.

◆ PLATFORMS

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

Definition at line 21 of file __init__.py.