mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Stop mixing singular and plural to be more consistent. (#7578)
This commit is contained in:
parent
2453aab3bb
commit
8d495c2d65
@ -70,9 +70,9 @@ Now, lets assume that a blank file has been created in the Home Assistant config
|
|||||||
|
|
||||||
```text
|
```text
|
||||||
automation.yaml
|
automation.yaml
|
||||||
zones.yaml
|
zone.yaml
|
||||||
sensors.yaml
|
sensor.yaml
|
||||||
switches.yaml
|
switch.yaml
|
||||||
device_tracker.yaml
|
device_tracker.yaml
|
||||||
customize.yaml
|
customize.yaml
|
||||||
```
|
```
|
||||||
@ -83,9 +83,9 @@ Inside the base configuration file add the following entries:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
automation: !include automation.yaml
|
automation: !include automation.yaml
|
||||||
zone: !include zones.yaml
|
zone: !include zone.yaml
|
||||||
sensor: !include sensors.yaml
|
sensor: !include sensor.yaml
|
||||||
switch: !include switches.yaml
|
switch: !include switch.yaml
|
||||||
device_tracker: !include device_tracker.yaml
|
device_tracker: !include device_tracker.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -111,7 +111,7 @@ This small example illustrates how the "split" files work. In this case, we star
|
|||||||
This (large) sensor configuration gives us another example:
|
This (large) sensor configuration gives us another example:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
### sensors.yaml
|
### sensor.yaml
|
||||||
### METEOBRIDGE #############################################
|
### METEOBRIDGE #############################################
|
||||||
- platform: tcp
|
- platform: tcp
|
||||||
name: 'Outdoor Temp (Meteobridge)'
|
name: 'Outdoor Temp (Meteobridge)'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user