mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-05 18: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
948 B
948 B
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.
To add Tibber to your installation, add the following to your configuration.yaml
file:
tibber:
access_token: d1007ead2dc84a2b82f0de19451c5fb22112f7ae11d19bf2bedb224a003ff74a
{% configuration %} access_token: description: Go to developer.tibber.com/ to get your API token. required: true type: string {% endconfiguration %}