weblink parameters name and icon optional (#7199)

* weblink parameters `name` and `icon` optional

This will coincide with https://github.com/home-assistant/home-assistant-polymer/pull/1898

* 🚑 Fixes build error
This commit is contained in:
Ian Richardson 2018-10-29 06:47:23 -05:00 committed by Franck Nijhof
parent cb8726bd42
commit 1e0886f518

View File

@ -124,18 +124,20 @@ type:
required: true
description: weblink
type: string
name:
required: true
description: Link label.
type: string
icon:
required: true
description: "Icon to display (e.g., `mdi:home`)"
type: string
url:
required: true
description: "Website URL (or internal URL e.g. `/hassio/dashboard` or `/panel_custom_name`)"
type: string
name:
required: false
description: Link label
type: string
default: url path
icon:
required: false
description: "Icon to display (e.g., `mdi:home`)"
type: string
default: "`mdi:link`"
{% endconfiguration %}
## {% linkable_title Example %}