Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* 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
2019-07-11 14:35:08 -07:00

1.3 KiB

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
EDP re:dy Instructions on how to integrate the EDP re:dy platform into Home Assistant. edp_redy.png
Hub
Sensor
Switch
0.79 Cloud Polling
/components/sensor.edp_redy/
/components/switch.edp_redy/

EDP re:dy 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:

# 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)