Add absolute url config information (#4465)

* Add absolute url config information

* revert ha_release change, change url description

* 🔨 Reverting "date" field
This commit is contained in:
Rene Nulsch 2018-01-28 09:55:17 +01:00 committed by Franck Nijhof
parent 399b9e6760
commit b62ba17d3a

View File

@ -24,11 +24,23 @@ weblink:
url: http://192.168.1.1/ url: http://192.168.1.1/
- name: Home Assistant - name: Home Assistant
url: https://home-assistant.io url: https://home-assistant.io
- name: Grafana
url: /grafana
``` ```
Configuration variables:
- **name** (*Required*): Text for the link. {% configuration %}
- **url** (*Required*): The URL for the link. name:
- **icon** (*Optional*): Icon for entry. description: Text for the link.
required: true
type: string
url:
description: The URL (absolute URL or absolute path) for the link.
required: true
type: string
icon:
description: Icon for entry.
required: false
type: string
{% endconfiguration %}
Pick an icon that you can find on [materialdesignicons.com](https://materialdesignicons.com/) to use for your input and prefix the name with `mdi:`. For example `mdi:car`, `mdi:ambulance`, or `mdi:motorbike`. Pick an icon that you can find on [materialdesignicons.com](https://materialdesignicons.com/) to use for your input and prefix the name with `mdi:`. For example `mdi:car`, `mdi:ambulance`, or `mdi:motorbike`.