From 84536368dcbf967be673d26d47919b3351c50208 Mon Sep 17 00:00:00 2001 From: boojew Date: Tue, 24 Sep 2019 03:14:15 -0400 Subject: [PATCH] Update vesync.markdown (#10444) Incorrect YAML indentation --- source/_components/vesync.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/vesync.markdown b/source/_components/vesync.markdown index 7d7a8d93016..a6aa37dd1d1 100644 --- a/source/_components/vesync.markdown +++ b/source/_components/vesync.markdown @@ -40,8 +40,8 @@ To use this integration, all devices must be registered with the VeSync App. Onc ```yaml # Example configuration.yaml entry vesync: - username: YOUR_USERNAME - password: YOUR_PASSWORD + username: YOUR_USERNAME + password: YOUR_PASSWORD ``` {% configuration %}