mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +00:00
Mycroft: update configuration.yaml (#13073)
This commit is contained in:
parent
a0e51da23f
commit
5f88cb50ef
@ -30,3 +30,29 @@ host:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
## Using notifications
|
||||||
|
|
||||||
|
To use Mycroft for sending notifications, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
|
notify:
|
||||||
|
- platform: mycroft
|
||||||
|
name: mycroft
|
||||||
|
```
|
||||||
|
|
||||||
|
{% configuration %}
|
||||||
|
name:
|
||||||
|
description: Frendly name of your Mycroft instance.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
## Examples
|
||||||
|
|
||||||
|
Send a mesage to Mycroft by calling `notify.mycroft` service:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
message: "hey"
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user