From 6a2d66441a6fef8c48b6b6adae06af2973c42d42 Mon Sep 17 00:00:00 2001 From: Brent Saltzman Date: Wed, 20 Dec 2017 01:07:45 -0600 Subject: [PATCH] fix YAML spacing (#4251) fix YAML spacing --- source/_components/switch.hook.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_components/switch.hook.markdown b/source/_components/switch.hook.markdown index 30f6060ae2c..3ba23b8c19a 100644 --- a/source/_components/switch.hook.markdown +++ b/source/_components/switch.hook.markdown @@ -25,16 +25,16 @@ Configure with either your username/password or your API token for the official ```yaml # Example configuration.yaml entry switch: -- platform: hook - username: - password: !secret hook + - platform: hook + username: + password: !secret hook ``` Or ```yaml # Example configuration.yaml entry switch: -- platform: hook - token: + - platform: hook + token: ``` Extra debug logging is available, if you need it.