mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add docs for new EDP re:dy component (#6200)
* add docs for EDP re:dy component * fix platform name * Fix indentation * PR fixes
This commit is contained in:
parent
669fc8ef19
commit
dde89ddcf9
45
source/_components/edp_redy.markdown
Normal file
45
source/_components/edp_redy.markdown
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "EDP re:dy"
|
||||||
|
description: "Instructions on how to integrate the EDP re:dy platform into Home Assistant."
|
||||||
|
date: 2018-09-04 16:30
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: edp_redy.png
|
||||||
|
ha_category: Hub
|
||||||
|
ha_release: "0.79"
|
||||||
|
ha_iot_class: "Cloud Polling"
|
||||||
|
---
|
||||||
|
|
||||||
|
[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 component allows integrating EDP re:dy into Home Assistant.
|
||||||
|
|
||||||
|
## {% linkable_title 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)
|
18
source/_components/sensor.edp_redy.markdown
Normal file
18
source/_components/sensor.edp_redy.markdown
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "EDP re:dy Sensor"
|
||||||
|
description: "Instructions on how to integrate the EDP re:dy sensors into Home Assistant."
|
||||||
|
date: 2018-09-04 16:30
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: edp_redy.png
|
||||||
|
ha_category: Sensor
|
||||||
|
ha_release: "0.79"
|
||||||
|
ha_iot_class: "Cloud Polling"
|
||||||
|
---
|
||||||
|
|
||||||
|
See the [EDP re:dy main component](/components/edp_redy/) for configuration instructions.
|
||||||
|
|
||||||
|
This sensor platform will provide a sensor per each EDP re:dy device that reports power consumption (SmartMeter, plug, meter).
|
18
source/_components/switch.edp_redy.markdown
Normal file
18
source/_components/switch.edp_redy.markdown
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "EDP re:dy Switch"
|
||||||
|
description: "Instructions on how to integrate the EDP re:dy switches into Home Assistant."
|
||||||
|
date: 2018-09-04 16:30
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
logo: edp_redy.png
|
||||||
|
ha_category: Switch
|
||||||
|
ha_release: "0.79"
|
||||||
|
ha_iot_class: "Cloud Polling"
|
||||||
|
---
|
||||||
|
|
||||||
|
See the [EDP re:dy main component](/components/edp_redy/) for configuration instructions.
|
||||||
|
|
||||||
|
This switch platform will provide a switch per toggleable EDP re:dy device (switch, plug, etc).
|
BIN
source/images/supported_brands/edp_redy.png
Normal file
BIN
source/images/supported_brands/edp_redy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Loading…
x
Reference in New Issue
Block a user