Make "Creating your first integration" step 1 in Building integrations (#911)

This commit is contained in:
karliemeads 2021-05-03 07:55:58 -04:00 committed by GitHub
parent f3207aea39
commit 03a202bac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
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
python3 -m script.scaffold integration

View File

@ -117,9 +117,9 @@ module.exports = {
"development_catching_up",
],
"Building Integrations": [
"creating_component_index",
"creating_integration_file_structure",
"creating_integration_manifest",
"creating_component_index",
"config_entries_config_flow_handler",
"config_entries_options_flow_handler",
"configuration_yaml_index",