Add featured component section
This commit is contained in:
parent
ccf4cd88b2
commit
f916f4997d
29 changed files with 44 additions and 38 deletions
|
@ -10,11 +10,14 @@ footer: true
|
|||
ha_category: Other
|
||||
---
|
||||
|
||||
The introduction component is loaded by default on a new Home Assistant instance.
|
||||
The introduction component will show a card in the UI with steps on how to get started. It will also
|
||||
print the same message to the console when starting up.
|
||||
|
||||
The introduction component is loaded by default on a new Home Assistant instance.
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
introduction:
|
||||
introduction:
|
||||
```
|
||||
|
||||
To disable this component, just remove the `introduction:` entry from your `configuration.yaml` file.
|
||||
To disable this component, just remove the `introduction:` entry from your `configuration.yaml` file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue