From 6d78fea603e2ce5fbebcc5d6f15586bd6c7a049e Mon Sep 17 00:00:00 2001 From: VDRainer <26381449+VDRainer@users.noreply.github.com> Date: Thu, 27 Dec 2018 15:06:15 +0100 Subject: [PATCH] Update views.markdown (#7907) Update example for navigation_path --- source/lovelace/views.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/lovelace/views.markdown b/source/lovelace/views.markdown index 502f85ac909..cbc2ebb8d20 100644 --- a/source/lovelace/views.markdown +++ b/source/lovelace/views.markdown @@ -77,7 +77,9 @@ Picture card config: ```yaml - type: picture image: /local/living_room.png - navigation_path: /lovelace/living_room + tap_action: + action: navigate + navigation_path: /lovelace/living_room ``` ## {% linkable_title Icons %}