mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Mycroft: update configuration.yaml (#13073)
This commit is contained in:
parent
a0e51da23f
commit
5f88cb50ef
@ -29,4 +29,30 @@ host:
|
||||
description: The IP address of your Mycroft instance.
|
||||
required: true
|
||||
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