1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

[CI] Consolidate some tests (G) (#8196)

This commit is contained in:
Keith Burzinski
2025-02-04 17:05:45 -06:00
committed by GitHub
parent 6e3527a88b
commit 211aee91e5
79 changed files with 616 additions and 1823 deletions

View File

@@ -1,23 +1,5 @@
esphome:
on_boot:
then:
- grove_tb6612fng.run:
channel: 1
speed: 255
direction: BACKWARD
id: test_motor
- grove_tb6612fng.stop:
channel: 1
id: test_motor
- grove_tb6612fng.break:
channel: 1
id: test_motor
substitutions:
scl_pin: GPIO16
sda_pin: GPIO17
i2c:
- id: i2c_grove_tb6612fng
scl: 16
sda: 17
grove_tb6612fng:
id: test_motor
address: 0x14
<<: !include common.yaml