mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-11 03:16:51 +00:00
Updating for new mycroft notify (#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
This commit is contained in:
parent
a0985dde6c
commit
34a1dcb40d
31
source/_components/mycroft.markdown
Normal file
31
source/_components/mycroft.markdown
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Mycroft"
|
||||||
|
description: "Instructions how to setup Mycroft AI within Home Assistant."
|
||||||
|
date: 2017-08-37 17:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: mycroft.png
|
||||||
|
ha_category: Voice
|
||||||
|
ha_release: 0.53
|
||||||
|
---
|
||||||
|
|
||||||
|
[Mycroft](https://mycroft.ai) is a open source voice assistant that allows you to send notifications and more to Mycroft from Home Assistant.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
|
mycroft:
|
||||||
|
host: 0.0.0.0
|
||||||
|
```
|
||||||
|
|
||||||
|
`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.
|
||||||
|
|
||||||
|
|
||||||
|
The `mycroft` notification platform allows you to deliver notifications from Home Assistant to [Mycroft AI](https://mycroft.ai/).
|
||||||
|
|
||||||
|
To use this notification platform you simply need to input into the configuration that mycroft is your notification platform like seen above.
|
||||||
|
|
||||||
|
|
||||||
|
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
|
15
source/_components/notify.mycroft.markdown
Normal file
15
source/_components/notify.mycroft.markdown
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Mycroft AI"
|
||||||
|
description: "Instructions how to add Mycroft AI notifications to Home Assistant."
|
||||||
|
date: 2017-08-26 17:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: mycroft.png
|
||||||
|
ha_category: Notifications
|
||||||
|
ha_release: "0.53"
|
||||||
|
---
|
||||||
|
|
||||||
|
Please see the main [Mycroft Component](/components/mycroft)
|
BIN
source/images/supported_brands/mycroft.png
Normal file
BIN
source/images/supported_brands/mycroft.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Loading…
x
Reference in New Issue
Block a user