mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-31 23:36:50 +00:00

* Add Essent
* Add redirects
* Revert "Add redirects"
This reverts commit 424c4ea57bd8f0b5564b4e8bc90fce615b8f148f.
* ✏️ Tweak
To start the netlify build again
1.1 KiB
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 |
|
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 %}