mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Group component tests to reduce CI time (#11134)
This commit is contained in:
		
				
					committed by
					
						 Jesse Hills
						Jesse Hills
					
				
			
			
				
	
			
			
			
						parent
						
							132e949927
						
					
				
				
					commit
					2864bf1674
				
			| @@ -1,4 +1,15 @@ | ||||
| packages: | ||||
|   common: !include common.yaml | ||||
|  | ||||
| wifi: !remove | ||||
| udp: | ||||
|   id: my_udp | ||||
|   listen_address: 239.0.60.53 | ||||
|   addresses: ["239.0.60.53"] | ||||
|   on_receive: | ||||
|     - logger.log: | ||||
|         format: "Received %d bytes" | ||||
|         args: [data.size()] | ||||
|     - udp.write: | ||||
|         id: my_udp | ||||
|         data: "hello world" | ||||
|     - udp.write: | ||||
|         id: my_udp | ||||
|         data: !lambda |- | ||||
|           return std::vector<uint8_t>{1,3,4,5,6}; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user