Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.group.notify.GroupNotifyPlatform Class Reference
Inheritance diagram for homeassistant.components.group.notify.GroupNotifyPlatform:
[legend]
Collaboration diagram for homeassistant.components.group.notify.GroupNotifyPlatform:
[legend]

Public Member Functions

None __init__ (self, HomeAssistant hass, list[dict[str, Any]] entities)
 
None async_send_message (self, str message="", **Any kwargs)
 

Public Attributes

 entities
 
 hass
 

Detailed Description

Implement the notification service for the group notify platform.

Definition at line 97 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.group.notify.GroupNotifyPlatform.__init__ (   self,
HomeAssistant  hass,
list[dict[str, Any]]  entities 
)
Initialize the service.

Definition at line 100 of file notify.py.

Member Function Documentation

◆ async_send_message()

None homeassistant.components.group.notify.GroupNotifyPlatform.async_send_message (   self,
str   message = "",
**Any  kwargs 
)
Send message to all entities in the group.

Definition at line 105 of file notify.py.

Member Data Documentation

◆ entities

homeassistant.components.group.notify.GroupNotifyPlatform.entities

Definition at line 103 of file notify.py.

◆ hass

homeassistant.components.group.notify.GroupNotifyPlatform.hass

Definition at line 102 of file notify.py.


The documentation for this class was generated from the following file: