From c8e8d8ef1a1947838311e4aff703938b558537a5 Mon Sep 17 00:00:00 2001 From: Ludovico de Nittis Date: Wed, 20 Dec 2017 15:53:17 +0100 Subject: [PATCH] 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. --- source/_components/alarm_control_panel.ialarm.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/alarm_control_panel.ialarm.markdown b/source/_components/alarm_control_panel.ialarm.markdown index 9c58525fc62..f5f0d842597 100644 --- a/source/_components/alarm_control_panel.ialarm.markdown +++ b/source/_components/alarm_control_panel.ialarm.markdown @@ -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: