---
title: "Introduction"
description: "Details about the introduction within Home Assistant."
logo: home-assistant.png
ha_qa_scale: internal
ha_release: 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.
```yaml
# Example configuration.yaml entry
introduction:
```
To disable this component, remove the `introduction:` entry from your `configuration.yaml` file.