Rene Nulsch b62ba17d3a Add absolute url config information (#4465)
* Add absolute url config information

* revert ha_release change, change url description

* 🔨 Reverting "date" field
2018-01-28 09:55:17 +01:00

1.1 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release
page Weblink Instructions how to setup Links within Home Assistant. 2016-02-02 20:00 true false true true home-assistant.png Front end 0.13

The weblink component allows you to display links in the Home Assistant frontend.

To use this component in your installation, add something like the following to your configuration.yaml file:

# Example configuration.yaml entry
weblink:
  entities:
    - name: Router
      url: http://192.168.1.1/
    - name: Home Assistant
      url: https://home-assistant.io
    - name: Grafana
      url: /grafana

{% configuration %} name: 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 to use for your input and prefix the name with mdi:. For example mdi:car, mdi:ambulance, or mdi:motorbike.