From 11791476b0635cbf129b31b6f17dd4ba6e7a856d Mon Sep 17 00:00:00 2001 From: HB Date: Wed, 30 Sep 2020 21:27:29 +0200 Subject: [PATCH] config example in readme test --- custom_components/empty_component/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom_components/empty_component/README.md b/custom_components/empty_component/README.md index 6049f06..e6bdf7c 100644 --- a/custom_components/empty_component/README.md +++ b/custom_components/empty_component/README.md @@ -1,4 +1,6 @@ ``` +# example configuration: + empty_component: id: empty_component_1 ``` \ No newline at end of file