mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			212 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			212 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
substitutions:
 | 
						|
  verify_ssl: "true"
 | 
						|
 | 
						|
http_request:
 | 
						|
  verify_ssl: ${verify_ssl}
 | 
						|
 | 
						|
ota:
 | 
						|
  - platform: http_request
 | 
						|
 | 
						|
update:
 | 
						|
  - platform: http_request
 | 
						|
    name: "OTA Update"
 | 
						|
    source: https://example.com/ota.json
 |