From 0a89a30cd761ba35ac8c0245d89e8fd7064c3f51 Mon Sep 17 00:00:00 2001 From: Jaryl Chng Date: Fri, 27 Mar 2020 18:29:16 +0800 Subject: [PATCH] Add password configuration field to Switchbot (#12516) https://github.com/home-assistant/core/pull/33252 --- source/_integrations/switchbot.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/switchbot.markdown b/source/_integrations/switchbot.markdown index 7952a9e7015..d6329ca4a79 100644 --- a/source/_integrations/switchbot.markdown +++ b/source/_integrations/switchbot.markdown @@ -31,6 +31,10 @@ name: description: The name used to display the switch in the frontend. required: false type: string +password: + description: The password of the switch if set + required: false + type: string {% endconfiguration %} ## SwitchBot Entity