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: