mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Add Tibber documentation (#3497)
* Add Tibber documentation * Update sensor.tibber.markdown * Use new configuration style
This commit is contained in:
parent
2ab2533962
commit
1cea1b744c
33
source/_components/sensor.tibber.markdown
Normal file
33
source/_components/sensor.tibber.markdown
Normal file
@ -0,0 +1,33 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Tibber"
|
||||
description: "Instructions how to integrate Tibber within Home Assistant."
|
||||
date: 2017-10-03 17:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: tibber.png
|
||||
ha_category: Sensor
|
||||
ha_release: 0.55
|
||||
ha_iot_class: "Cloud Polling"
|
||||
---
|
||||
|
||||
|
||||
The `tibber` sensor provides the current electricity price if you are a [Tibber](https://tibber.com/) customer.
|
||||
|
||||
To add Tibber to your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
- platform: tibber
|
||||
access_token: d1007ead2dc84a2b82f0de19451c5fb22112f7ae11d19bf2bedb224a003ff74a
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
access_token:
|
||||
description: Go to [developer.tibber.com/](https://developer.tibber.com/) to get your API token.
|
||||
required: true
|
||||
type: string
|
||||
{% endconfiguration %}
|
BIN
source/images/supported_brands/tibber.png
Normal file
BIN
source/images/supported_brands/tibber.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Loading…
x
Reference in New Issue
Block a user