Namespaces | |
| const | |
| coordinator | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) | |
The Home Assistant alerts integration.
| bool homeassistant.components.homeassistant_alerts.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up alerts.
Definition at line 29 of file __init__.py.
|
private |
Definition at line 24 of file __init__.py.
| homeassistant.components.homeassistant_alerts.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) |
Definition at line 26 of file __init__.py.