Classes | |
| class | ChannelsPlayer |
Functions | |
| None | async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| string | DATA_CHANNELS = "channels" |
| string | DEFAULT_NAME = "Channels" |
| int | DEFAULT_PORT = 57000 |
| PLATFORM_SCHEMA | |
Support for interfacing with an instance of getchannels.com.
| None homeassistant.components.channels.media_player.async_setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | async_add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
Set up the Channels platform.
Definition at line 38 of file media_player.py.
| string homeassistant.components.channels.media_player.DATA_CHANNELS = "channels" |
Definition at line 25 of file media_player.py.
| string homeassistant.components.channels.media_player.DEFAULT_NAME = "Channels" |
Definition at line 26 of file media_player.py.
| int homeassistant.components.channels.media_player.DEFAULT_PORT = 57000 |
Definition at line 27 of file media_player.py.
| homeassistant.components.channels.media_player.PLATFORM_SCHEMA |
Definition at line 29 of file media_player.py.