Skip to content

Commit 04d7252

Browse files
Kiaazfabaff
authored andcommitted
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/
1 parent a40f612 commit 04d7252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_cookbook/python_component_basic_state.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To get started, create the file `<config dir>/custom_components/hello_state.py`
2323
Support for showing text in the frontend.
2424
2525
For more details about this component, please refer to the documentation at
26-
https://home-assistant.io/components/hello_state/
26+
https://home-assistant.io/cookbook/python_component_basic_state/
2727
"""
2828
import logging
2929

0 commit comments

Comments
 (0)