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

Namespaces

 const
 
 notify
 

Functions

bool setup (HomeAssistant hass, ConfigType config)
 

Variables

 CONFIG_SCHEMA
 

Detailed Description

The notify_events component.

Function Documentation

◆ setup()

bool homeassistant.components.notify_events.setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the notify_events component.

Definition at line 18 of file __init__.py.

Variable Documentation

◆ CONFIG_SCHEMA

homeassistant.components.notify_events.CONFIG_SCHEMA
Initial value:
1 = vol.Schema(
2  {DOMAIN: vol.Schema({vol.Required(CONF_TOKEN): cv.string})}, extra=vol.ALLOW_EXTRA
3 )

Definition at line 13 of file __init__.py.