Classes | |
| class | LgWebOSMediaPlayerEntity |
Functions | |
| def | _T |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| MIN_TIME_BETWEEN_FORCED_SCANS = timedelta(seconds=1) | |
| MIN_TIME_BETWEEN_SCANS = timedelta(seconds=10) | |
| SCAN_INTERVAL = timedelta(seconds=10) | |
| tuple | SUPPORT_WEBOSTV |
| tuple | SUPPORT_WEBOSTV_VOLUME |
Support for interface with an LG webOS Smart TV.
|
private |
Definition at line 82 of file media_player.py.
| None homeassistant.components.webostv.media_player.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the LG webOS Smart TV platform.
Definition at line 74 of file media_player.py.
|
private |
Definition at line 52 of file media_player.py.
| homeassistant.components.webostv.media_player.MIN_TIME_BETWEEN_FORCED_SCANS = timedelta(seconds=1) |
Definition at line 70 of file media_player.py.
| homeassistant.components.webostv.media_player.MIN_TIME_BETWEEN_SCANS = timedelta(seconds=10) |
Definition at line 69 of file media_player.py.
| homeassistant.components.webostv.media_player.SCAN_INTERVAL = timedelta(seconds=10) |
Definition at line 71 of file media_player.py.
| tuple homeassistant.components.webostv.media_player.SUPPORT_WEBOSTV |
Definition at line 54 of file media_player.py.
| tuple homeassistant.components.webostv.media_player.SUPPORT_WEBOSTV_VOLUME |
Definition at line 65 of file media_player.py.