mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update title (#6829)
This commit is contained in:
parent
3fcdcd8e57
commit
1c5714ff60
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Tibber"
|
title: "Tibber Notification"
|
||||||
description: "Instructions on how to integrate Tibber within Home Assistant."
|
description: "Instructions on how to integrate Tibber within Home Assistant."
|
||||||
date: 2015-10-04 16:34
|
date: 2015-10-04 16:34
|
||||||
sidebar: true
|
sidebar: true
|
||||||
@ -14,13 +14,11 @@ ha_qa_scale: silver
|
|||||||
ha_iot_class: "Cloud Polling"
|
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](/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 [as described here](/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/).
|
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Tibber"
|
title: "Tibber Sensor"
|
||||||
description: "Instructions on how to integrate Tibber within Home Assistant."
|
description: "Instructions on how to integrate Tibber within Home Assistant."
|
||||||
date: 2017-10-03 17:00
|
date: 2017-10-03 17:00
|
||||||
sidebar: true
|
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.
|
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.
|
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 %}
|
## {% linkable_title Examples %}
|
||||||
|
|
||||||
|
@ -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.
|
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:
|
To add Tibber to your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
tibber:
|
tibber:
|
||||||
access_token: d1007ead2dc84a2b82f0de19451c5fb22112f7ae11d19bf2bedb224a003ff74a
|
access_token: YOUR_ACCESS_TOKEN
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
access_token:
|
access_token:
|
||||||
description: Go to [developer.tibber.com/](https://developer.tibber.com/) to get your API token.
|
description: Your Tibber API token.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user