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] |
Denon HEOS Media Player.
| bool homeassistant.components.heos.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the HEOS component.
Definition at line 54 of file __init__.py.
| 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.
| bool homeassistant.components.heos.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 152 of file __init__.py.
|
private |
Definition at line 51 of file __init__.py.
| homeassistant.components.heos.CONFIG_SCHEMA |
Definition at line 41 of file __init__.py.
| homeassistant.components.heos.MIN_UPDATE_SOURCES = timedelta(seconds=1) |
Definition at line 49 of file __init__.py.
| list homeassistant.components.heos.PLATFORMS = [Platform.MEDIA_PLAYER] |
Definition at line 39 of file __init__.py.