mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 06:33:51 +00:00 
			
		
		
		
	[http_request] Fix within context with parameters. (Bugfix) (#7790)
This commit is contained in:
		
				
					committed by
					
						 Jesse Hills
						Jesse Hills
					
				
			
			
				
	
			
			
			
						parent
						
							9a7d5dcad8
						
					
				
				
					commit
					888b237964
				
			| @@ -189,7 +189,7 @@ template<typename... Ts> class HttpRequestSendAction : public Action<Ts...> { | |||||||
|  |  | ||||||
|     if (container == nullptr) { |     if (container == nullptr) { | ||||||
|       for (auto *trigger : this->error_triggers_) |       for (auto *trigger : this->error_triggers_) | ||||||
|         trigger->trigger(x...); |         trigger->trigger(); | ||||||
|       return; |       return; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -39,6 +39,14 @@ http_request: | |||||||
|   timeout: 10s |   timeout: 10s | ||||||
|   verify_ssl: ${verify_ssl} |   verify_ssl: ${verify_ssl} | ||||||
|  |  | ||||||
|  | script: | ||||||
|  |   - id: does_not_compile | ||||||
|  |     parameters: | ||||||
|  |       api_url: string | ||||||
|  |     then: | ||||||
|  |       - http_request.get: | ||||||
|  |           url: "http://google.com" | ||||||
|  |  | ||||||
| ota: | ota: | ||||||
|   - platform: http_request |   - platform: http_request | ||||||
|     on_begin: |     on_begin: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user