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" |
The denonavr component.
| 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.
| bool homeassistant.components.denonavr.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Unload a config entry.
Definition at line 82 of file __init__.py.
| None homeassistant.components.denonavr.update_listener | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Handle options update.
Definition at line 114 of file __init__.py.
|
private |
Definition at line 35 of file __init__.py.
| string homeassistant.components.denonavr.CONF_RECEIVER = "receiver" |
Definition at line 31 of file __init__.py.
| list homeassistant.components.denonavr.PLATFORMS = [Platform.MEDIA_PLAYER] |
Definition at line 33 of file __init__.py.
| string homeassistant.components.denonavr.UNDO_UPDATE_LISTENER = "undo_update_listener" |
Definition at line 32 of file __init__.py.