mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
Add weblink component docs
This commit is contained in:
parent
eb7e6b86de
commit
fd84689e56
26
source/_components/weblink.markdown
Normal file
26
source/_components/weblink.markdown
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
layout: component
|
||||||
|
title: "Weblink"
|
||||||
|
description: "Instructions how to setup Links within Home Assistant."
|
||||||
|
date: 2016-02-02 20:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo:
|
||||||
|
ha_category: Other
|
||||||
|
---
|
||||||
|
|
||||||
|
The `weblinks` component allows you to display links in the Home Assistant frontend.
|
||||||
|
|
||||||
|
To use this component in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
|
weblink:
|
||||||
|
entities:
|
||||||
|
- name: Router
|
||||||
|
url: http://192.168.1.1/
|
||||||
|
- name: Home Assistant
|
||||||
|
url: https://home-assistant.io
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user