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

Public Member Functions

None __init__ (self, HomeAssistant hass)
 
None async_send_message (self, str message="", **Any kwargs)
 

Public Attributes

 hass
 

Detailed Description

Implement broadcast notification service.

Definition at line 49 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.google_assistant_sdk.notify.BroadcastNotificationService.__init__ (   self,
HomeAssistant  hass 
)
Initialize the service.

Definition at line 52 of file notify.py.

Member Function Documentation

◆ async_send_message()

None homeassistant.components.google_assistant_sdk.notify.BroadcastNotificationService.async_send_message (   self,
str   message = "",
**Any  kwargs 
)
Send a message.

Definition at line 56 of file notify.py.

Member Data Documentation

◆ hass

homeassistant.components.google_assistant_sdk.notify.BroadcastNotificationService.hass

Definition at line 54 of file notify.py.


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