Namespaces | |
| config_flow | |
| const | |
| device_trigger | |
| helpers | |
| media_player | |
| trigger | |
| triggers | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
The lg_netcast component.
| bool homeassistant.components.lg_netcast.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Set up a config entry.
Definition at line 17 of file __init__.py.
| bool homeassistant.components.lg_netcast.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 26 of file __init__.py.
| homeassistant.components.lg_netcast.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 14 of file __init__.py.