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

Namespaces

 config_flow
 
 const
 
 media_player
 
 services
 

Classes

class  ControllerManager
 
class  GroupManager
 
class  SourceManager
 

Functions

bool async_setup (HomeAssistant hass, ConfigType config)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 CONFIG_SCHEMA
 
 MIN_UPDATE_SOURCES = timedelta(seconds=1)
 
list PLATFORMS = [Platform.MEDIA_PLAYER]
 

Detailed Description

Denon HEOS Media Player.

Function Documentation

◆ async_setup()

bool homeassistant.components.heos.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the HEOS component.

Definition at line 54 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.heos.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Initialize config entry which represents the HEOS controller.

Definition at line 78 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 152 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 51 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.heos.CONFIG_SCHEMA
Initial value:
1 = vol.Schema(
2  vol.All(
3  cv.deprecated(DOMAIN),
4  {DOMAIN: vol.Schema({vol.Required(CONF_HOST): cv.string})},
5  ),
6  extra=vol.ALLOW_EXTRA,
7 )

Definition at line 41 of file __init__.py.

◆ MIN_UPDATE_SOURCES

homeassistant.components.heos.MIN_UPDATE_SOURCES = timedelta(seconds=1)

Definition at line 49 of file __init__.py.

◆ PLATFORMS

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

Definition at line 39 of file __init__.py.