From e43fe378dc0eb15a5be5041618a20931417271c1 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Tue, 5 May 2020 10:48:16 +0200 Subject: [PATCH] Document name option for edl21 (#12657) * edl21: Document new option 'name' * edl21: Remove optional config variable from first example * Add period Co-authored-by: Fabian Affolter --- source/_integrations/edl21.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/edl21.markdown b/source/_integrations/edl21.markdown index e8b0ab8abbf..a154f36e026 100644 --- a/source/_integrations/edl21.markdown +++ b/source/_integrations/edl21.markdown @@ -33,6 +33,10 @@ sensor: ``` {% 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