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

Namespaces

 config_flow
 
 media_player
 
 receiver
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry config_entry)
 
None update_listener (HomeAssistant hass, ConfigEntry config_entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string CONF_RECEIVER = "receiver"
 
list PLATFORMS = [Platform.MEDIA_PLAYER]
 
string UNDO_UPDATE_LISTENER = "undo_update_listener"
 

Detailed Description

The denonavr component.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.denonavr.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up the denonavr components from a config entry.

Definition at line 38 of file __init__.py.

◆ async_unload_entry()

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

Definition at line 82 of file __init__.py.

◆ update_listener()

None homeassistant.components.denonavr.update_listener ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Handle options update.

Definition at line 114 of file __init__.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 35 of file __init__.py.

◆ CONF_RECEIVER

string homeassistant.components.denonavr.CONF_RECEIVER = "receiver"

Definition at line 31 of file __init__.py.

◆ PLATFORMS

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

Definition at line 33 of file __init__.py.

◆ UNDO_UPDATE_LISTENER

string homeassistant.components.denonavr.UNDO_UPDATE_LISTENER = "undo_update_listener"

Definition at line 32 of file __init__.py.