Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| sensor | |
Functions | |
| None | async_cleanup_device_registry (HomeAssistant hass, ConfigEntry entry) |
| None | async_reload_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, GithubConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, GithubConfigEntry entry) |
Variables | |
| GithubConfigEntry | |
The GitHub integration.
| None homeassistant.components.github.async_cleanup_device_registry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Remove entries form device registry if we no longer track the repository.
Definition at line 58 of file __init__.py.
| None homeassistant.components.github.async_reload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle an options update.
Definition at line 95 of file __init__.py.
| bool homeassistant.components.github.async_setup_entry | ( | HomeAssistant | hass, |
| GithubConfigEntry | entry | ||
| ) |
Set up GitHub from a config entry.
Definition at line 25 of file __init__.py.
| bool homeassistant.components.github.async_unload_entry | ( | HomeAssistant | hass, |
| GithubConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 86 of file __init__.py.
| homeassistant.components.github.GithubConfigEntry |
Definition at line 22 of file __init__.py.