Skip to content

Commit 34a1dcb

Browse files
btotharyeballoob
authored andcommitted
Updating for new mycroft notify (home-assistant#3253)
* Updating for new mycroft notify added mycroft notify documentation * Adding mycroft logo Adding mycroft logo * Add files via upload adding mycroft logo * Update notify.mycroft.markdown * Create mycroft.markdown * Update mycroft.markdown * Update notify.mycroft.markdown * Update notify.mycroft.markdown * Update mycroft.markdown * Update mycroft.markdown
1 parent a0985dd commit 34a1dcb

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed

source/_components/mycroft.markdown

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: page
3+
title: "Mycroft"
4+
description: "Instructions how to setup Mycroft AI within Home Assistant."
5+
date: 2017-08-37 17:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: mycroft.png
11+
ha_category: Voice
12+
ha_release: 0.53
13+
---
14+
15+
[Mycroft](https://mycroft.ai) is a open source voice assistant that allows you to send notifications and more to Mycroft from Home Assistant.
16+
17+
```yaml
18+
# Example configuration.yaml entry
19+
mycroft:
20+
host: 0.0.0.0
21+
```
22+
23+
`host` is your IP address of your mycroft instance. Once you have added your host to your `configuration.yaml` file, restart your Home Assistant server. This will load up the Mycroft component and make a service available to notify on Mycroft and more eventually.
24+
25+
26+
The `mycroft` notification platform allows you to deliver notifications from Home Assistant to [Mycroft AI](https://mycroft.ai/).
27+
28+
To use this notification platform you simply need to input into the configuration that mycroft is your notification platform like seen above.
29+
30+
31+
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: page
3+
title: "Mycroft AI"
4+
description: "Instructions how to add Mycroft AI notifications to Home Assistant."
5+
date: 2017-08-26 17:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: mycroft.png
11+
ha_category: Notifications
12+
ha_release: "0.53"
13+
---
14+
15+
Please see the main [Mycroft Component](/components/mycroft)
21.7 KB
Loading

0 commit comments

Comments
 (0)