diff --git a/docs/creating_component_index.md b/docs/creating_component_index.md index 254da90b..dfd91e00 100644 --- a/docs/creating_component_index.md +++ b/docs/creating_component_index.md @@ -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 diff --git a/sidebars.js b/sidebars.js index 3938224b..f3a618a0 100644 --- a/sidebars.js +++ b/sidebars.js @@ -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",