From 2b366e7c2cc86570a03825289dbcb07f84642ba8 Mon Sep 17 00:00:00 2001 From: Brad Date: Sun, 24 Mar 2019 22:50:32 +0800 Subject: [PATCH] Partner configuration was invalid (#9009) Partner was listed as "Password", and that the configuration was a string Changed 2nd "Password" to "Partner" and changed "String" to "Boolean" --- source/_components/eight_sleep.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/eight_sleep.markdown b/source/_components/eight_sleep.markdown index 58f59a4c8ab..485925d994a 100644 --- a/source/_components/eight_sleep.markdown +++ b/source/_components/eight_sleep.markdown @@ -50,10 +50,10 @@ password: description: The password associated with your Eight Sleep account. required: true type: string -password: +partner: description: Defines if you'd like to fetch data for both sides of the bed. required: false - type: string + type: boolean default: false {% endconfiguration %}