From 5fc02e3d7fba38320fb9e1f831e22be9da93a496 Mon Sep 17 00:00:00 2001 From: GreenTurtwig Date: Fri, 11 Dec 2015 09:17:39 +0000 Subject: [PATCH] Wording Fixed wording on the first line of the command line switch and sensor pages to make more sense. --- source/_components/sensor.command_sensor.markdown | 2 +- source/_components/switch.command_switch.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/sensor.command_sensor.markdown b/source/_components/sensor.command_sensor.markdown index 0de1ae499b3..b4a33408d8a 100644 --- a/source/_components/sensor.command_sensor.markdown +++ b/source/_components/sensor.command_sensor.markdown @@ -11,7 +11,7 @@ ha_category: Sensor --- -A sensor platform that issues specific commands to get data. This might very well become our most powerful platform as it allows anyone to integrate any type of switch into Home Assistant that can be controlled from the command line, including calling other scripts! +A sensor platform that issues specific commands to get data. This might become our most powerful platform as it allows anyone to integrate any type of sensor into Home Assistant that can get data from the command line. To enable it, add the following lines to your `configuration.yaml`: diff --git a/source/_components/switch.command_switch.markdown b/source/_components/switch.command_switch.markdown index 1407b512214..2af26f35f36 100644 --- a/source/_components/switch.command_switch.markdown +++ b/source/_components/switch.command_switch.markdown @@ -11,7 +11,7 @@ ha_category: Switch --- -The switch platform that issues specific commands when it is turned on and off. This might very well become our most platform as it allows anyone to integrate any type of switch into Home Assistant that can be controlled from the command line, including calling other scripts! +A switch platform that issues specific commands when it is turned on and off. This might very well become our most platform as it allows anyone to integrate any type of switch into Home Assistant that can be controlled from the command line, including calling other scripts! To enable it, add the following lines to your `configuration.yaml`: