From ae336d2b80b01c60f1fdb8086cec4da08e041a41 Mon Sep 17 00:00:00 2001 From: HB Date: Wed, 30 Sep 2020 21:26:32 +0200 Subject: [PATCH] config example in readme FIX --- custom_components/empty_component/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/empty_component/README.md b/custom_components/empty_component/README.md index 12851c4..6049f06 100644 --- a/custom_components/empty_component/README.md +++ b/custom_components/empty_component/README.md @@ -1,3 +1,4 @@ ``` empty_component: - id: empty_component_1``` \ No newline at end of file + id: empty_component_1 +``` \ No newline at end of file