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

Variables

string CLIENT_ID = "1440cafcc86e3ea5d6a2"
 
string CONF_REPOSITORIES = "repositories"
 
list DEFAULT_REPOSITORIES = ["home-assistant/core", "esphome/esphome"]
 
string DOMAIN = "github"
 
 FALLBACK_UPDATE_INTERVAL = timedelta(hours=1, minutes=30)
 
 Logger
 
tuple REFRESH_EVENT_TYPES
 

Detailed Description

Constants for the GitHub integration.

Variable Documentation

◆ CLIENT_ID

string homeassistant.components.github.const.CLIENT_ID = "1440cafcc86e3ea5d6a2"

Definition at line 12 of file const.py.

◆ CONF_REPOSITORIES

string homeassistant.components.github.const.CONF_REPOSITORIES = "repositories"

Definition at line 17 of file const.py.

◆ DEFAULT_REPOSITORIES

list homeassistant.components.github.const.DEFAULT_REPOSITORIES = ["home-assistant/core", "esphome/esphome"]

Definition at line 14 of file const.py.

◆ DOMAIN

string homeassistant.components.github.const.DOMAIN = "github"

Definition at line 10 of file const.py.

◆ FALLBACK_UPDATE_INTERVAL

homeassistant.components.github.const.FALLBACK_UPDATE_INTERVAL = timedelta(hours=1, minutes=30)

Definition at line 15 of file const.py.

◆ Logger

homeassistant.components.github.const.Logger

Definition at line 8 of file const.py.

◆ REFRESH_EVENT_TYPES

tuple homeassistant.components.github.const.REFRESH_EVENT_TYPES
Initial value:
1 = (
2  "CreateEvent",
3  "ForkEvent",
4  "IssuesEvent",
5  "PullRequestEvent",
6  "PushEvent",
7  "ReleaseEvent",
8  "WatchEvent",
9 )

Definition at line 20 of file const.py.