From 5f88cb50ef88df5a71f3ce9d2ac4e9fdfb65e03c Mon Sep 17 00:00:00 2001 From: Tony763 Date: Thu, 7 May 2020 17:39:26 +0200 Subject: [PATCH] Mycroft: update configuration.yaml (#13073) --- source/_integrations/mycroft.markdown | 28 ++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/source/_integrations/mycroft.markdown b/source/_integrations/mycroft.markdown index 833a013367b..02e95a70676 100644 --- a/source/_integrations/mycroft.markdown +++ b/source/_integrations/mycroft.markdown @@ -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" +```