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"
This commit is contained in:
Brad 2019-03-24 22:50:32 +08:00 committed by Fabian Affolter
parent d93c001db3
commit 2b366e7c2c

View File

@ -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 %}