Classes | |
| class | RokuMediaPlayer |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | ATTRS_TO_LAUNCH_PARAMS |
| dictionary | ATTRS_TO_PLAY_ON_ROKU_AUDIO_PARAMS |
| dictionary | ATTRS_TO_PLAY_ON_ROKU_PARAMS |
| dictionary | STREAM_FORMAT_TO_MEDIA_TYPE |
| VolDictType | |
Support for the Roku media player.
| None homeassistant.components.roku.media_player.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the Roku config entry.
Definition at line 85 of file media_player.py.
|
private |
Definition at line 48 of file media_player.py.
| dictionary homeassistant.components.roku.media_player.ATTRS_TO_LAUNCH_PARAMS |
Definition at line 64 of file media_player.py.
| dictionary homeassistant.components.roku.media_player.ATTRS_TO_PLAY_ON_ROKU_AUDIO_PARAMS |
Definition at line 75 of file media_player.py.
| dictionary homeassistant.components.roku.media_player.ATTRS_TO_PLAY_ON_ROKU_PARAMS |
Definition at line 69 of file media_player.py.
| dictionary homeassistant.components.roku.media_player.STREAM_FORMAT_TO_MEDIA_TYPE |
Definition at line 51 of file media_player.py.
| homeassistant.components.roku.media_player.VolDictType |
Definition at line 82 of file media_player.py.