Implementation of a notification service for Lannouncer.
Definition at line 49 of file notify.py.
◆ __init__()
| def homeassistant.components.lannouncer.notify.LannouncerNotificationService.__init__ |
( |
|
self, |
|
|
|
hass, |
|
|
|
host, |
|
|
|
port |
|
) |
| |
Initialize the service.
Definition at line 52 of file notify.py.
◆ send_message()
| def homeassistant.components.lannouncer.notify.LannouncerNotificationService.send_message |
( |
|
self, |
|
|
|
message = "", |
|
|
** |
kwargs |
|
) |
| |
Send a message to Lannouncer.
Definition at line 58 of file notify.py.
◆ _hass
| homeassistant.components.lannouncer.notify.LannouncerNotificationService._hass |
|
private |
◆ _host
| homeassistant.components.lannouncer.notify.LannouncerNotificationService._host |
|
private |
◆ _port
| homeassistant.components.lannouncer.notify.LannouncerNotificationService._port |
|
private |
The documentation for this class was generated from the following file:
- core/homeassistant/components/lannouncer/notify.py