Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.mycroft.notify Namespace Reference

Classes

class  MycroftNotificationService
 

Functions

MycroftNotificationService get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Mycroft AI notification platform.

Function Documentation

◆ get_service()

MycroftNotificationService homeassistant.components.mycroft.notify.get_service ( HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = None 
)
Get the Mycroft notification service.

Definition at line 16 of file notify.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.mycroft.notify._LOGGER = logging.getLogger(__name__)
private

Definition at line 13 of file notify.py.