mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-28 15:27:36 +00:00
1.1 KiB
1.1 KiB
title | description | ha_category | ha_release | ha_iot_class | ha_codeowners | ha_domain | ha_platforms | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
Essent | Instructions on how to integrate Essent within Home Assistant. |
|
0.93 | Cloud Polling |
|
essent |
|
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 %}