From 2e36bdda23501c53e0ee0208c5f8610cfe880468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Tue, 16 Oct 2018 19:38:24 +0200 Subject: [PATCH] Documentatiobn for home-assistant/home-assistant-polymer#1779 (#6849) --- source/_lovelace/entities.markdown | 41 ++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/source/_lovelace/entities.markdown b/source/_lovelace/entities.markdown index 6bc9a5271e5..ff2d20a986e 100644 --- a/source/_lovelace/entities.markdown +++ b/source/_lovelace/entities.markdown @@ -90,6 +90,33 @@ service_data: type: object {% endconfiguration %} +### {% linkable_title Divider %} + +{% configuration %} +type: + required: true + description: divider + type: string +style: + required: false + description: Style the element using CSS. + type: object + default: "height: 1px, background-color: var(--secondary-text-color)" +{% endconfiguration %} + +### {% linkable_title Section %} + +{% configuration %} +type: + required: true + description: section + type: string +Label: + required: false + description: Section label + type: string +{% endconfiguration %} + ### {% linkable_title Weblink %} {% configuration %} @@ -111,20 +138,6 @@ url: type: string {% endconfiguration %} -### {% linkable_title Divider %} - -{% configuration %} -type: - required: true - description: divider - type: string -style: - required: false - description: Style the element using CSS. - type: object - default: "height: 1px, background-color: var(--secondary-text-color)" -{% endconfiguration %} - ## {% linkable_title Example %} Entity rows: