mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Group component tests to reduce CI time (#11134)
This commit is contained in:
		| @@ -2,12 +2,6 @@ wifi: | ||||
|   ssid: MySSID | ||||
|   password: password1 | ||||
|  | ||||
| uart: | ||||
|   - id: uponor_uart | ||||
|     baud_rate: 19200 | ||||
|     tx_pin: ${tx_pin} | ||||
|     rx_pin: ${rx_pin} | ||||
|  | ||||
| time: | ||||
|   - platform: sntp | ||||
|     id: sntp_time | ||||
| @@ -17,7 +11,6 @@ time: | ||||
|       - 192.168.178.1 | ||||
|  | ||||
| uponor_smatrix: | ||||
|   uart_id: uponor_uart | ||||
|   address: 0x110B | ||||
|   time_id: sntp_time | ||||
|   time_device_address: 0xDE13 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user