mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +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.
|
description: The password associated with your Eight Sleep account.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
password:
|
partner:
|
||||||
description: Defines if you'd like to fetch data for both sides of the bed.
|
description: Defines if you'd like to fetch data for both sides of the bed.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user