Skip to content

Remove YAML setup option for EDL21 #28350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 1 addition & 20 deletions source/_integrations/edl21.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,7 @@ Tested smart meters:
- efr SGM-C4 (enable InF as described in manual to retrieve full data)
- easymeter Q3 ([Link](https://www.easymeter.com/products/zaehler/q3a))

## Configuration

To set it up, add the following information to your `configuration.yaml` file:

```yaml
sensor:
- platform: edl21
serial_port: /dev/ttyUSB0
```

{% configuration %}
name:
description: The friendly name of the smart meter.
required: false
type: string
serial_port:
description: The device to communicate with. When using ser2net, use socket://host:port.
required: true
type: string
{% endconfiguration %}
{% include integrations/config_flow.md %}

## InF Mode

Expand Down