Update docstring (config file) and attempt to honor PEP0257
This commit is contained in:
parent
e824bc4c55
commit
f18928d85b
3 changed files with 3 additions and 6 deletions
|
@ -1,16 +1,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
|
||||
configuration.yaml file.
|
||||
|
||||
hello_world:
|
||||
|
||||
"""
|
||||
|
||||
# The domain of your component. Should be equal to the name of your component
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue