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,13 +1,16 @@ | ||||
| as3935_i2c: | ||||
|   id: as3935_i2c_id | ||||
|   i2c_id: i2c_bus | ||||
|   irq_pin: ${irq_pin} | ||||
|  | ||||
| binary_sensor: | ||||
|   - platform: as3935 | ||||
|     as3935_id: as3935_i2c_id | ||||
|     name: Storm Alert | ||||
|  | ||||
| sensor: | ||||
|   - platform: as3935 | ||||
|     as3935_id: as3935_i2c_id | ||||
|     lightning_energy: | ||||
|       name: Lightning Energy | ||||
|     distance: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user