Sylvia van Os e9282cebe5 Add Essent (#9351)
* Add Essent

* Add redirects

* Revert "Add redirects"

This reverts commit 424c4ea57bd8f0b5564b4e8bc90fce615b8f148f.

* ✏️ Tweak

To start the netlify build again
2019-05-01 11:18:50 +02:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page Essent Instructions on how to integrate Essent within Home Assistant. 2019-04-29 19:15 true false true true essent.png
Energy
Sensor
0.93 Cloud Polling

The essent platform uses PyEssent to communicate with the (undocumented) API of Dutch energy provider Essent. It provides sensors for each of your meters and tariffs, updated daily.

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

# Example configuration.yaml entry
sensor:
  - platform: essent
    username: YOUR_USERNAME
    password: YOUR_PASSWORD

{% configuration %} username: required: true description: Your username for Mijn Essent. type: string password: required: true description: Your password for Mijn Essent. type: string {% endconfiguration %}