Skip to content

Commit be9cc2b

Browse files
bassclarinetl2fabaff
authored andcommitted
change port: to broker: to reflect the configuration example above it. (home-assistant#1572)
to reflect the configuration example above it.
1 parent cfc7896 commit be9cc2b

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
@@ -61,7 +61,7 @@ zwave:
6161
mqtt:
6262
broker: 127.0.0.1
6363
```
64-
As with the core snippet, indentation makes a difference. The component headers (`mqtt:`) should be fully left aligned (aka no indent), and the parameters (`port:`) should be indented two (2) spaces.
64+
As with the core snippet, indentation makes a difference. The component headers (`mqtt:`) should be fully left aligned (aka no indent), and the parameters (`broker:`) should be indented two (2) spaces.
6565

6666
While some of these components can technically be moved to a separate file they are so small or "one off's" where splitting them off is superfluous. Also, you'll notice the # symbol (hash/pound). This represents a "comment" as far as the commands are interpreted. Put another way, any line prefixed with a `#` will be ignored. This makes breaking up files for human readability really convenient, not to mention turning off features while leaving the entry intact. (Look at the `zigbee:` entry above and the b entry further down)
6767

0 commit comments

Comments
 (0)