mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-02 19:08:54 +02:00
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user