From 622a87de779ef3f60930a79fc3cff346bfdb222e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 5 Aug 2015 16:49:42 -0700 Subject: [PATCH] Fix example config command line switch --- _deploy | 2 +- source/components/switch.command_switch.markdown | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_deploy b/_deploy index 6fc63bb3fa0..91432d826ed 160000 --- a/_deploy +++ b/_deploy @@ -1 +1 @@ -Subproject commit 6fc63bb3fa0a9eb08deba83f7fd907c0a893876c +Subproject commit 91432d826ed611eafe51fb1868dca60566bd66d2 diff --git a/source/components/switch.command_switch.markdown b/source/components/switch.command_switch.markdown index 39905e8a0ba..407fdee7372 100644 --- a/source/components/switch.command_switch.markdown +++ b/source/components/switch.command_switch.markdown @@ -19,7 +19,7 @@ To enable it, add the following lines to your `configuration.yaml`: switch: platform: command_switch switches: - - kitchen_light: - oncmd: switch_command on kitchen - offcmd: switch_command off kitchen + kitchen_light: + oncmd: switch_command on kitchen + offcmd: switch_command off kitchen ```