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

Public Member Functions

None __init__ (self, dict[str, Any] config)
 
None send_message (self, str message, **Any kwargs)
 

Detailed Description

Implementation of the notification service for Simplepush.

Definition at line 36 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.simplepush.notify.SimplePushNotificationService.__init__ (   self,
dict[str, Any]  config 
)
Initialize the Simplepush notification service.

Definition at line 39 of file notify.py.

Member Function Documentation

◆ send_message()

None homeassistant.components.simplepush.notify.SimplePushNotificationService.send_message (   self,
str  message,
**Any  kwargs 
)
Send a message to a Simplepush user.

Definition at line 46 of file notify.py.


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