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

Public Member Functions

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

Public Attributes

 page_access_token
 

Detailed Description

Implementation of a notification service for the Facebook service.

Definition at line 42 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.facebook.notify.FacebookNotificationService.__init__ (   self,
  access_token 
)
Initialize the service.

Definition at line 45 of file notify.py.

Member Function Documentation

◆ send_message()

def homeassistant.components.facebook.notify.FacebookNotificationService.send_message (   self,
  message = "",
**  kwargs 
)
Send some message.

Definition at line 49 of file notify.py.

Member Data Documentation

◆ page_access_token

homeassistant.components.facebook.notify.FacebookNotificationService.page_access_token

Definition at line 47 of file notify.py.


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