From 38e56cc2139539dcb3572f6dc3ecd2e2768d7162 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Sat, 10 Sep 2022 10:58:50 +0200 Subject: [PATCH] Update entities.md --- docs/entities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/entities.md b/docs/entities.md index 2fe57b93..ec7ba1e1 100644 --- a/docs/entities.md +++ b/docs/entities.md @@ -14,7 +14,7 @@ key | optional | type | default | description `color` | True | array | `None` | Overwrite color of entity `color: [255, 0, 0]` `state` | True | string | `None` | Only displayed if Entity state is equal to this value `state_not` | True | string | `None` | Only displayed if Entity state is unequal to this value -`status` | True | string | `None` | Only valid for navigate items, adds a entity to track state for the icon +`status` | True | string | `None` | Only valid for navigate and service items, adds a entity to track state for the icon `assumed_state` | True | string | `None` | Only for cover items, up, down and stop buttons are always shown ## Override Icons or Names