From 2322cbbbbdc426d148f0e051cdd5bf8b193919af Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Thu, 8 Sep 2022 19:44:34 +0200 Subject: [PATCH] add missing entities to list --- docs/card-entities.md | 4 +++- docs/card-grid.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/card-entities.md b/docs/card-entities.md index f055e843..b96a3978 100644 --- a/docs/card-entities.md +++ b/docs/card-entities.md @@ -44,4 +44,6 @@ List of supported entitiy types for this page: - alarm - sun - person -- iText +- iText (internal entity for showing static text) +- delete (internal entity to keep a entiy empty in the middle of the list) +- navigate (internal entity for navigation, see subpages) \ No newline at end of file diff --git a/docs/card-grid.md b/docs/card-grid.md index 90326e79..5110d5ba 100644 --- a/docs/card-grid.md +++ b/docs/card-grid.md @@ -50,4 +50,6 @@ List of supported entitiy types for this page: - alarm - sun - person -- iText +- iText (internal entity for showing static text) +- delete (internal entity to keep a entiy empty in the middle of the list) +- navigate (internal entity for navigation, see subpages)