mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Fix registry entry value copy
This commit is contained in:
		| @@ -1191,6 +1191,8 @@ def validate_registry_entry(name, registry): | ||||
|  | ||||
|         registry_entry = registry[key] | ||||
|  | ||||
|         value = value.copy() | ||||
|  | ||||
|         with prepend_path([key]): | ||||
|             value[key] = registry_entry.schema(value[key]) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user