Add password configuration field to Switchbot (#12516)

https://github.com/home-assistant/core/pull/33252
This commit is contained in:
Jaryl Chng 2020-03-27 18:29:16 +08:00 committed by GitHub
parent 391a9997a1
commit 0a89a30cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,10 @@ name:
description: The name used to display the switch in the frontend. description: The name used to display the switch in the frontend.
required: false required: false
type: string type: string
password:
description: The password of the switch if set
required: false
type: string
{% endconfiguration %} {% endconfiguration %}
## SwitchBot Entity ## SwitchBot Entity