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'..
This commit is contained in:
Robin 2017-09-19 15:38:58 +01:00 committed by Franck Nijhof
parent 0e77613fd3
commit b54cc0ae0e

View File

@ -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: