From 04d7252bac6c68f933a39944ba806bd5f8a3f062 Mon Sep 17 00:00:00 2001 From: Kitti L Date: Wed, 12 Apr 2017 23:06:42 +0200 Subject: [PATCH] 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/ --- source/_cookbook/python_component_basic_state.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_cookbook/python_component_basic_state.markdown b/source/_cookbook/python_component_basic_state.markdown index b2c1e838e56..623135363b0 100644 --- a/source/_cookbook/python_component_basic_state.markdown +++ b/source/_cookbook/python_component_basic_state.markdown @@ -23,7 +23,7 @@ To get started, create the file `/custom_components/hello_state.py` Support for showing text in the frontend. 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