Update python_component_basic_state.markdown (#437)
This commit is contained in:
parent
ad3a4c318f
commit
16ac0e8dfb
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ footer: true
|
||||||
ha_category: Custom Python Component Examples
|
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.
|
The setup of a development environment is described in the [Developers section](/developers/#starting-development) of the documentation.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue