mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[ci] Merge components with different buses to reduce CI time (#11251)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| display: | ||||
|   - platform: ssd1306_i2c | ||||
|     i2c_id: i2c_bus | ||||
|     id: ssd1306_display | ||||
|     id: ssd1306_i2c_display | ||||
|     model: SSD1306_128X64 | ||||
|     reset_pin: 19 | ||||
|     pages: | ||||
| @@ -13,6 +13,6 @@ touchscreen: | ||||
|   - platform: axs15231 | ||||
|     i2c_id: i2c_bus | ||||
|     id: axs15231_touchscreen | ||||
|     display: ssd1306_display | ||||
|     display: ssd1306_i2c_display | ||||
|     interrupt_pin: 20 | ||||
|     reset_pin: 18 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user