From ef0934657339e5069c7cd7cc76fe1616d0aac752 Mon Sep 17 00:00:00 2001 From: finity69x2 <32221243+finity69x2@users.noreply.github.com> Date: Mon, 2 Nov 2020 09:18:22 -0500 Subject: [PATCH] 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., --- source/lovelace/dashboards-and-views.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/lovelace/dashboards-and-views.markdown b/source/lovelace/dashboards-and-views.markdown index 1baafdb87be..77f264b2d9f 100644 --- a/source/lovelace/dashboards-and-views.markdown +++ b/source/lovelace/dashboards-and-views.markdown @@ -113,12 +113,12 @@ dashboards: type: string show_in_sidebar: required: false - description: Should this view be shown in the sidebar. + description: Should this dashboard be shown in the sidebar. type: boolean default: true require_admin: required: false - description: Should this view be only accessible for admin users. + description: Should this dashboard be only accessible for admin users. type: boolean default: false {% endconfiguration %}