mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
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:
parent
0e77613fd3
commit
b54cc0ae0e
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user