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

Public Member Functions

None __init__ (self)
 
None send_message (self, str message="", **Any kwargs)
 
dict[str, str] targets (self)
 

Detailed Description

Implement the notification service for iOS.

Definition at line 69 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.ios.notify.iOSNotificationService.__init__ (   self)
Initialize the service.

Definition at line 72 of file notify.py.

Member Function Documentation

◆ send_message()

None homeassistant.components.ios.notify.iOSNotificationService.send_message (   self,
str   message = "",
**Any  kwargs 
)
Send a message to the Lambda APNS gateway.

Definition at line 80 of file notify.py.

◆ targets()

dict[str, str] homeassistant.components.ios.notify.iOSNotificationService.targets (   self)
Return a dictionary of registered targets.

Definition at line 76 of file notify.py.


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