From e6afbb06b2b4c25e7752b89616cf136fdc339504 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Thu, 27 Jul 2023 18:43:16 +0200 Subject: [PATCH] Remove YAML setup option for EDL21 (#28350) --- source/_integrations/edl21.markdown | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/source/_integrations/edl21.markdown b/source/_integrations/edl21.markdown index 8b3205861b5..728e847e564 100644 --- a/source/_integrations/edl21.markdown +++ b/source/_integrations/edl21.markdown @@ -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