Skip to content

Commit

Permalink
Fix path typo in README.md (#109)
Browse files Browse the repository at this point in the history
Fixed a typo in README.md leading to a non-existing path
  • Loading branch information
LinusHoppe authored May 22, 2023
1 parent 2a07c9e commit 20e3852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ File | Purpose | Documentation
1. Open your new repository in Visual Studio Code devcontainer (Preferably with the "`Dev Containers: Clone Repository in Named Container Volume...`" option).
1. Rename all instances of the `integration_blueprint` to `custom_components/<your_integration_domain>` (e.g. `custom_components/awesome_integration`).
1. Rename all instances of the `Integration Blueprint` to `<Your Integration Name>` (e.g. `Awesome Integration`).
1. Run the `scrtipts/develop` to start HA and test out your new integration.
1. Run the `scripts/develop` to start HA and test out your new integration.

## Next steps

Expand Down

0 comments on commit 20e3852

Please sign in to comment.