Classes | |
| class | GitHubConfigFlow |
| class | OptionsFlowHandler |
Functions | |
| list[str] | get_repositories (HomeAssistant hass, str access_token) |
Config flow for GitHub integration.
| list[str] homeassistant.components.github.config_flow.get_repositories | ( | HomeAssistant | hass, |
| str | access_token | ||
| ) |
Return a list of repositories that the user owns or has starred.
Definition at line 35 of file config_flow.py.