|
| def | __init__ (self, api_key, device_id, device_ids, device_names) |
| |
| def | send_message (self, message="", **kwargs) |
| |
Implement the notification service for Join.
Definition at line 59 of file notify.py.
◆ __init__()
| def homeassistant.components.joaoapps_join.notify.JoinNotificationService.__init__ |
( |
|
self, |
|
|
|
api_key, |
|
|
|
device_id, |
|
|
|
device_ids, |
|
|
|
device_names |
|
) |
| |
Initialize the service.
Definition at line 62 of file notify.py.
◆ send_message()
| def homeassistant.components.joaoapps_join.notify.JoinNotificationService.send_message |
( |
|
self, |
|
|
|
message = "", |
|
|
** |
kwargs |
|
) |
| |
Send a message to a user.
Definition at line 69 of file notify.py.
◆ _api_key
| homeassistant.components.joaoapps_join.notify.JoinNotificationService._api_key |
|
private |
◆ _device_id
| homeassistant.components.joaoapps_join.notify.JoinNotificationService._device_id |
|
private |
◆ _device_ids
| homeassistant.components.joaoapps_join.notify.JoinNotificationService._device_ids |
|
private |
◆ _device_names
| homeassistant.components.joaoapps_join.notify.JoinNotificationService._device_names |
|
private |
The documentation for this class was generated from the following file:
- core/homeassistant/components/joaoapps_join/notify.py