mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
add - in front of subview configuration example (#24981)
This commit is contained in:
parent
fcc7a5f353
commit
1a0d7e250b
@ -203,7 +203,7 @@ views:
|
|||||||
default: false
|
default: false
|
||||||
back_path:
|
back_path:
|
||||||
required: false
|
required: false
|
||||||
description: Only for subview. Path to navigate when clicking on back button.
|
description: Only for "Subview". Path to navigate when clicking on back button.
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
@ -225,13 +225,13 @@ View configuration:
|
|||||||
Subview configuration:
|
Subview configuration:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
title: "Energieprijzen"
|
- title: "Energieprijzen"
|
||||||
path: "energieprijzen"
|
path: "energieprijzen"
|
||||||
subview: true
|
subview: true
|
||||||
back_path: "/ui-data/climate"
|
back_path: "/ui-data/climate"
|
||||||
|
|
||||||
cards:
|
cards:
|
||||||
- type: entities
|
- type: entities
|
||||||
entities:
|
entities:
|
||||||
- sensor.today_avg_price
|
- sensor.today_avg_price
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user