home-assistant.io/source/_components/introduction.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

714 B

title, description, logo, ha_qa_scale, ha_release
title description logo ha_qa_scale ha_release
Introduction Details about the introduction within Home Assistant. home-assistant.png internal 0.7

This integration has been removed in Home Assistant 0.92. The UI will now take care of this text.

The introduction integration will show a card in the UI with 'Welcome Home!' and steps on how to get started. It will also print the same message to the console when starting up.

The introduction integration is loaded by default on a new Home Assistant instance.

# Example configuration.yaml entry
introduction:

To disable this component, remove the introduction: entry from your configuration.yaml file.