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.