Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gadgetchnnel committed Jun 23, 2021
1 parent d23a268 commit 22eaa14
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 22eaa14

Please sign in to comment.