From f066c6390057dfa49b36db4c99e78089c0c4252b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 11 Jun 2015 22:28:19 +0200 Subject: [PATCH] add config details --- config/custom_components/hello_world.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/custom_components/hello_world.py b/config/custom_components/hello_world.py index be1b935c8ad..fb651c4be20 100644 --- a/config/custom_components/hello_world.py +++ b/config/custom_components/hello_world.py @@ -3,6 +3,14 @@ custom_components.hello_world ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Implements the bare minimum that a component should implement. + +Configuration: + +To use the hello_word component you will need to add the following to your +config/configuration.yaml + +hello_word: + """ # The domain of your component. Should be equal to the name of your component