From b268e915addeec3850e4d94a93b386cfc7c72256 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Wed, 18 Mar 2020 10:32:20 +0100 Subject: [PATCH] Update cast row docs for Lovelace dashboards (#12421) --- source/_lovelace/entities.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_lovelace/entities.markdown b/source/_lovelace/entities.markdown index ddabf75f3c3..d36977174c6 100644 --- a/source/_lovelace/entities.markdown +++ b/source/_lovelace/entities.markdown @@ -153,6 +153,10 @@ type: required: true description: cast type: string +dashboard: + required: false + description: Path to the dashboard of the view that needs to be shown. + type: string view: required: true description: Path to the view that needs to be shown.