Skip to content

Commit ef09346

Browse files
authored
Change instances of "view" to "dashboard" where appropriate (home-assistant#15510)
THere were a couple of places where "view" was mistakenly written instead of "dashboard" causing possible confusion.,
1 parent 3a129a6 commit ef09346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/lovelace/dashboards-and-views.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ dashboards:
113113
type: string
114114
show_in_sidebar:
115115
required: false
116-
description: Should this view be shown in the sidebar.
116+
description: Should this dashboard be shown in the sidebar.
117117
type: boolean
118118
default: true
119119
require_admin:
120120
required: false
121-
description: Should this view be only accessible for admin users.
121+
description: Should this dashboard be only accessible for admin users.
122122
type: boolean
123123
default: false
124124
{% endconfiguration %}

0 commit comments

Comments
 (0)