From b574951f727696880326b4658a7bc6fdd193ec5b Mon Sep 17 00:00:00 2001 From: cdce8p <30130371+cdce8p@users.noreply.github.com> Date: Sun, 20 May 2018 00:10:59 +0200 Subject: [PATCH] Added HomeKit lock pin option (#5400) --- source/_components/homekit.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/homekit.markdown b/source/_components/homekit.markdown index 162ac3b10b9..30ffd8692bc 100644 --- a/source/_components/homekit.markdown +++ b/source/_components/homekit.markdown @@ -91,10 +91,10 @@ homekit: required: false type: string code: - description: Code to arm or disarm the alarm in the frontend. Only applicable for `alarm_control_panel` entities. + description: Code to `arm / disarm` an alarm or `lock / unlock` a lock. Only applicable for `alarm_control_panel` or `lock` entities. required: false type: string - default: '' + default: '``' {% endconfiguration %}