🚜 Merges/Redirect Mycroft component pages (#8947)

This commit is contained in:
Klaas Schoute 2019-03-15 17:03:19 +01:00 committed by Franck Nijhof
parent 9382c7f4da
commit 3f8cce9837
2 changed files with 10 additions and 24 deletions

View File

@ -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 %}

View File

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