From 2159a12c379632a8e70b4fa4ff41c53a5437f69a Mon Sep 17 00:00:00 2001 From: teskanoo <65863752+teskanoo@users.noreply.github.com> Date: Mon, 4 Nov 2024 05:29:57 -0800 Subject: [PATCH] Update todo-list.markdown (Syntax) (#35533) The Syntax for the todo list entity in the example does not represent the correct domain.object_id syntax for an entity_id --- source/_dashboards/todo-list.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_dashboards/todo-list.markdown b/source/_dashboards/todo-list.markdown index 846d6cfd7f2..195e86b9424 100644 --- a/source/_dashboards/todo-list.markdown +++ b/source/_dashboards/todo-list.markdown @@ -69,6 +69,6 @@ Title example: ```yaml type: todo-list -entity: todo-list -title: todo list +entity: todo.todo_list +title: Todo List ```