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