mirror of
https://github.com/esphome/esphome.git
synced 2025-11-03 16:41:50 +00:00
Group component tests to reduce CI time (#11134)
This commit is contained in:
@@ -4,11 +4,7 @@ esphome:
|
||||
- audio_adc.set_mic_gain: 0db
|
||||
- audio_adc.set_mic_gain: !lambda 'return 4;'
|
||||
|
||||
i2c:
|
||||
- id: i2c_es7243e
|
||||
scl: ${scl_pin}
|
||||
sda: ${sda_pin}
|
||||
|
||||
audio_adc:
|
||||
- platform: es7243e
|
||||
i2c_id: i2c_bus
|
||||
id: es7243e_adc
|
||||
|
||||
Reference in New Issue
Block a user