From 1b1506cecb120523dab11537bdc291141c6ca9cd Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Wed, 1 Apr 2020 12:48:29 -0500 Subject: [PATCH] LL: New entities card special row - attribute (#12617) --- source/_lovelace/entities.markdown | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/source/_lovelace/entities.markdown b/source/_lovelace/entities.markdown index 59a2282da5f..2c1288707b4 100644 --- a/source/_lovelace/entities.markdown +++ b/source/_lovelace/entities.markdown @@ -294,6 +294,35 @@ entities: type: string {% endconfiguration %} +### Attribute + +{% configuration %} +type: + required: true + description: attribute + type: string +entity: + required: true + description: Home Assistant entity ID. + type: string +attribute: + required: true + description: Attribute to display from the entity. + type: string +prefix: + required: false + description: Text before entity state. + type: string +suffix: + required: false + description: Text after entity state. + type: string +name: + required: false + description: Overwrites friendly name. + type: string +{% endconfiguration %} + ## Example Entity rows: