Classes | |
| class | VizioDevice |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| int | PARALLEL_UPDATES = 0 |
| SCAN_INTERVAL = timedelta(seconds=30) | |
Vizio SmartCast Device support.
| None homeassistant.components.vizio.media_player.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up a Vizio media player entry.
Definition at line 63 of file media_player.py.
|
private |
Definition at line 57 of file media_player.py.
| int homeassistant.components.vizio.media_player.PARALLEL_UPDATES = 0 |
Definition at line 60 of file media_player.py.
| homeassistant.components.vizio.media_player.SCAN_INTERVAL = timedelta(seconds=30) |
Definition at line 59 of file media_player.py.