Classes | |
| class | SamsungTVDevice |
Functions | |
| None | async_setup_entry (HomeAssistant hass, SamsungTVConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| int | APP_LIST_DELAY = 3 |
| dictionary | SOURCES = {"TV": "KEY_TV", "HDMI": "KEY_HDMI"} |
| tuple | SUPPORT_SAMSUNGTV |
Support for interface with an Samsung TV.
| None homeassistant.components.samsungtv.media_player.async_setup_entry | ( | HomeAssistant | hass, |
| SamsungTVConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the Samsung TV from a config entry.
Definition at line 64 of file media_player.py.
| int homeassistant.components.samsungtv.media_player.APP_LIST_DELAY = 3 |
Definition at line 61 of file media_player.py.
| dictionary homeassistant.components.samsungtv.media_player.SOURCES = {"TV": "KEY_TV", "HDMI": "KEY_HDMI"} |
Definition at line 43 of file media_player.py.
| tuple homeassistant.components.samsungtv.media_player.SUPPORT_SAMSUNGTV |
Definition at line 45 of file media_player.py.