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

Classes

class  DemoNotifyEntity
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

string EVENT_NOTIFY = "notify"
 

Detailed Description

Demo notification entity.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.demo.notify.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  config_entry,
AddEntitiesCallback  async_add_entities 
)
Set up the demo entity platform.

Definition at line 18 of file notify.py.

Variable Documentation

◆ EVENT_NOTIFY

string homeassistant.components.demo.notify.EVENT_NOTIFY = "notify"

Definition at line 15 of file notify.py.