mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00: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