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

Public Member Functions

def __init__ (self, hass, host, port)
 
def send_message (self, message="", **kwargs)
 

Private Attributes

 _hass
 
 _host
 
 _port
 

Detailed Description

Implementation of a notification service for Lannouncer.

Definition at line 49 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.lannouncer.notify.LannouncerNotificationService.__init__ (   self,
  hass,
  host,
  port 
)
Initialize the service.

Definition at line 52 of file notify.py.

Member Function Documentation

◆ 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.

Member Data Documentation

◆ _hass

homeassistant.components.lannouncer.notify.LannouncerNotificationService._hass
private

Definition at line 54 of file notify.py.

◆ _host

homeassistant.components.lannouncer.notify.LannouncerNotificationService._host
private

Definition at line 55 of file notify.py.

◆ _port

homeassistant.components.lannouncer.notify.LannouncerNotificationService._port
private

Definition at line 56 of file notify.py.


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