Change 'component' to 'integration' (#618)

This commit is contained in:
MeIchthys 2020-08-03 17:34:12 -04:00 committed by GitHub
parent b96e4f410d
commit 90a43ebcca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ Submit your improvements, fixes, and new features to Home Assistant one at a tim
`git checkout -b some-feature`
2. Make your changes, create a [new platform](creating_platform_index.md), develop a [new component](creating_component_index.md), or fix [issues](https://github.com/home-assistant/home-assistant/issues).
2. Make your changes, create a [new platform](creating_platform_index.md), develop a [new integration](creating_component_index.md), or fix [issues](https://github.com/home-assistant/home-assistant/issues).
3. [Test your changes](development_testing.md) and check for style violations.
Consider adding tests to ensure that your code works.