mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	[core] Fix substitution id redefinition false positive (#11603)
This commit is contained in:
		| @@ -0,0 +1,12 @@ | ||||
| esphome: | ||||
|   name: test | ||||
|  | ||||
| host: | ||||
|  | ||||
| substitutions: | ||||
|   support_switches: | ||||
|     - platform: gpio | ||||
|       id: some_switch_id | ||||
|       pin: 12 | ||||
|  | ||||
| switch: $support_switches | ||||
		Reference in New Issue
	
	Block a user