From 5eb90545817007746875a25bdbe5ee1478397edc Mon Sep 17 00:00:00 2001 From: Johannes <29555657+joBr99@users.noreply.github.com> Date: Sun, 29 Jan 2023 17:10:07 +0100 Subject: [PATCH] Update entities.md --- docs/entities.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/entities.md b/docs/entities.md index be4a8eb4..d80d0c6a 100644 --- a/docs/entities.md +++ b/docs/entities.md @@ -9,7 +9,8 @@ It is possible to overwrite and configure varrious things on Entities. key | optional | type | default | description -- | -- | -- | -- | -- `entity` | False | string | `None` | name of ha entity -`name` | True | string | `None` | Used to override names +`name` | True | string | `None` | Used to override names (supports home assistant templates) +`value` | True | string | `None` | Used to override the value (supports home assistant templates) `icon` | True | string | `None` | Used to override icons `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 @@ -18,6 +19,7 @@ key | optional | type | default | description `assumed_state` | True | string | `None` | Only for cover items, up, down and stop buttons are always shown `action_name` | True | string | `None` | Only valid for script; Button label + ## Override Icons or Names To overwrite Icons or Names of entities you can configure an icon and/or name in your configuration, please see the following example.