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

Namespaces

 const
 
 legacy
 
 repairs
 

Classes

class  NotifyEntity
 
class  NotifyEntityDescription
 
class  NotifyEntityFeature
 

Functions

bool async_setup (HomeAssistant hass, ConfigType config)
 
bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

 _LOGGER
 
 ATTR_TITLE_DEFAULT
 
 ENTITY_ID_FORMAT
 
 extra
 
 MIN_TIME_BETWEEN_SCANS
 
 PLATFORM_SCHEMA
 
 seconds
 

Detailed Description

Provides functionality to notify people.

Function Documentation

◆ async_setup()

bool homeassistant.components.notify.async_setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the notify services.

Definition at line 70 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.notify.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up a config entry.

Definition at line 119 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.notify.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 124 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.notify._LOGGER
private

Definition at line 56 of file __init__.py.

◆ ATTR_TITLE_DEFAULT

homeassistant.components.notify.ATTR_TITLE_DEFAULT

Definition at line 49 of file __init__.py.

◆ ENTITY_ID_FORMAT

homeassistant.components.notify.ENTITY_ID_FORMAT

Definition at line 52 of file __init__.py.

◆ extra

homeassistant.components.notify.extra

Definition at line 60 of file __init__.py.

◆ MIN_TIME_BETWEEN_SCANS

homeassistant.components.notify.MIN_TIME_BETWEEN_SCANS

Definition at line 54 of file __init__.py.

◆ PLATFORM_SCHEMA

homeassistant.components.notify.PLATFORM_SCHEMA

Definition at line 58 of file __init__.py.

◆ seconds

homeassistant.components.notify.seconds

Definition at line 54 of file __init__.py.