Skip to content

Commit 7f0c26f

Browse files
committed
Add periods
1 parent d90c4a4 commit 7f0c26f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/_topics/packages.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ homeassistant:
2323
2424
The package configuration can include: `switch`, `light`, `automation`, `groups` or the majority of the Home Assistant components.
2525

26-
It can be specified inline, or in a seperate YAML file using `!include`
26+
It can be specified inline or in a seperate YAML file using `!include`.
2727

2828
Inline example, main `configuration.yaml`:
2929

@@ -62,8 +62,8 @@ light:
6262

6363
There are some rules for packages that will be merged:
6464

65-
1. Component names may only use the basic form (e.g. `switch` and `switch 1` or `switch aa` is not accepted)
66-
2. Platform based components (`light`, `switch`, etc) can always be merged
65+
1. Component names may only use the basic form (e.g. `switch` and `switch 1` or `switch aa` is not accepted).
66+
2. Platform based components (`light`, `switch`, etc) can always be merged.
6767
3. Components where entities are identified by a key that will represent the entity_id (`{key: config}`) need to have unique 'keys' between packages and the main configuration file.
6868

6969
For example if we have the following in the main config. You are not allowed to re-use "my_input" again for `input_boolean` in a package:
@@ -72,7 +72,7 @@ There are some rules for packages that will be merged:
7272
input_boolean:
7373
my_input:
7474
```
75-
4. Any component that is not a platform [2], or dictionaries with Entity ID keys [3] cannot be merged and can only occur once between all packages and the main config
75+
4. Any component that is not a platform [2], or dictionaries with Entity ID keys [3] cannot be merged and can only occur once between all packages and the main configuration.
7676

7777
<p class='note tip'>
7878
Components inside packages can only specify platform entries using configuration style 1, where all the platforms are grouped under the component name.

0 commit comments

Comments
 (0)