From fd84689e5659bea6e1569a12595d989078d457cc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 2 Feb 2016 23:50:12 +0100 Subject: [PATCH] Add weblink component docs --- source/_components/weblink.markdown | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 source/_components/weblink.markdown diff --git a/source/_components/weblink.markdown b/source/_components/weblink.markdown new file mode 100644 index 00000000000..93cd2135c69 --- /dev/null +++ b/source/_components/weblink.markdown @@ -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 +```