From 8d495c2d65228f3d56757e6b536b56f7ae92f57a Mon Sep 17 00:00:00 2001 From: thomasvs Date: Mon, 19 Nov 2018 03:26:01 -0500 Subject: [PATCH] Stop mixing singular and plural to be more consistent. (#7578) --- .../configuration/splitting_configuration.markdown | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/_docs/configuration/splitting_configuration.markdown b/source/_docs/configuration/splitting_configuration.markdown index 47e53037928..c46f785b012 100644 --- a/source/_docs/configuration/splitting_configuration.markdown +++ b/source/_docs/configuration/splitting_configuration.markdown @@ -70,9 +70,9 @@ Now, lets assume that a blank file has been created in the Home Assistant config ```text automation.yaml -zones.yaml -sensors.yaml -switches.yaml +zone.yaml +sensor.yaml +switch.yaml device_tracker.yaml customize.yaml ``` @@ -83,9 +83,9 @@ Inside the base configuration file add the following entries: ```yaml automation: !include automation.yaml -zone: !include zones.yaml -sensor: !include sensors.yaml -switch: !include switches.yaml +zone: !include zone.yaml +sensor: !include sensor.yaml +switch: !include switch.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: ```yaml -### sensors.yaml +### sensor.yaml ### METEOBRIDGE ############################################# - platform: tcp name: 'Outdoor Temp (Meteobridge)'