Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.1 KiB

title, description, logo, ha_category, ha_release, ha_qa_scale
title description logo ha_category ha_release ha_qa_scale
Weblink Instructions on how to setup Links within Home Assistant. home-assistant.png
Front end
0.13 internal

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

Configuration

To use this integration 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://www.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: icon {% 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.