From 3f8cce9837b01fcfc16eea42231b43a1d427adba Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Fri, 15 Mar 2019 17:03:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9C=20Merges/Redirect=20Mycroft=20comp?= =?UTF-8?q?onent=20pages=20(#8947)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_components/mycroft.markdown | 14 ++++++++++---- source/_components/notify.mycroft.markdown | 20 -------------------- 2 files changed, 10 insertions(+), 24 deletions(-) delete mode 100644 source/_components/notify.mycroft.markdown diff --git a/source/_components/mycroft.markdown b/source/_components/mycroft.markdown index 827ecccaf18..67d4bdca4aa 100644 --- a/source/_components/mycroft.markdown +++ b/source/_components/mycroft.markdown @@ -8,12 +8,20 @@ comments: false sharing: true footer: true logo: mycroft.png -ha_category: Voice +ha_category: + - Voice + - Notifications ha_release: 0.53 +redirect_from: + - /components/notify.mycroft/ --- [Mycroft](https://mycroft.ai) is an open source voice assistant that allows you to send notifications and more to Mycroft from Home Assistant. +There is currently support for the following device types within Home Assistant: + +- **Notifications** - Allows to deliver notifications from Home Assistant to [Mycroft AI](https://mycroft.ai/). + ## {% linkable_title Configuration %} To use Mycroft in your installation, add the following to your `configuration.yaml` file: @@ -29,6 +37,4 @@ host: description: The IP address of your Mycroft instance. required: true type: string -{% endconfiguration %} - - +{% endconfiguration %} \ No newline at end of file diff --git a/source/_components/notify.mycroft.markdown b/source/_components/notify.mycroft.markdown deleted file mode 100644 index b427ee358e9..00000000000 --- a/source/_components/notify.mycroft.markdown +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: page -title: "Mycroft AI" -description: "Instructions on how to add Mycroft AI notifications to Home Assistant." -date: 2017-08-26 17:00 UTC -sidebar: true -comments: false -sharing: true -footer: true -logo: mycroft.png -ha_category: Notifications -ha_release: 0.53 ---- - -The `mycroft` notification platform allows you to deliver notifications from Home Assistant to [Mycroft AI](https://mycroft.ai/). - -Please check the [`mycroft` component](/components/mycroft/) for details. - -To use notifications, please see the [getting started with automation page](/getting-started/automation/). -