1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00: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,22 +1,5 @@
i2c:
- id: i2c_lcd_pcf8574
scl: 16
sda: 17
substitutions:
scl_pin: GPIO16
sda_pin: GPIO17
display:
- platform: lcd_pcf8574
dimensions: 18x4
address: 0x3F
user_characters:
- position: 0
data:
- 0b00000
- 0b01010
- 0b00000
- 0b00100
- 0b00100
- 0b10001
- 0b01110
- 0b00000
lambda: |-
it.print("Hello World!");
<<: !include common.yaml