Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| media_player | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry config_entry) |
| ConfigType | validate_apps (ConfigType config) |
Variables | |
| CONFIG_SCHEMA | |
| list | PLATFORMS = [Platform.MEDIA_PLAYER] |
The vizio component.
| bool homeassistant.components.vizio.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Component setup, run import config flow for each entry in config.
Definition at line 43 of file __init__.py.
| bool homeassistant.components.vizio.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Load the saved entities.
Definition at line 56 of file __init__.py.
| bool homeassistant.components.vizio.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Unload a config entry.
Definition at line 74 of file __init__.py.
| ConfigType homeassistant.components.vizio.validate_apps | ( | ConfigType | config | ) |
Validate CONF_APPS is only used when CONF_DEVICE_CLASS is MediaPlayerDeviceClass.TV.
Definition at line 21 of file __init__.py.
| homeassistant.components.vizio.CONFIG_SCHEMA |
Definition at line 35 of file __init__.py.
| list homeassistant.components.vizio.PLATFORMS = [Platform.MEDIA_PLAYER] |
Definition at line 40 of file __init__.py.