mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
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:
parent
d93c001db3
commit
2b366e7c2c
@ -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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user