1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +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

@@ -0,0 +1,13 @@
display:
- platform: lcd_gpio
id: my_lcd_gpio
dimensions: 18x4
data_pins:
- number: ${d0_pin}
- number: ${d1_pin}
- number: ${d2_pin}
- number: ${d3_pin}
enable_pin: ${enable_pin}
rs_pin: ${rs_pin}
lambda: |-
it.print("Hello World!");