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

Public Member Functions

def __init__ (self, mycroft_ip)
 
def send_message (self, message="", **kwargs)
 

Public Attributes

 mycroft_ip
 

Detailed Description

The Mycroft Notification Service.

Definition at line 25 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.mycroft.notify.MycroftNotificationService.__init__ (   self,
  mycroft_ip 
)
Initialize the service.

Definition at line 28 of file notify.py.

Member Function Documentation

◆ send_message()

def homeassistant.components.mycroft.notify.MycroftNotificationService.send_message (   self,
  message = "",
**  kwargs 
)
Send a message mycroft to speak on instance.

Definition at line 32 of file notify.py.

Member Data Documentation

◆ mycroft_ip

homeassistant.components.mycroft.notify.MycroftNotificationService.mycroft_ip

Definition at line 30 of file notify.py.


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