From 16ac0e8dfb16bd9fdd445e9c3cda6d6d0aa1b96c Mon Sep 17 00:00:00 2001 From: Steven Barnes Date: Sun, 1 May 2016 03:15:36 -0500 Subject: [PATCH] Update python_component_basic_state.markdown (#437) --- 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 7a95cec30ad..d81d478ad16 100644 --- a/source/_cookbook/python_component_basic_state.markdown +++ b/source/_cookbook/python_component_basic_state.markdown @@ -10,7 +10,7 @@ footer: true ha_category: Custom Python Component Examples --- -This is a simple tutorial/example on how to write a component for [Home Assistant](https://home-assistant.io/). We will work on a component called "hello_state" to beginn with. The purpose of this component is to display a given text in the frontend. +This is a simple tutorial/example on how to write a component for [Home Assistant](https://home-assistant.io/). We will work on a component called "hello_state" to begin with. The purpose of this component is to display a given text in the frontend. The setup of a development environment is described in the [Developers section](/developers/#starting-development) of the documentation.