mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-28 05:46:48 +00:00

* Sets front matter defaults * Removes default front matter from section templates/pages * Removes default front matter from addon pages * Removes default front matter from integration pages * Removes default front matter from posts * Removes default front matter from docs pages * Removes default front matter from other pages * Fixes blog category pages
1021 B
1021 B
title, description, logo, ha_category, ha_release, ha_iot_class
title | description | logo | ha_category | ha_release | ha_iot_class | ||
---|---|---|---|---|---|---|---|
Essent | Instructions on how to integrate Essent within Home Assistant. | 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 %}