Skip to content

Commit

Permalink
add - in front of subview configuration example (home-assistant#24981)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusthvdb authored Nov 18, 2022
1 parent fcc7a5f commit 1a0d7e2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions source/dashboards/views.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ views:
default: false
back_path:
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
{% endconfiguration %}

Expand All @@ -225,13 +225,13 @@ View configuration:
Subview configuration:

```yaml
title: "Energieprijzen"
path: "energieprijzen"
subview: true
back_path: "/ui-data/climate"
cards:
- type: entities
entities:
- sensor.today_avg_price
- title: "Energieprijzen"
path: "energieprijzen"
subview: true
back_path: "/ui-data/climate"
cards:
- type: entities
entities:
- sensor.today_avg_price
```

0 comments on commit 1a0d7e2

Please sign in to comment.