home-assistant.io/source/_components/sensor.tibber.markdown
Daniel Høyer Iversen 1cea1b744c Add Tibber documentation (#3497)
* Add Tibber documentation

* Update sensor.tibber.markdown

* Use new configuration style
2017-10-04 10:53:06 +02:00

837 B

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Tibber Instructions how to integrate Tibber within Home Assistant. 2017-10-03 17:00 true false true true tibber.png Sensor 0.55 Cloud Polling

The tibber sensor provides the current electricity price if you are a Tibber customer.

To add Tibber to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
sensor:
  - platform: tibber
    access_token: d1007ead2dc84a2b82f0de19451c5fb22112f7ae11d19bf2bedb224a003ff74a

{% configuration %} access_token: description: Go to developer.tibber.com/ to get your API token. required: true type: string {% endconfiguration %}