From 22eaa149155fadb46e90a966fb76131fdd2fd9dd Mon Sep 17 00:00:00 2001 From: Steven Rollason <2099542+gadgetchnnel@users.noreply.github.com> Date: Wed, 23 Jun 2021 19:39:56 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c214209..ed8190e 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,15 @@ This allows overriding the display name of the entity, otherwise the friendly na ### icon (optional) Allows overriding the icon of the entity +### attribute (optional, added in 0.6.0) +Define an attribute to use instead of the state for the entity in the list + +e.g. + entities: + - entity: sensor.my_sensor + name: Sensor Time + attribute: time + ### content_template (optional) This allows the display format for that entity to be customised. The format is {{*propertyname*}}. The available properties are: * **display_name** The entity name (friendly name if not overridden with the name option)