mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Documentatiobn for home-assistant/home-assistant-polymer#1779 (#6849)
This commit is contained in:
parent
68f51fb366
commit
2e36bdda23
@ -90,6 +90,33 @@ service_data:
|
|||||||
type: object
|
type: object
|
||||||
{% endconfiguration %}
|
{% 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 %}
|
### {% linkable_title Weblink %}
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -111,20 +138,6 @@ url:
|
|||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% 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 %}
|
## {% linkable_title Example %}
|
||||||
|
|
||||||
Entity rows:
|
Entity rows:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user