From 76b2be6076190eb5d89c59f80a154bacd9ea2d1c Mon Sep 17 00:00:00 2001 From: Jaryl Chng Date: Thu, 26 Mar 2020 14:26:48 +0800 Subject: [PATCH] Add password configuration field to Switchbot 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 7952a9e70158..d6329ca4a792 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