Classes | |
| class | HeosMediaPlayer |
Functions | |
| Callable[[_FuncType[_P]], _ReturnFuncType[_P]] | _P (str command) |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| tuple | BASE_SUPPORTED_FEATURES |
| dictionary | CONTROL_TO_SUPPORT |
| dictionary | HA_HEOS_ENQUEUE_MAP |
| dictionary | PLAY_STATE_TO_STATE |
Denon HEOS Media Player.
|
private |
Return decorator that logs command failure.
Definition at line 95 of file media_player.py.
| None homeassistant.components.heos.media_player.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Add media players for a config entry.
Definition at line 82 of file media_player.py.
|
private |
Definition at line 79 of file media_player.py.
| tuple homeassistant.components.heos.media_player.BASE_SUPPORTED_FEATURES |
Definition at line 44 of file media_player.py.
| dictionary homeassistant.components.heos.media_player.CONTROL_TO_SUPPORT |
Definition at line 63 of file media_player.py.
| dictionary homeassistant.components.heos.media_player.HA_HEOS_ENQUEUE_MAP |
Definition at line 71 of file media_player.py.
| dictionary homeassistant.components.heos.media_player.PLAY_STATE_TO_STATE |
Definition at line 57 of file media_player.py.