mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-01 16:57:34 +00:00

* e.g. to e.g., and proper case for Home Assistant * Instructions how to -> Instructions on how to
1.1 KiB
1.1 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | Mycroft | Instructions on how to setup Mycroft AI within Home Assistant. | 2017-08-26 17:00 | true | false | true | true | mycroft.png | Voice | 0.53 |
Mycroft is an open source voice assistant that allows you to send notifications and more to Mycroft from Home Assistant.
# 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.
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.