From d8a1c9a80ee1802f843bd9465161a4e96ff0ed9a Mon Sep 17 00:00:00 2001 From: Nathan Henrie Date: Mon, 21 Dec 2015 00:10:41 -0700 Subject: [PATCH 1/2] Fix spelling error --- source/_components/logger.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/logger.markdown b/source/_components/logger.markdown index 36e3d1058cf..b5e2c25e35d 100644 --- a/source/_components/logger.markdown +++ b/source/_components/logger.markdown @@ -10,7 +10,7 @@ footer: true ha_category: "Other" --- -The logger component let one define the level of logging activities in Home Assistant. +The logger component lets one define the level of logging activities in Home Assistant. To enable the logger in your installation, add the following to your `configuration.yaml` file: From 2318225d50c92472d2d821b13e127a7bf23bc6a3 Mon Sep 17 00:00:00 2001 From: Nathan Henrie Date: Mon, 21 Dec 2015 00:12:04 -0700 Subject: [PATCH 2/2] Forgot a word --- source/_components/switch.command_switch.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/switch.command_switch.markdown b/source/_components/switch.command_switch.markdown index 3f5d46d40c2..a93bee026ce 100644 --- a/source/_components/switch.command_switch.markdown +++ b/source/_components/switch.command_switch.markdown @@ -11,7 +11,7 @@ ha_category: Switch --- -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! +A switch platform that issues specific commands when it is turned on and off. 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! To enable it, add the following lines to your `configuration.yaml`: