mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Add Essent (#9351)
* Add Essent
* Add redirects
* Revert "Add redirects"
This reverts commit 424c4ea57bd8f0b5564b4e8bc90fce615b8f148f.
* ✏️ Tweak
To start the netlify build again
This commit is contained in:
parent
565c8b8d29
commit
e9282cebe5
40
source/_components/essent.markdown
Normal file
40
source/_components/essent.markdown
Normal file
@ -0,0 +1,40 @@
|
||||
---
|
||||
layout: page
|
||||
title: "Essent"
|
||||
description: "Instructions on how to integrate Essent within Home Assistant."
|
||||
date: 2019-04-29 19:15
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: essent.png
|
||||
ha_category:
|
||||
- Energy
|
||||
- Sensor
|
||||
ha_release: 0.93
|
||||
ha_iot_class: Cloud Polling
|
||||
---
|
||||
|
||||
The `essent` platform uses [PyEssent](https://github.com/TheLastProject/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:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
- platform: essent
|
||||
username: YOUR_USERNAME
|
||||
password: YOUR_PASSWORD
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
username:
|
||||
required: true
|
||||
description: Your username for [Mijn Essent](https://www.essent.nl/content/particulier/klantenservice/mijn_essent/).
|
||||
type: string
|
||||
password:
|
||||
required: true
|
||||
description: Your password for [Mijn Essent](https://www.essent.nl/content/particulier/klantenservice/mijn_essent/).
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
BIN
source/images/supported_brands/essent.png
Normal file
BIN
source/images/supported_brands/essent.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Loading…
x
Reference in New Issue
Block a user