mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Merge pull request #232 from justyns/patch-1
Small typos on creating_components page
This commit is contained in:
commit
4d75a17628
@ -55,7 +55,7 @@ After loading, the bootstrapper will call `setup(hass, config)` method on the co
|
||||
|
||||
### {% linkable_title `hass`: the Home Assistant instance %}
|
||||
|
||||
The Home Assistant instace contains three objects to help you interact with the system.
|
||||
The Home Assistant instance contains three objects to help you interact with the system.
|
||||
|
||||
| Object | Description |
|
||||
| ------ | ----------- |
|
||||
@ -66,7 +66,7 @@ The Home Assistant instace contains three objects to help you interact with the
|
||||
|
||||
### {% linkable_title `config`: User given configuration. %}
|
||||
|
||||
The `config` paramter is a dictionary containing the user supplied configuration. The keys of the dictionary are the component names and the value is another dictionary with the component configuration.
|
||||
The `config` parameter is a dictionary containing the user supplied configuration. The keys of the dictionary are the component names and the value is another dictionary with the component configuration.
|
||||
|
||||
If your configuration file contains the following lines:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user