edp_redy: remove component (#10145)

The service has moved to a new portal and the previous API does not work
anymore.
This commit is contained in:
Abílio Costa 2019-08-16 18:32:45 +01:00 committed by Fabian Affolter
parent c8f5a564e8
commit 9490bf4665

View File

@ -1,45 +0,0 @@
---
title: "EDP re:dy"
description: "Instructions on how to integrate the EDP re:dy platform into Home Assistant."
logo: edp_redy.png
ha_category:
- Hub
- Sensor
- Switch
ha_release: 0.79
ha_iot_class: Cloud Polling
redirect_from:
- /components/sensor.edp_redy/
- /components/switch.edp_redy/
---
[EDP re:dy](https://www.edp.pt/particulares/servicos/redy/) is a Home Automation platform from Portuguese energy provider EDP, that allows control of appliances and other devices, as well as monitoring power consumption. This integration allows integrating EDP re:dy into Home Assistant.
## Configuration
You will need your re:dy login information (username and password) to use this component.
To set it up, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
edp_redy:
username: YOUR_USERNAME
password: YOUR_PASSWORD
```
{% configuration %}
username:
description: The username for accessing your re:dy account.
required: true
type: string
password:
description: The password for accessing your re:dy account.
required: true
type: string
{% endconfiguration %}
After configuring the component, it will automatically add to Home Assistant:
* A switch per toggleable device (switch, plug, etc).
* A sensor per each device that reports power consumption (SmartMeter, plug, meter)