mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Plugwise: fix double CONF_PASSWORD occurrence (#137641)
Fix double CONF_PASSWORD occurrence
This commit is contained in:
parent
2639a3bce8
commit
8f83a4c485
@ -59,7 +59,6 @@ def smile_user_schema(discovery_info: ZeroconfServiceInfo | None) -> vol.Schema:
|
||||
schema = schema.extend(
|
||||
{
|
||||
vol.Required(CONF_HOST): str,
|
||||
vol.Required(CONF_PASSWORD): str,
|
||||
vol.Required(CONF_USERNAME, default=SMILE): vol.In(
|
||||
{SMILE: FLOW_SMILE, STRETCH: FLOW_STRETCH}
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user