mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +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
|
```yaml
|
||||||
panel: true
|
panel: true
|
||||||
title: Home
|
|
||||||
views:
|
views:
|
||||||
- badges: []
|
- badges: []
|
||||||
cards:
|
cards:
|
||||||
|
@ -82,7 +82,6 @@ To enable displaying the relative time in your `default_view` add the following
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example default_view entry
|
# Example default_view entry
|
||||||
title: Home Assistant
|
|
||||||
views:
|
views:
|
||||||
cards:
|
cards:
|
||||||
- entities:
|
- 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:
|
As a super minimal example of a dashboard config, here's the bare minimum you will need for it to work:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
title: My Awesome Home
|
|
||||||
views:
|
views:
|
||||||
# View tab title.
|
# View tab title.
|
||||||
- title: Example
|
- title: Example
|
||||||
@ -243,7 +242,6 @@ views:
|
|||||||
A slightly more advanced example:
|
A slightly more advanced example:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
title: My Awesome Home
|
|
||||||
views:
|
views:
|
||||||
# View tab title.
|
# View tab title.
|
||||||
- title: Example
|
- title: Example
|
||||||
|
Loading…
x
Reference in New Issue
Block a user