Classes | |
| class | GstreamerDevice |
Functions | |
| None | setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_PIPELINE = "pipeline" |
| string | DOMAIN = "gstreamer" |
| dictionary | GSP_STATE_MAPPING |
| PLATFORM_SCHEMA | |
Play media via gstreamer.
| None homeassistant.components.gstreamer.media_player.setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Set up the Gstreamer platform.
Definition at line 44 of file media_player.py.
|
private |
Definition at line 27 of file media_player.py.
| string homeassistant.components.gstreamer.media_player.CONF_PIPELINE = "pipeline" |
Definition at line 29 of file media_player.py.
| string homeassistant.components.gstreamer.media_player.DOMAIN = "gstreamer" |
Definition at line 31 of file media_player.py.
| dictionary homeassistant.components.gstreamer.media_player.GSP_STATE_MAPPING |
Definition at line 37 of file media_player.py.
| homeassistant.components.gstreamer.media_player.PLATFORM_SCHEMA |
Definition at line 33 of file media_player.py.