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

Public Member Functions

def __init__ (self, resource, verify_ssl)
 
def send_message (self, message="", **kwargs)
 

Private Attributes

 _resource
 
 _verify_ssl
 

Detailed Description

Implementation of a notification service for Synology Chat.

Definition at line 46 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.synology_chat.notify.SynologyChatNotificationService.__init__ (   self,
  resource,
  verify_ssl 
)
Initialize the service.

Definition at line 49 of file notify.py.

Member Function Documentation

◆ send_message()

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

Definition at line 54 of file notify.py.

Member Data Documentation

◆ _resource

homeassistant.components.synology_chat.notify.SynologyChatNotificationService._resource
private

Definition at line 51 of file notify.py.

◆ _verify_ssl

homeassistant.components.synology_chat.notify.SynologyChatNotificationService._verify_ssl
private

Definition at line 52 of file notify.py.


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