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