mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-20 01:48:59 +00:00

* Create tibber.markdown * Update sensor.tibber.markdown * Create notify.tibber.markdown * Update tibber.markdown * Update tibber.markdown * Update notify.tibber.markdown
36 lines
948 B
Markdown
36 lines
948 B
Markdown
---
|
|
layout: page
|
|
title: "Tibber"
|
|
description: "Instructions on how to integrate Tibber within Home Assistant."
|
|
date: 2015-10-04 16:34
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
logo: tibber.png
|
|
ha_category: Energy
|
|
ha_release: 0.80
|
|
ha_qa_scale: silver
|
|
ha_iot_class: "Cloud Polling"
|
|
---
|
|
|
|
|
|
The `tibber` component provides a sensor with 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.
|
|
|
|
It also provides a notification service.
|
|
|
|
To add Tibber to your installation, add the following to your `configuration.yaml` file:
|
|
|
|
```yaml
|
|
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 %}
|