mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[CI] Introduce testing for IDF 5 (and other arbitrary framework versions) (#6802)
* Initial changes to support testing of additional framework versions * Rename Arduino test files
This commit is contained in:
		
							
								
								
									
										23
									
								
								tests/components/sm300d2/test.esp8266-ard.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								tests/components/sm300d2/test.esp8266-ard.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,23 @@ | ||||
| uart: | ||||
|   - id: uart_sm300d2 | ||||
|     tx_pin: 4 | ||||
|     rx_pin: 5 | ||||
|     baud_rate: 9600 | ||||
|  | ||||
| sensor: | ||||
|   - platform: sm300d2 | ||||
|     co2: | ||||
|       name: SM300D2 CO2 Value | ||||
|     formaldehyde: | ||||
|       name: SM300D2 Formaldehyde Value | ||||
|     tvoc: | ||||
|       name: SM300D2 TVOC Value | ||||
|     pm_2_5: | ||||
|       name: SM300D2 PM2.5 Value | ||||
|     pm_10_0: | ||||
|       name: SM300D2 PM10 Value | ||||
|     temperature: | ||||
|       name: SM300D2 Temperature Value | ||||
|     humidity: | ||||
|       name: SM300D2 Humidity Value | ||||
|     update_interval: 60s | ||||
		Reference in New Issue
	
	Block a user