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/). -