1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

[CI] Consolidate some tests (Q, R) (#8205)

This commit is contained in:
Keith Burzinski
2025-02-04 20:37:22 -06:00
committed by GitHub
parent cecce0f3cb
commit bf6874b52e
109 changed files with 795 additions and 1719 deletions

View File

@@ -1,16 +1,5 @@
i2c:
- id: i2c_qmp6988
scl: 16
sda: 17
substitutions:
scl_pin: GPIO16
sda_pin: GPIO17
sensor:
- platform: qmp6988
temperature:
name: QMP6988 Temperature
oversampling: 32x
pressure:
name: QMP6988 Pressure
oversampling: 2x
address: 0x70
update_interval: 30s
iir_filter: 16x
<<: !include common.yaml