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

Public Member Functions

def __init__ (self, url, username, password, room)
 
def send_message (self, message="", **kwargs)
 

Private Attributes

 _room
 
 _server
 

Detailed Description

Implement the notification service for Rocket.Chat.

Definition at line 63 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.rocketchat.notify.RocketChatNotificationService.__init__ (   self,
  url,
  username,
  password,
  room 
)
Initialize the service.

Definition at line 66 of file notify.py.

Member Function Documentation

◆ send_message()

def homeassistant.components.rocketchat.notify.RocketChatNotificationService.send_message (   self,
  message = "",
**  kwargs 
)
Send a message to Rocket.Chat.

Definition at line 72 of file notify.py.

Member Data Documentation

◆ _room

homeassistant.components.rocketchat.notify.RocketChatNotificationService._room
private

Definition at line 69 of file notify.py.

◆ _server

homeassistant.components.rocketchat.notify.RocketChatNotificationService._server
private

Definition at line 70 of file notify.py.


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