Implement the notification service for Kodi.
Definition at line 82 of file notify.py.
◆ __init__()
| def homeassistant.components.kodi.notify.KodiNotificationService.__init__ |
( |
|
self, |
|
|
|
hass, |
|
|
|
url, |
|
|
|
auth = None |
|
) |
| |
Initialize the service.
Definition at line 85 of file notify.py.
◆ async_send_message()
| def homeassistant.components.kodi.notify.KodiNotificationService.async_send_message |
( |
|
self, |
|
|
|
message = "", |
|
|
** |
kwargs |
|
) |
| |
Send a message to Kodi.
Definition at line 96 of file notify.py.
◆ _server
| homeassistant.components.kodi.notify.KodiNotificationService._server |
|
private |
◆ _url
| homeassistant.components.kodi.notify.KodiNotificationService._url |
|
private |
The documentation for this class was generated from the following file: