mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Script mode fix (#1238)
This commit is contained in:
		
				
					committed by
					
						 Guillermo Ruffino
						Guillermo Ruffino
					
				
			
			
				
	
			
			
			
						parent
						
							5da9b2ede7
						
					
				
				
					commit
					dc4a88029c
				
			| @@ -292,6 +292,21 @@ text_sensor: | ||||
|  | ||||
| script: | ||||
|   - id: my_script | ||||
|     mode: single | ||||
|     then: | ||||
|       - lambda: 'ESP_LOGD("main", "Hello World!");' | ||||
|   - id: my_script_queued | ||||
|     mode: queued | ||||
|     max_runs: 2 | ||||
|     then: | ||||
|       - lambda: 'ESP_LOGD("main", "Hello World!");' | ||||
|   - id: my_script_parallel | ||||
|     mode: parallel | ||||
|     max_runs: 2 | ||||
|     then: | ||||
|       - lambda: 'ESP_LOGD("main", "Hello World!");' | ||||
|   - id: my_script_restart | ||||
|     mode: restart | ||||
|     then: | ||||
|       - lambda: 'ESP_LOGD("main", "Hello World!");' | ||||
|  | ||||
| @@ -316,5 +331,3 @@ interval: | ||||
|     - logger.log: "Interval Run" | ||||
|  | ||||
| display: | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user