mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 09:46:59 +00:00
Remove Essent integration (#19574)
This commit is contained in:
parent
7fadaa3a68
commit
eb025f5f35
@ -1,37 +0,0 @@
|
||||
---
|
||||
title: Essent
|
||||
description: Instructions on how to integrate Essent within Home Assistant.
|
||||
ha_category:
|
||||
- Energy
|
||||
- Sensor
|
||||
ha_release: 0.93
|
||||
ha_iot_class: Cloud Polling
|
||||
ha_codeowners:
|
||||
- '@TheLastProject'
|
||||
ha_domain: essent
|
||||
ha_platforms:
|
||||
- sensor
|
||||
---
|
||||
|
||||
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 %}
|
@ -2215,6 +2215,8 @@
|
||||
/components/device_tracker.ubee /more-info/removed-integration 301
|
||||
/components/device_tracker.xfinity /more-info/removed-integration 301
|
||||
/components/edp_redy /more-info/removed-integration 301
|
||||
/components/essent /more-info/removed-integration 301
|
||||
/integrations/essent /more-info/removed-integration 301
|
||||
/components/fedex /more-info/removed-integration 301
|
||||
/components/fortigate /more-info/removed-integration 301
|
||||
/components/history_graph /more-info/removed-integration 301
|
||||
|
Loading…
x
Reference in New Issue
Block a user