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

Classes

class  DemoNotify
 

Functions

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

Detailed Description

Demo platform that offers a fake notify entity.

Function Documentation

◆ async_setup_entry()

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

Definition at line 15 of file notify.py.