mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Dont replace project name spaces with underlines (#7455)
This commit is contained in:
		| @@ -100,9 +100,6 @@ def valid_include(value): | ||||
| def valid_project_name(value: str): | ||||
|     if value.count(".") != 1: | ||||
|         raise cv.Invalid("project name needs to have a namespace") | ||||
|  | ||||
|     value = value.replace(" ", "_") | ||||
|  | ||||
|     return value | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user