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

Public Member Functions

def __init__ (self, secret, recipient, device=None)
 
def send_message (self, message="", **kwargs)
 

Private Attributes

 _device
 
 _recipient
 
 _secret
 

Detailed Description

Implement the notification service for LlamaLab Automate.

Definition at line 50 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.llamalab_automate.notify.AutomateNotificationService.__init__ (   self,
  secret,
  recipient,
  device = None 
)
Initialize the service.

Definition at line 53 of file notify.py.

Member Function Documentation

◆ send_message()

def homeassistant.components.llamalab_automate.notify.AutomateNotificationService.send_message (   self,
  message = "",
**  kwargs 
)
Send a message to a user.

Definition at line 59 of file notify.py.

Member Data Documentation

◆ _device

homeassistant.components.llamalab_automate.notify.AutomateNotificationService._device
private

Definition at line 57 of file notify.py.

◆ _recipient

homeassistant.components.llamalab_automate.notify.AutomateNotificationService._recipient
private

Definition at line 56 of file notify.py.

◆ _secret

homeassistant.components.llamalab_automate.notify.AutomateNotificationService._secret
private

Definition at line 55 of file notify.py.


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