Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.homeassistant_alerts Namespace Reference

Namespaces

 const
 
 coordinator
 

Functions

bool async_setup (HomeAssistant hass, ConfigType config)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)
 

Detailed Description

The Home Assistant alerts integration.

Function Documentation

◆ async_setup()

bool homeassistant.components.homeassistant_alerts.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up alerts.

Definition at line 29 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.homeassistant_alerts._LOGGER = logging.getLogger(__name__)
private

Definition at line 24 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.homeassistant_alerts.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)

Definition at line 26 of file __init__.py.