Classes | |
| class | VlcDevice |
Functions | |
| str|None | _get_str (dict data, str key) |
| def | _VlcDeviceT |
| None | async_setup_entry (HomeAssistant hass, VlcConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _attr_available | |
| int | MAX_VOLUME = 500 |
Provide functionality to interact with the vlc telnet interface.
|
private |
Get a value from a dictionary and cast it to a string or None.
Definition at line 34 of file media_player.py.
|
private |
Definition at line 53 of file media_player.py.
| None homeassistant.components.vlc_telnet.media_player.async_setup_entry | ( | HomeAssistant | hass, |
| VlcConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the vlc platform.
Definition at line 41 of file media_player.py.
|
private |
Definition at line 68 of file media_player.py.
| int homeassistant.components.vlc_telnet.media_player.MAX_VOLUME = 500 |
Definition at line 31 of file media_player.py.