Namespaces | |
| api | |
| application_credentials | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| entity | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | delete_devices (HomeAssistant hass, ConfigEntry entry, YouTubeDataUpdateCoordinator coordinator) |
Variables | |
| list | PLATFORMS = [Platform.SENSOR] |
Support for YouTube.
| bool homeassistant.components.youtube.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up YouTube from a config entry.
Definition at line 24 of file __init__.py.
| bool homeassistant.components.youtube.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 54 of file __init__.py.
| None homeassistant.components.youtube.delete_devices | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| YouTubeDataUpdateCoordinator | coordinator | ||
| ) |
Delete all devices created by integration.
Definition at line 62 of file __init__.py.
| list homeassistant.components.youtube.PLATFORMS = [Platform.SENSOR] |
Definition at line 21 of file __init__.py.