From 2fd3e8ee3dfa85c5070136919754dc52f9c5bddf Mon Sep 17 00:00:00 2001 From: Chris Colohan Date: Thu, 12 Sep 2019 15:07:50 -0700 Subject: [PATCH] Update dead link in state tutorial (#314) --- docs/dev_101_states.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev_101_states.md b/docs/dev_101_states.md index c31f32ef..c487cfca 100644 --- a/docs/dev_101_states.md +++ b/docs/dev_101_states.md @@ -21,7 +21,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/cookbook/python_component_basic_state/ +https://developers.home-assistant.io/docs/en/dev_101_states.html """ import logging