From 1c5714ff60ebfa1560f25df7023e83d3e9c3b722 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 16 Oct 2018 08:50:39 +0200 Subject: [PATCH] Update title (#6829) --- source/_components/notify.tibber.markdown | 10 ++++------ source/_components/sensor.tibber.markdown | 5 ++--- source/_components/tibber.markdown | 10 ++++++++-- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/source/_components/notify.tibber.markdown b/source/_components/notify.tibber.markdown index 48c9472d5a9..2b903e835f2 100644 --- a/source/_components/notify.tibber.markdown +++ b/source/_components/notify.tibber.markdown @@ -1,6 +1,6 @@ --- layout: page -title: "Tibber" +title: "Tibber Notification" description: "Instructions on how to integrate Tibber within Home Assistant." date: 2015-10-04 16:34 sidebar: true @@ -14,13 +14,11 @@ ha_qa_scale: silver ha_iot_class: "Cloud Polling" --- -The requirement is that you have setup [Tibber component](/components/tibber/). +The requirement is that you have setup the [`tibber` component](/components/tibber/). +## {% linkable_title Usage %} -### {% linkable_title Usage %} - -Tibber can send a notification by calling the notify service [as described here](/components/notify/). It will send a notification to all devices registered in the Tibber account. - +Tibber can send a notification by calling the [`notify` service](/components/notify/). It will send a notification to all devices registered in the Tibber account. To use notifications, please see the [getting started with automation page](/getting-started/automation/). diff --git a/source/_components/sensor.tibber.markdown b/source/_components/sensor.tibber.markdown index 5fb39f7999b..2daf9e4a8b1 100644 --- a/source/_components/sensor.tibber.markdown +++ b/source/_components/sensor.tibber.markdown @@ -1,6 +1,6 @@ --- layout: page -title: "Tibber" +title: "Tibber Sensor" description: "Instructions on how to integrate Tibber within Home Assistant." date: 2017-10-03 17:00 sidebar: true @@ -17,8 +17,7 @@ ha_iot_class: "Cloud Polling" The `tibber` sensor provides the current electricity price if you are a [Tibber](https://tibber.com/) customer. If you have a Tibber Pulse it will also show the electricity consumption in real time. -The requirement is that you have setup [Tibber component](/components/tibber/). - +The requirement is that you have setup the [`tibber` component](/components/tibber/). ## {% linkable_title Examples %} diff --git a/source/_components/tibber.markdown b/source/_components/tibber.markdown index 4148ebbb1ab..d201d5e7f34 100644 --- a/source/_components/tibber.markdown +++ b/source/_components/tibber.markdown @@ -20,16 +20,22 @@ If you have a Tibber Pulse it will also show the electricity consumption in real It also provides a notification service. +## {% linkable_title Setup %} + +Go to [developer.tibber.com/](https://developer.tibber.com/) to get your API token. + +## {% linkable_title Configuration %} + To add Tibber to your installation, add the following to your `configuration.yaml` file: ```yaml tibber: - access_token: d1007ead2dc84a2b82f0de19451c5fb22112f7ae11d19bf2bedb224a003ff74a + access_token: YOUR_ACCESS_TOKEN ``` {% configuration %} access_token: - description: Go to [developer.tibber.com/](https://developer.tibber.com/) to get your API token. + description: Your Tibber API token. required: true type: string {% endconfiguration %}