Skip to content

Commit e196c6a

Browse files
committed
Merge pull request home-assistant#344 from bassclarinetl2/patch-6
Update splitting_configuration.markdown
2 parents 067f8cb + 7b899f8 commit e196c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_topics/splitting_configuration.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Let's look at the `device_tracker.yaml` file from our example:
109109
consider_home: 120
110110
```
111111

112-
This small example illustrates how the "split" files work. In this case, we start with a "comment block" identifying the file followed by two (2) device tracker entries (`owntracks` and `nmap`). These files follow ["style 2"](/getting-started/devices/#style-2-list-each-device-separately) that is to say a fully left aligned leading entry (`- platform: owntracks`) followed by the parameter entries indented two (2) spaces.
112+
This small example illustrates how the "split" files work. In this case, we start with a "comment block" identifying the file followed by two (2) device tracker entries (`owntracks` and `nmap`). These files follow ["style 1"](/getting-started/devices/#style-2-list-each-device-separately) that is to say a fully left aligned leading entry (`- platform: owntracks`) followed by the parameter entries indented two (2) spaces.
113113

114114
This (large) sensor configuration gives us another example:
115115

0 commit comments

Comments
 (0)