Namespaces | |
| config_flow | |
| const | |
| notify | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| list | PLATFORMS = [Platform.NOTIFY] |
The discord integration.
| bool homeassistant.components.discord.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Discord component.
Definition at line 20 of file __init__.py.
| bool homeassistant.components.discord.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Discord from a config entry.
Definition at line 27 of file __init__.py.
| homeassistant.components.discord.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 17 of file __init__.py.
| list homeassistant.components.discord.PLATFORMS = [Platform.NOTIFY] |
Definition at line 15 of file __init__.py.