mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Update command_line notify component configuration (#7543)
This commit is contained in:
parent
afac3b3e30
commit
fb13b0ddfc
@ -24,9 +24,16 @@ notify:
|
|||||||
command: "espeak -vmb/mb-us1"
|
command: "espeak -vmb/mb-us1"
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
name:
|
||||||
- **name** (*Optional*): Setting the optional parameter `name` allows multiple notifiers to be created. The default value is `notify`. The notifier will bind to the service `notify.NOTIFIER_NAME`.
|
description: Setting the optional parameter `name` allows multiple notifiers to be created. The notifier will bind to the service `notify.NOTIFIER_NAME`.
|
||||||
- **command** (*Required*): The action to take.
|
required: false
|
||||||
|
default: notify
|
||||||
|
type: string
|
||||||
|
command:
|
||||||
|
description: The action to take.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
|
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user