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
This commit is contained in:
teskanoo 2024-11-04 05:29:57 -08:00 committed by GitHub
parent e2b8e0f274
commit 2159a12c37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,6 +69,6 @@ Title example:
```yaml
type: todo-list
entity: todo-list
title: todo list
entity: todo.todo_list
title: Todo List
```