Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.anthemav.media_player Namespace Reference

Classes

class  AnthemAVR
 

Functions

None async_setup_entry (HomeAssistant hass, AnthemavConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for Anthem Network Receivers and Processors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.anthemav.media_player.async_setup_entry ( HomeAssistant  hass,
AnthemavConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up entry.

Definition at line 27 of file media_player.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.anthemav.media_player._LOGGER = logging.getLogger(__name__)
private

Definition at line 24 of file media_player.py.