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.
Energy
Sensor
0.93 Cloud Polling
@TheLastProject
essent
sensor

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 %}