mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Change instances of "view" to "dashboard" where appropriate (#15510)
THere were a couple of places where "view" was mistakenly written instead of "dashboard" causing possible confusion.,
This commit is contained in:
parent
3a129a6f2c
commit
ef09346573
@ -113,12 +113,12 @@ dashboards:
|
|||||||
type: string
|
type: string
|
||||||
show_in_sidebar:
|
show_in_sidebar:
|
||||||
required: false
|
required: false
|
||||||
description: Should this view be shown in the sidebar.
|
description: Should this dashboard be shown in the sidebar.
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
require_admin:
|
require_admin:
|
||||||
required: false
|
required: false
|
||||||
description: Should this view be only accessible for admin users.
|
description: Should this dashboard be only accessible for admin users.
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user