From 90a43ebcca34374c230e39d13f559256e88427ae Mon Sep 17 00:00:00 2001 From: MeIchthys <10717998+meichthys@users.noreply.github.com> Date: Mon, 3 Aug 2020 17:34:12 -0400 Subject: [PATCH] Change 'component' to 'integration' (#618) --- docs/development_submitting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_submitting.md b/docs/development_submitting.md index dcd2c66d..6be0e8b5 100644 --- a/docs/development_submitting.md +++ b/docs/development_submitting.md @@ -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.