Implement the notification service for iOS.
Definition at line 69 of file notify.py.
◆ __init__()
| None homeassistant.components.ios.notify.iOSNotificationService.__init__ |
( |
|
self | ) |
|
Initialize the service.
Definition at line 72 of file notify.py.
◆ 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: