Weblink


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/
      icon: mdi:router-wireless
    - name: Home Assistant
      url: https://home-assistant.io
    - name: Grafana
      url: /grafana

Configuration Variables

name

(string)(Required)Text for the link.

url

(string)(Required)The URL (absolute URL or absolute path) for the link.

icon

(string)(Optional)Icon for entry.

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.