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 |
Constants for the GitHub integration.
| string homeassistant.components.github.const.CLIENT_ID = "1440cafcc86e3ea5d6a2" |
| string homeassistant.components.github.const.CONF_REPOSITORIES = "repositories" |
| list homeassistant.components.github.const.DEFAULT_REPOSITORIES = ["home-assistant/core", "esphome/esphome"] |
| string homeassistant.components.github.const.DOMAIN = "github" |
| homeassistant.components.github.const.FALLBACK_UPDATE_INTERVAL = timedelta(hours=1, minutes=30) |