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

Classes

class  CommandLineNotificationService
 

Functions

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

Variables

 _LOGGER = logging.getLogger(__name__)
 

Detailed Description

Support for command line notification services.

Function Documentation

◆ get_service()

CommandLineNotificationService | None homeassistant.components.command_line.notify.get_service ( HomeAssistant  hass,
ConfigType  config,
DiscoveryInfoType | None   discovery_info = None 
)
Get the Command Line notification service.

Definition at line 20 of file notify.py.

Variable Documentation

◆ _LOGGER

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

Definition at line 17 of file notify.py.