Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.github.config_flow Namespace Reference

Classes

class  GitHubConfigFlow
 
class  OptionsFlowHandler
 

Functions

list[str] get_repositories (HomeAssistant hass, str access_token)
 

Detailed Description

Config flow for GitHub integration.

Function Documentation

◆ get_repositories()

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.