Skip to content

Commit e6afbb0

Browse files
authored
Remove YAML setup option for EDL21 (home-assistant#28350)
1 parent e55f485 commit e6afbb0

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

source/_integrations/edl21.markdown

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,7 @@ Tested smart meters:
3131
- efr SGM-C4 (enable InF as described in manual to retrieve full data)
3232
- easymeter Q3 ([Link](https://www.easymeter.com/products/zaehler/q3a))
3333

34-
## Configuration
35-
36-
To set it up, add the following information to your `configuration.yaml` file:
37-
38-
```yaml
39-
sensor:
40-
- platform: edl21
41-
serial_port: /dev/ttyUSB0
42-
```
43-
44-
{% configuration %}
45-
name:
46-
description: The friendly name of the smart meter.
47-
required: false
48-
type: string
49-
serial_port:
50-
description: The device to communicate with. When using ser2net, use socket://host:port.
51-
required: true
52-
type: string
53-
{% endconfiguration %}
34+
{% include integrations/config_flow.md %}
5435

5536
## InF Mode
5637

0 commit comments

Comments
 (0)