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

Public Member Functions

def __init__ (self, api_key, device_id, device_ids, device_names)
 
def send_message (self, message="", **kwargs)
 

Private Attributes

 _api_key
 
 _device_id
 
 _device_ids
 
 _device_names
 

Detailed Description

Implement the notification service for Join.

Definition at line 59 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.joaoapps_join.notify.JoinNotificationService.__init__ (   self,
  api_key,
  device_id,
  device_ids,
  device_names 
)
Initialize the service.

Definition at line 62 of file notify.py.

Member Function Documentation

◆ send_message()

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

Definition at line 69 of file notify.py.

Member Data Documentation

◆ _api_key

homeassistant.components.joaoapps_join.notify.JoinNotificationService._api_key
private

Definition at line 64 of file notify.py.

◆ _device_id

homeassistant.components.joaoapps_join.notify.JoinNotificationService._device_id
private

Definition at line 65 of file notify.py.

◆ _device_ids

homeassistant.components.joaoapps_join.notify.JoinNotificationService._device_ids
private

Definition at line 66 of file notify.py.

◆ _device_names

homeassistant.components.joaoapps_join.notify.JoinNotificationService._device_names
private

Definition at line 67 of file notify.py.


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