Skip to content

Commit 8ab6678

Browse files
committed
Minor update
1 parent f03d069 commit 8ab6678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_topics/splitting_configuration.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this lighter version we will still need what could be called the core snippet
2222
```yaml
2323
homeassistant:
2424
# Name of the location where Home Assistant is running
25-
name: My Hass Instance
25+
name: My Home Assistant Instance
2626
# Location required to calculate the time the sun rises and sets
2727
latitude: 37
2828
longitude: -121
@@ -69,7 +69,7 @@ As with the core snippet, indentation makes a difference. The component headers
6969

7070
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)
7171

72-
Now, lets assume that a blank file has been created in the hass configuration directory for each of the following:
72+
Now, lets assume that a blank file has been created in the Home Assistant configuration directory for each of the following:
7373

7474
```text
7575
automation.yaml

0 commit comments

Comments
 (0)