Ville Skyttä b39bd81c6e Spelling fixes (#4532)
* Spelling fixes

* "It's" -> "its" fixes

* Fix capitalization of "Pi" in "Raspberry Pi"

"Pi", not "PI" or "pi".
2018-01-28 22:28:56 +01:00

1.1 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release
page Mycroft Instructions 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.