mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-29 06:16:49 +00:00

* 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
714 B
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.