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

Public Member Functions

def __init__ (self, url, session)
 
def async_send_message (self, message, **kwargs)
 

Private Attributes

 _session
 
 _url
 

Detailed Description

Implement the notification service for Flock.

Definition at line 42 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.flock.notify.FlockNotificationService.__init__ (   self,
  url,
  session 
)
Initialize the Flock notification service.

Definition at line 45 of file notify.py.

Member Function Documentation

◆ async_send_message()

def homeassistant.components.flock.notify.FlockNotificationService.async_send_message (   self,
  message,
**  kwargs 
)
Send the message to the user.

Definition at line 50 of file notify.py.

Member Data Documentation

◆ _session

homeassistant.components.flock.notify.FlockNotificationService._session
private

Definition at line 48 of file notify.py.

◆ _url

homeassistant.components.flock.notify.FlockNotificationService._url
private

Definition at line 47 of file notify.py.


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