Add the quote suggestion to the iAlarm configuration (#4256)
As found here https://github.com/home-assistant/home-assistant/issues/11247 if a password has a leading zero it can be parsed incorrectly unless it is surrounded with quotes.
This commit is contained in:
parent
141a49119c
commit
c8e8d8ef1a
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ alarm_control_panel:
|
|||
required: true
|
||||
type: string
|
||||
password:
|
||||
description: Password used to sign into the iAlarm web client.
|
||||
description: Password used to sign into the iAlarm web client. If it has a leading zero you need to put the password within quotes.
|
||||
required: true
|
||||
type: string
|
||||
name:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue