mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-16 13:56:29 +00:00
Make "Creating your first integration" step 1 in Building integrations (#911)
This commit is contained in:
parent
f3207aea39
commit
03a202bac0
@ -2,7 +2,7 @@
|
|||||||
title: "Creating your first integration"
|
title: "Creating your first integration"
|
||||||
---
|
---
|
||||||
|
|
||||||
Alright, you learned about the [manifest](creating_integration_manifest.md), so it's time to write your first code for your integration. AWESOME. Don't worry, we've tried hard to keep it as easy as possible. From a Home Assistant development environment, type the following and follow the instructions:
|
Alright, so it's time to write your first code for your integration. AWESOME. Don't worry, we've tried hard to keep it as easy as possible. From a Home Assistant development environment, type the following and follow the instructions:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
python3 -m script.scaffold integration
|
python3 -m script.scaffold integration
|
||||||
|
@ -117,9 +117,9 @@ module.exports = {
|
|||||||
"development_catching_up",
|
"development_catching_up",
|
||||||
],
|
],
|
||||||
"Building Integrations": [
|
"Building Integrations": [
|
||||||
|
"creating_component_index",
|
||||||
"creating_integration_file_structure",
|
"creating_integration_file_structure",
|
||||||
"creating_integration_manifest",
|
"creating_integration_manifest",
|
||||||
"creating_component_index",
|
|
||||||
"config_entries_config_flow_handler",
|
"config_entries_config_flow_handler",
|
||||||
"config_entries_options_flow_handler",
|
"config_entries_options_flow_handler",
|
||||||
"configuration_yaml_index",
|
"configuration_yaml_index",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user