mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 17:18:58 +00:00
1.0 KiB
1.0 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_qa_scale, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_qa_scale | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|---|
page | Tibber | Instructions on how to integrate Tibber within Home Assistant. | 2015-10-04 16:34 | true | false | true | true | tibber.png | Energy | 0.80 | silver | Cloud Polling |
The tibber
component provides a sensor with the current electricity price if you are a Tibber customer.
If you have a Tibber Pulse it will also show the electricity consumption in real time.
It also provides a notification service.
{% linkable_title Setup %}
Go to 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:
tibber:
access_token: YOUR_ACCESS_TOKEN
{% configuration %} access_token: description: Your Tibber API token. required: true type: string {% endconfiguration %}