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

Public Member Functions

None __init__ (self, SystemBridgeDataUpdateCoordinator coordinator)
 
None async_send_message (self, str message="", **Any kwargs)
 

Detailed Description

Implement the notification service for System Bridge.

Definition at line 47 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.system_bridge.notify.SystemBridgeNotificationService.__init__ (   self,
SystemBridgeDataUpdateCoordinator  coordinator 
)
Initialize the service.

Definition at line 50 of file notify.py.

Member Function Documentation

◆ async_send_message()

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

Definition at line 57 of file notify.py.


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