Implement the notification service for the Command Line service.
Definition at line 37 of file notify.py.
◆ __init__()
| None homeassistant.components.command_line.notify.CommandLineNotificationService.__init__ |
( |
|
self, |
|
|
str |
command, |
|
|
int |
timeout |
|
) |
| |
Initialize the service.
Definition at line 40 of file notify.py.
◆ send_message()
| None homeassistant.components.command_line.notify.CommandLineNotificationService.send_message |
( |
|
self, |
|
|
str |
message = "", |
|
|
**Any |
kwargs |
|
) |
| |
Send a message to a command line.
Definition at line 45 of file notify.py.
◆ _timeout
| homeassistant.components.command_line.notify.CommandLineNotificationService._timeout |
|
private |
◆ command
| homeassistant.components.command_line.notify.CommandLineNotificationService.command |
The documentation for this class was generated from the following file:
- core/homeassistant/components/command_line/notify.py