1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-18 09:43:47 +01:00

[CI] Consolidate some tests (K, L) (#8201)

This commit is contained in:
Keith Burzinski
2025-02-04 17:05:53 -06:00
committed by GitHub
parent f8fae676b1
commit 4273449003
70 changed files with 895 additions and 3284 deletions

View File

@@ -1,13 +1,9 @@
display:
- platform: lcd_gpio
id: my_lcd_gpio
dimensions: 18x4
data_pins:
- number: 12
- number: 13
- number: 14
- number: 15
enable_pin: 16
rs_pin: 5
lambda: |-
it.print("Hello World!");
substitutions:
d0_pin: GPIO12
d1_pin: GPIO13
d2_pin: GPIO14
d3_pin: GPIO15
enable_pin: GPIO16
rs_pin: GPIO5
<<: !include common.yaml