Update title (#6829)

This commit is contained in:
Fabian Affolter 2018-10-16 08:50:39 +02:00 committed by GitHub
parent 3fcdcd8e57
commit 1c5714ff60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 11 deletions

View File

@ -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/).

View File

@ -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 %}

View File

@ -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 %}