mirror of
https://github.com/esphome/esphome.git
synced 2025-01-05 12:21:43 +01:00
parent
8424f9c34b
commit
d8fd5e9bb4
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ WIFI_POWER_SAVE_MODES = {
|
||||||
|
|
||||||
|
|
||||||
def validate_password(value):
|
def validate_password(value):
|
||||||
value = cv.string(value)
|
value = cv.string_strict(value)
|
||||||
if not value:
|
if not value:
|
||||||
return value
|
return value
|
||||||
if len(value) < 8:
|
if len(value) < 8:
|
||||||
|
|
Loading…
Reference in a new issue