mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Remove title dashboard config (#32932)
* Remove title from dashboard config * Remove title from dashboard config in examples
This commit is contained in:
parent
a41757f6c8
commit
7defa6bc8b
@ -170,7 +170,6 @@ automation:
|
||||
|
||||
```yaml
|
||||
panel: true
|
||||
title: Home
|
||||
views:
|
||||
- badges: []
|
||||
cards:
|
||||
|
@ -82,7 +82,6 @@ To enable displaying the relative time in your `default_view` add the following
|
||||
|
||||
```yaml
|
||||
# Example default_view entry
|
||||
title: Home Assistant
|
||||
views:
|
||||
cards:
|
||||
- entities:
|
||||
|
@ -228,7 +228,6 @@ dashboards:
|
||||
As a super minimal example of a dashboard config, here's the bare minimum you will need for it to work:
|
||||
|
||||
```yaml
|
||||
title: My Awesome Home
|
||||
views:
|
||||
# View tab title.
|
||||
- title: Example
|
||||
@ -243,7 +242,6 @@ views:
|
||||
A slightly more advanced example:
|
||||
|
||||
```yaml
|
||||
title: My Awesome Home
|
||||
views:
|
||||
# View tab title.
|
||||
- title: Example
|
||||
|
Loading…
x
Reference in New Issue
Block a user