From b54cc0ae0ea8011832081d52b1ebe0d3f7b05e25 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 19 Sep 2017 15:38:58 +0100 Subject: [PATCH] Correct 'with' to 'without' (#3387) The final statement reads states that 'The `load_platform` method allows the platforms to be loaded with the need for any additional platform entries in your `configuration.yaml` file' but it appears the 'with' should be 'without'.. --- source/developers/component_generic_discovery.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/developers/component_generic_discovery.markdown b/source/developers/component_generic_discovery.markdown index 1791b756a00..8eacc22ff4a 100644 --- a/source/developers/component_generic_discovery.markdown +++ b/source/developers/component_generic_discovery.markdown @@ -67,7 +67,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None): ``` -The `load_platform` method allows the platforms to be loaded with the need for any additional platform entries in your `configuration.yaml` file, which normally would have been: +The `load_platform` method allows the platforms to be loaded without the need for any additional platform entries in your `configuration.yaml` file, which normally would have been: ```yaml #light: