Broken link - file header link to documentation (#2419)

Suggests to update the link from: 
https://home-assistant.io/components/hello_state/ to 
https://home-assistant.io/cookbook/python_component_basic_state/
This commit is contained in:
Kitti L 2017-04-12 23:06:42 +02:00 committed by Fabian Affolter
parent a40f612533
commit 04d7252bac

View File

@ -23,7 +23,7 @@ To get started, create the file `<config dir>/custom_components/hello_state.py`
Support for showing text in the frontend. Support for showing text in the frontend.
For more details about this component, please refer to the documentation at For more details about this component, please refer to the documentation at
https://home-assistant.io/components/hello_state/ https://home-assistant.io/cookbook/python_component_basic_state/
""" """
import logging import logging