Namespaces | |
| config_flow | |
| const | |
| diagnostics | |
| sensor | |
Classes | |
| class | LaunchLibraryData |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.SENSOR] |
The launch_library component.
| bool homeassistant.components.launch_library.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up this integration using UI.
Definition at line 32 of file __init__.py.
| bool homeassistant.components.launch_library.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle removal of an entry.
Definition at line 69 of file __init__.py.
|
private |
Definition at line 20 of file __init__.py.
| list homeassistant.components.launch_library.PLATFORMS = [Platform.SENSOR] |
Definition at line 22 of file __init__.py.