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

Public Member Functions

None async_send_message (self, str message="", **Any kwargs)
 
- Public Member Functions inherited from homeassistant.components.aws.notify.AWSNotify
def __init__ (self, session, aws_config)
 

Static Public Attributes

string service = "events"
 

Additional Inherited Members

- Public Attributes inherited from homeassistant.components.aws.notify.AWSNotify
 aws_config
 
 session
 

Detailed Description

Implement the notification service for the AWS EventBridge service.

Definition at line 246 of file notify.py.

Member Function Documentation

◆ async_send_message()

None homeassistant.components.aws.notify.AWSEventBridge.async_send_message (   self,
str   message = "",
**Any  kwargs 
)
Send notification to specified EventBus.

Definition at line 251 of file notify.py.

Member Data Documentation

◆ service

string homeassistant.components.aws.notify.AWSEventBridge.service = "events"
static

Definition at line 249 of file notify.py.


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