mirror of
https://github.com/esphome/esphome.git
synced 2024-12-31 18:01:45 +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):
|
||||
value = cv.string(value)
|
||||
value = cv.string_strict(value)
|
||||
if not value:
|
||||
return value
|
||||
if len(value) < 8:
|
||||
|
|
Loading…
Reference in a new issue