mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +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:
		
							
								
								
									
										49
									
								
								tests/components/micronova/test.rp2040-ard.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										49
									
								
								tests/components/micronova/test.rp2040-ard.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,49 @@ | ||||
| uart: | ||||
|   - id: uart_micronova | ||||
|     tx_pin: 4 | ||||
|     rx_pin: 5 | ||||
|     baud_rate: 9600 | ||||
|  | ||||
| micronova: | ||||
|   enable_rx_pin: 6 | ||||
|  | ||||
| button: | ||||
|   - platform: micronova | ||||
|     custom_button: | ||||
|       name: Custom Micronova Button | ||||
|       memory_location: 0xA0 | ||||
|       memory_address: 0x7D | ||||
|       memory_data: 0x0F | ||||
|  | ||||
| number: | ||||
|   - platform: micronova | ||||
|     thermostat_temperature: | ||||
|       name: Micronova Thermostaat | ||||
|       step: 1 | ||||
|     power_level: | ||||
|       name: Micronova Power level | ||||
|  | ||||
| sensor: | ||||
|   - platform: micronova | ||||
|     room_temperature: | ||||
|       name: Room Temperature | ||||
|     fumes_temperature: | ||||
|       name: Fumes Temperature | ||||
|     water_temperature: | ||||
|       name: Water temperature | ||||
|     water_pressure: | ||||
|       name: Water pressure | ||||
|     stove_power: | ||||
|       name: Stove Power | ||||
|     fan_speed: | ||||
|       fan_rpm_offset: 240 | ||||
|       name: Fan RPM | ||||
|     memory_address_sensor: | ||||
|       memory_location: 0x20 | ||||
|       memory_address: 0x7d | ||||
|       name: Adres sensor | ||||
|  | ||||
| switch: | ||||
|   - platform: micronova | ||||
|     stove: | ||||
|       name: Stove on/off | ||||
		Reference in New Issue
	
	Block a user